openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6c571c7e8be04cf9180fbff4b1753065be0560b9
parent ebadab760f03ddd09fd34feaf7900842fad8eb87
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 30 Nov 2017 23:59:21 +0100

Komponenten "table" und "selector" umgestellt auf eine Klasse.

Diffstat:
functions/common.inc.php | 4++++
themes/default/include/elements.ini.php | 6+++---
themes/default/include/html/Component.class.php | 210++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
themes/default/include/html/group/group.css | 42++++++++++++++++++++++--------------------
themes/default/include/html/if/If.class.php | 4++--
themes/default/include/html/selector/Selector.class.php | 36++++++++++++++++++++++++++++++++++++
themes/default/include/html/selector/selector-begin.inc.php | 8--------
themes/default/include/html/table/Table.class.php | 29+++++++++++++++++++++++++++++
themes/default/include/html/table/table-begin.inc.php | 29-----------------------------
themes/default/include/html/table/table-end.inc.php | 7-------
themes/default/templates/file/edit.tpl.out.php | 44++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/file/info.tpl.out.php | 361+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/file/preview.tpl.out.php | 37+++++++++++++++++++++++++++++++++++++
themes/default/templates/file/prop.tpl.out.php | 108+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/create.tpl.out.php | 244+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/createfile.tpl.out.php | 130+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/edit.tpl.out.php | 325++++++++++++++++++++++---------------------------------------------------------
themes/default/templates/folder/info.tpl.out.php | 72++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/preview.tpl.out.php | 159+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/prop.tpl.out.php | 16++++++++--------
themes/default/templates/folder/pub.tpl.out.php | 190+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/folder/structure.tpl.out.php | 29++++-------------------------
themes/default/templates/group/edit.tpl.out.php | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/group/memberships.tpl.out.php | 128+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/link/edit.tpl.out.php | 87+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/link/prop.tpl.out.php | 63+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/link/structure.tpl.out.php | 25+++++++++++++++++++++++++
themes/default/templates/login/license.tpl.out.php | 76++++++++++++++++++++--------------------------------------------------------
themes/default/templates/login/login.tpl.out.php | 183+++++++++++++++++++++++--------------------------------------------------------
themes/default/templates/object/copy.tpl.src.xml | 4++--
themes/default/templates/object/rights.tpl.out.php | 270+++++++++++++++++++++++++------------------------------------------------------
themes/default/templates/page/edit.tpl.out.php | 36++++++++++++++++++------------------
themes/default/templates/page/prop.tpl.out.php | 20++++++++++----------
themes/default/templates/page/structure.tpl.out.php | 6+++---
themes/default/templates/pageelement/edit.tpl.src.xml | 2+-
themes/default/templates/pageelement/info.tpl.src.xml | 2+-
themes/default/templates/pageelement/prop.tpl.src.xml | 2+-
themes/default/templates/profile/memberships.tpl.out.php | 63+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/project/edit.tpl.src.xml | 6+++---
themes/default/templates/start/applications.tpl.out.php | 115+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/start/projectmenu.tpl.out.php | 202+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/start/userprojecttimeline.tpl.out.php | 140+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/title/ping.tpl.out.php | 4++--
themes/default/templates/title/show.tpl.out.php | 402++++++++++++++++++++-----------------------------------------------------------
themes/default/templates/tree/settings.tpl.out.php | 113+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/tree/tree.tpl.out.php | 4++--
themes/default/templates/user/edit.tpl.src.xml | 4++--
themes/default/templates/user/info.tpl.out.php | 104+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/user/memberships.tpl.out.php | 126+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
util/TemplateEngine.class.php | 2+-
50 files changed, 3218 insertions(+), 1123 deletions(-)

diff --git a/functions/common.inc.php b/functions/common.inc.php @@ -166,4 +166,8 @@ function encode_array( $args ) } +function not($var) { + return !$var; +} + ?> \ No newline at end of file diff --git a/themes/default/include/elements.ini.php b/themes/default/include/elements.ini.php @@ -3,7 +3,7 @@ output = button = checkbox = -column = width,style,class,colspan,rowspan,header:false,title,url,action,id,name +column = date = dummy = focus = @@ -31,9 +31,9 @@ raw = row = class,classes,id selectbox= list:*,name:*,default,onchange:,title:,class:,addempty:false,multiple:false,size:1,lang:false radiobox = list:*,name:*,default,onchange:,title:,class: -selector = types:,name,id,folderid,param +selector = set = -table = class,width:100%,space:0px,padding:0px,widths,rowclasses,columnclasses +table = text = tree = upload = diff --git a/themes/default/include/html/Component.class.php b/themes/default/include/html/Component.class.php @@ -47,97 +47,175 @@ abstract class Component {} - protected function varname($value) + protected function textasvarname($value) { - $erg = $this->value($value); + $expr = new Expression($value); + return $expr->getTextAsVarName(); - // Für statische Texte muss kein PHP-Abschnitt geoeffnet werden. - if (substr($erg,0,1) == "'" && strpos($erg,'$')===FALSE ) - return substr($erg,1,-1); - else - return $erg; + } + + + protected function varname($value) + { + $expr = new Expression($value); + return $expr->getVarName(); } protected function htmlvalue($value) { - $erg = $this->value($value); - - // Für statische Texte muss kein PHP-Abschnitt geoeffnet werden. - if (substr($erg,0,1) == "'" && strpos($erg,'$')===FALSE ) - return substr($erg,1,-1); - else - return '<'.'?php echo '.$erg.' ?>'; + $expr = new Expression($value); + return $expr->getHTMLValue(); } protected function value( $value ) { + $expr = new Expression($value); + return $expr->getPHPValue(); + } + + + protected function include( $file ) + { + echo "<?php include_once( OR_THEMES_DIR.'default/include/html/".$file."') ?>"; + } + +} + + + +class Expression +{ + public $type; + public $value; + public $invert = false; + + public function __construct( $value ) + { + // Falls der Wert 'true' oder 'false' ist. + if ( is_bool($value)) + $value = strval($value); + + // Negierung berücksichtigen. + if ( substr($value,0,4)=='not:' ) + { + $value = substr($value,4); + $this->invert = true; + } + + // Trennung 'type:value' $parts = explode( ':', $value, 2 ); if ( count($parts) < 2 ) $parts = array('',$value); - list( $type,$value ) = $parts; - - $invert = ''; - if ( substr($type,0,1)=='!' ) - { - $type = substr($type,1); - $invert = '! '; - } - - switch( $type ) - { - case 'var': - return $invert.'$'.$value; - case 'text': - case '': - // Sonderf�lle f�r die Attributwerte "true" und "false". - // Hinweis: Die Zeichenkette "false" entspricht in PHP true. - // Siehe http://de.php.net/manual/de/language.types.boolean.php - if ( $value == 'true' || $value == 'false' ) - return $value; - else - // macht aus "text1{var}text2" => "text1".$var."text2" - return "'".preg_replace('/{(\w+)\}/','\'.$\\1.\'',$value)."'"; - case 'function': - return $invert.$value.'()'; - case 'method': - return $invert.'$this->'.$value.'()'; - case 'size': - return '@count($'.$value.')'; - case 'property': - return $invert.'$this->'.$value; - case 'message': - // return 'lang('."'".$value."'".')'; - // macht aus "text1{var}text2" => "text1".$var."text2" - return 'lang('."'".preg_replace('/{(\w+)\}/','\'.$\\1.\'',$value)."'".')'; - case 'messagevar': - return 'lang($'.$value.')'; - case 'mode': - return $invert.'$mode=="'.$value.'"'; - case 'arrayvar': - list($arr,$key) = explode(':',$value.':none'); - return $invert.'@$'.$arr.'['.$key.']'; - case 'config': - $config_parts = explode('/',$value); - return $invert.'@$conf['."'".implode("'".']'.'['."'",$config_parts)."'".']'; - - default: - throw new LogicException("Unknown type '$type' in attribute. Allowed: var|function|method|text|size|property|message|messagevar|arrayvar|config or none"); - } + list( $this->type,$this->value ) = $parts; + + // Fallback: Typ = 'text'. + if ( empty($this->type)) + $this->type = 'text'; + } - - protected function include( $file ) + + + public function getHTMLValue() { - echo "<?php include_once( OR_THEMES_DIR.'default/include/html/".$file."') ?>"; + switch( $this->type ) + { + case 'text': + return $this->value; + + default: + return '<'.'?php echo '.$this->getPHPValue().' ?>'; + } + } + + + public function getVarName() + { + switch( $this->type ) + { + case 'var': + return '$'.$this->value; + case 'text': + return $this->value; + default: + throw new LogicException("Invalid expression type '$type' in attribute value. Allowed: text|var"); + } + } + + + public function getTextAsVarName() + { + switch( $this->type ) + { + case 'var': + return '$$'.$this->value; + case 'text': + return '$'.$this->value; + default: + return $this->getPHPValue(); + } + } + + + public function getPHPValue() + { + $value = $this->value; + + $invert = $this->invert?'!':''; + switch( $this->type ) + { + case 'text': + // Sonderf�lle f�r die Attributwerte "true" und "false". + // Hinweis: Die Zeichenkette "false" entspricht in PHP true. + // Siehe http://de.php.net/manual/de/language.types.boolean.php + if ( $value == 'true' || $value == 'false' ) + return $value; + else + return "'".$value."'"; + case 'tpl': + // macht aus "text1{var}text2" => "text1".$var."text2" + $value = preg_replace('/{(\w+)\}/','\'.$\\1.\'',$value); + return "'".$value."'"; + case 'var': + return $invert.'$'.$value; + case 'function': + return $invert.$value.'()'; + case 'method': + return $invert.'$this->'.$value.'()'; + case 'size': + return '@count($'.$value.')'; + case 'property': + return $invert.'$this->'.$value; + case 'message': + // macht aus "text1{var}text2" => "text1".$var."text2" + $value = preg_replace('/{(\w+)\}/','\'.$\\1.\'',$value); + return 'lang('."'".$value."'".')'; + case 'messagevar': + return 'lang($'.$value.')'; + case 'mode': + return $invert.'$mode=="'.$value.'"'; + case 'arrayvar': + list($arr,$key) = explode(':',$value.':none'); + return $invert.'@$'.$arr.'['.$key.']'; + case 'config': + $config_parts = explode('/',$value); + return $invert.'@$conf['."'".implode("'".']'.'['."'",$config_parts)."'".']'; + + default: + throw new LogicException("Unknown expression type '{$this->type}' in attribute value. Allowed: var|function|method|text|size|property|message|messagevar|arrayvar|config or none"); + } } + } + + ?> \ No newline at end of file diff --git a/themes/default/include/html/group/group.css b/themes/default/include/html/group/group.css @@ -1,44 +1,45 @@ fieldset.open > legend { - cursor: pointer; + cursor: pointer; } fieldset { - border: 1px solid; - border-bottom: 0px; - border-left: 0px; - border-right: 0px; - margin-top: 20px; - margin-bottom: 20px; - margin-left: 0px; - margin-right: 0px; - padding: 10px; - display: none; + border: 1px solid; + border-bottom: 0px; + border-left: 0px; + border-right: 0px; + margin-top: 20px; + margin-bottom: 20px; + margin-left: 0px; + margin-right: 0px; + padding: 10px; + display: none; } fieldset.show { - display: block; + display: block; } fieldset > legend { - margin-left: 30px; - font-weight: normal; + margin-left: 30px; + font-weight: normal; } fieldset > div { - display: none; + display: none; } fieldset.open > div { - display: block; + display: block; } /* Geschlossene Fieldsets */ div#workbench div.panel fieldset > legend > div.closed, div#dialog div.panel fieldset > legend > div.closed { - display: inline; + display: inline; } div#workbench div.panel fieldset > legend > div.open { - display: none; + display: none; } /* Offene Fieldsets */ div#workbench div.panel fieldset.open > legend > div.closed { - display: none; + display: none; } div#workbench div.panel fieldset.open > legend > div.open, div#dialog div.panel fieldset.open > legend > div.open { - display: inline; + display: inline; } +/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22group.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CQAAQ%2CKAAQ%3BCAEf%3B%3BAAKD%3BCAEC%2CiBAAA%3BCAEA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CQAAQ%3BCACP%3B%3BAAID%2CQAAW%3BCAEV%3BCACA%3B%3BAAID%2CQAAW%3BCAEV%3B%3BAAED%2CQAAQ%2CKAAQ%3BCAEf%3B%3B%3BAAID%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CSAAW%2CSAAS%2CMAAG%3BAAC%5C%2FC%2CGAAG%2COAAW%2CIAAG%2CMAAO%2CSAAW%2CSAAS%2CMAAG%3BCAG9C%3B%3BAAED%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CSAAW%2CSAAS%2CMAAG%3BCAE9C%3B%3B%3BAAID%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CSAAQ%2CKAAQ%2CSAAS%2CMAAG%3BCAEnD%3B%3BAAED%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CSAAQ%2CKAAQ%2CSAAS%2CMAAG%3BAACpD%2CGAAG%2COAAW%2CIAAG%2CMAAO%2CSAAQ%2CKAAQ%2CSAAS%2CMAAG%3BCAEnD%22%7D */+ \ No newline at end of file diff --git a/themes/default/include/html/if/If.class.php b/themes/default/include/html/if/If.class.php @@ -32,9 +32,9 @@ HTML; elseif (strlen($this->greaterthan)>0) echo 'intval(' . $this->value($this->greaterthan).')<intval('.$this->value($this->value).')'; elseif (! empty($this->present)) - echo '!empty(' . $this->value($this->present).')'; + echo '!empty(' . $this->textasvarname($this->present).')'; elseif (! empty($this->empty)) - echo 'empty(' . $this->value($this->empty).')'; + echo 'empty(' . $this->textasvarname($this->empty).')'; else throw new LogicException("Element 'if' has not enough parameters."); diff --git a/themes/default/include/html/selector/Selector.class.php b/themes/default/include/html/selector/Selector.class.php @@ -0,0 +1,35 @@ +<?php + +class SelectorComponent extends Component +{ + + public $types; + + public $name; + + public $id; + + public $folderid; + + public $param; + + public function begin() + { + $types = $this->htmlvalue($this->types); + $name = $this->htmlvalue($this->name); + $id = $this->htmlvalue($this->id); + $folderid = $this->htmlvalue($this->folderid); + $param = $this->htmlvalue($this->param); + + echo <<<HTML +<div class="selector"> +<div class="inputholder"> +<input type="hidden" name="{$param}" value="{id}" /> +<input type="text" disabled="disabled" value="{name}" /> +</div> +<div class="tree selector" data-types="{types}" data-init-id="{$id}" data-init-folderid="{$folderid}"> +HTML; + } +} + +?>+ \ No newline at end of file diff --git a/themes/default/include/html/selector/selector-begin.inc.php b/themes/default/include/html/selector/selector-begin.inc.php @@ -1,7 +0,0 @@ -<div class="selector"> - <div class="inputholder"> - <input type="hidden" name="<?php echo $attr_param ?>" value="<?php echo $attr_id ?>" /> - <input type="text" disabled="disabled" value="<?php echo $attr_name ?>" /> - </div> - <div class="tree selector" data-types="<?php echo $attr_types ?>" data-init-id="<?php echo $attr_id ?>" data-init-folderid="<?php echo $attr_folderid ?>"></div> -</div>- \ No newline at end of file diff --git a/themes/default/include/html/table/Table.class.php b/themes/default/include/html/table/Table.class.php @@ -0,0 +1,28 @@ +<?php + +class TableComponent extends Component +{ + + public $class = ''; + public $width = '100%'; + + public function begin() + { + echo '<table '; + + if ( !empty($this->class)) + echo 'class="'.$this->htmlvalue($this->class)."'"; + + if ( !empty($this->width)) + echo 'width="'.$this->htmlvalue($this->width)."'"; + + echo '>'; + } + + public function end() + { + echo '</table>'; + } +} + +?>+ \ No newline at end of file diff --git a/themes/default/include/html/table/table-begin.inc.php b/themes/default/include/html/table/table-begin.inc.php @@ -1,28 +0,0 @@ -<?php - // Status speichern - $last_column_idx = @$column_idx; - $column_idx = 0; - $coloumn_widths = array(); - $row_classes = array(); - $column_classes = array(); - - #IF-ATTR widths# - $column_widths = explode(',',$attr_widths); - #END-IF - - #IF-ATTR classes# - $row_classes = explode(',',$attr_rowclasses); - $row_class_idx = 999; - #END-IF - - #IF-ATTR rowclasses# - $row_classes = explode(',',$attr_rowclasses); - $row_class_idx = 999; - #END-IF - - #IF-ATTR columnclasses# - $column_classes = explode(',',$attr_columnclasses); - #END-IF - -?><table class="%class%" cellspacing="%space%" width="%width%" cellpadding="%padding%"> -<!-- ignore this line --></table>- \ No newline at end of file diff --git a/themes/default/include/html/table/table-end.inc.php b/themes/default/include/html/table/table-end.inc.php @@ -1,6 +0,0 @@ -<?php - // Restore state - $column_idx = $last_column_idx; -?> -/* ignore: */ <table> -</table>- \ No newline at end of file diff --git a/themes/default/templates/file/edit.tpl.out.php b/themes/default/templates/file/edit.tpl.out.php @@ -0,0 +1,44 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling header/header-begin --><?php $a3_name='';$a3_views='value';$a3_back=false; ?><?php if(!empty($a3_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a3_views) as $a3_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a3_tmp_view) ?>" data-method="<?php echo $a3_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a3_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a3_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a3_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a3_name,$a3_views,$a3_back) ?><!-- Compiling part/part-begin --><?php $a3_class='label'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling newline/newline-begin --><br/><!-- Compiling upload/upload-begin --><?php $a5_name='file';$a5_class='upload';$a5_size='40';$a5_multiple=false; ?><input size="<?php echo $a5_size ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" type="file" <?php if (isset($a5_maxlength))echo ' maxlength="'.$a5_maxlength.'"' ?> name="<?php echo $a5_name ?>" class="<?php echo $a5_class ?>" <?php echo ($a5_multiple=='true'?' multiple':'') ?> /><?php unset($a5_name,$a5_class,$a5_size,$a5_multiple) ?><!-- Compiling newline/newline-begin --><br/><!-- Compiling newline/newline-begin --><br/><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/file/info.tpl.out.php b/themes/default/templates/file/info.tpl.out.php @@ -0,0 +1,361 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_name';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='name';$a6_var='name';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_filename';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='filename';$a6_var='filename';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='file_extension';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='extension';$a6_var='extension';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_description';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='description';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('additional_info') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='full_filename'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_full_filename';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='full_filename';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='size'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='FILE_SIZE';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end --></div><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_var='size';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = isset($$a5_var)?$$a5_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_var,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='mimetype'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='FILE_mimetype';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='mimetype';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling newline/newline-begin --><br/><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='';$a6_class='action';$a6_action='file';$a6_subaction='size';$a6_frame='_self';$a6_modal=false; ?><?php + $params = array(); + $a6_url=''; + $tmp_url = ''; + $a6_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a6_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a6_action)?$a6_action:$this->actionName,'subaction'=>!empty($a6_subaction)?$a6_subaction:$this->subActionName,'id'=>!empty($a6_id)?$a6_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a6_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_key='menu_file_size';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text=lang('id');$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='objectid';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + <?php $if4=(!empty('cache_filename')); if($if4){?><!-- Compiling part/part-begin --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling label/label-begin --><?php $a7_for='cache_filename'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin --><?php $a8_class='text';$a8_text='CACHE_FILENAME';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = $langF($a8_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_text,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='cache_filename';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling newline/newline-begin --><br/> + <img class="" title="" src="./themes/default/images/icon/el_date.png" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($cache_filemtime) ?> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + <?php } ?><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='pages'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='FILE_PAGES';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling table/table-begin --><?php $a6_width='100%';$a6_space='0px';$a6_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a6_width,$a6_space,$a6_padding) ?><!-- Compiling list/list-begin --><?php $a7_list='pages';$a7_extract=true;$a7_key='list_key';$a7_value='list_value'; ?><?php + $a7_list_tmp_key = $a7_key; + $a7_list_tmp_value = $a7_value; + $a7_list_extract = $a7_extract; + unset($a7_key); + unset($a7_value); + if ( !isset($$a7_list) || !is_array($$a7_list) ) + $$a7_list = array(); + foreach( $$a7_list as $$a7_list_tmp_key => $$a7_list_tmp_value ) + { + if ( $a7_list_extract ) + { + if ( !is_array($$a7_list_tmp_value) ) + { + print_r($$a7_list_tmp_value); + die( 'not an array at key: '.$$a7_list_tmp_key ); + } + extract($$a7_list_tmp_value); + } +?><?php unset($a7_list,$a7_extract,$a7_key,$a7_value) ?><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td><!-- Compiling link/link-begin --><?php $a10_title='';$a10_type='';$a10_target='cms_main';$a10_url=$url;$a10_class='';$a10_frame='_self';$a10_modal=false; ?><?php + $params = array(); + $tmp_url = ''; + $params[REQ_PARAM_TARGET] = $a10_target; + $tmp_href = 'javascript:void(0);'; + switch( $a10_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a10_action)?$a10_action:$this->actionName,'subaction'=>!empty($a10_subaction)?$a10_subaction:$this->subActionName,'id'=>!empty($a10_id)?$a10_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a10_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a10_url ?>" target="<?php echo $a10_frame ?>"<?php if (isset($a10_name)) { ?> data-name="<?php echo $a10_name ?>" name="<?php echo $a10_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a10_class ?>" data-id="<?php echo @$a10_id ?>" data-type="<?php echo $a10_type ?>" data-action="<?php echo @$a10_action ?>" data-method="<?php echo @$a10_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a10_accesskey)) echo ' accesskey="'.$a10_accesskey.'"' ?> title="<?php echo encodeHtml($a10_title) ?>"><?php unset($a10_title,$a10_type,$a10_target,$a10_url,$a10_class,$a10_frame,$a10_modal) ?> + <img class="" title="" src="./themes/default/images/icon_page.png" /> + <!-- Compiling text/text-begin --><?php $a11_class='text';$a11_var='name';$a11_escape=true;$a11_cut='both'; ?><?php + $a11_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a11_class ?>" title="<?php echo $a11_title ?>"><?php + $langF = $a11_escape?'langHtml':'lang'; + $tmp_text = isset($$a11_var)?$$a11_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a11_class,$a11_var,$a11_escape,$a11_cut) ?><!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table> + <?php $if6=(empty('pages')); if($if6){?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='GLOBAL_NOT_FOUND';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?> + <?php } ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('prop_userinfo') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_created';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <img class="" title="" src="./themes/default/images/icon/el_date.png" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($create_date) ?> + <!-- Compiling newline/newline-begin --><br/> + <img class="" title="" src="./themes/default/images/icon/user.png" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/user/component-user.php') ?><?php component_user($create_user) ?> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_lastchange';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <img class="" title="" src="./themes/default/images/icon/el_date.png" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($lastchange_date) ?> + <!-- Compiling newline/newline-begin --><br/> + <img class="" title="" src="./themes/default/images/icon/user.png" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/user/component-user.php') ?><?php component_user($lastchange_user) ?> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/file/preview.tpl.out.php b/themes/default/templates/file/preview.tpl.out.php @@ -0,0 +1,36 @@ +<!-- Compiling output/output-begin --> + <?php $if2=($image); if($if2){?><!-- Compiling insert/insert-begin --><?php $a3_inline=false;$a3_url=$preview_url; ?><iframe + src="<?php echo $a3_url ?>" +></iframe> +<?php unset($a3_inline,$a3_url) ?> + <?php } ?> + <?php if(!$if2){?><!-- Compiling part/part-begin --><?php $a3_class='clickable'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin --><?php $a4_title='';$a4_type='popup';$a4_url=$preview_url;$a4_class='action';$a4_frame='_self';$a4_modal=false; ?><?php + $params = array(); + $tmp_url = ''; + $a4_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a4_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a4_action)?$a4_action:$this->actionName,'subaction'=>!empty($a4_subaction)?$a4_subaction:$this->subActionName,'id'=>!empty($a4_id)?$a4_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a4_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a4_url ?>" target="<?php echo $a4_frame ?>"<?php if (isset($a4_name)) { ?> data-name="<?php echo $a4_name ?>" name="<?php echo $a4_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a4_class ?>" data-id="<?php echo @$a4_id ?>" data-type="<?php echo $a4_type ?>" data-action="<?php echo @$a4_action ?>" data-method="<?php echo @$a4_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a4_accesskey)) echo ' accesskey="'.$a4_accesskey.'"' ?> title="<?php echo encodeHtml($a4_title) ?>"><?php unset($a4_title,$a4_type,$a4_url,$a4_class,$a4_frame,$a4_modal) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='LINK_OPEN_IN_NEW_WINDOW';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div> + <?php } ?>+ \ No newline at end of file diff --git a/themes/default/templates/file/prop.tpl.out.php b/themes/default/templates/file/prop.tpl.out.php @@ -0,0 +1,108 @@ +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='size,compress,uncompress,extract';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a2_tmp_view) ?>" data-method="<?php echo $a2_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a2_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a2_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a2_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a2_name,$a2_views,$a2_back) ?> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_name';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='name';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='50';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='filename'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_filename';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='filename';$a5_default='';$a5_type='text';$a5_name='filename';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='extension'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='file_extension';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='extension';$a5_default='';$a5_type='text';$a5_name='extension';$a5_size='10';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='description'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_description';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin --><?php $a5_name='description';$a5_rows='10';$a5_cols='40';$a5_class='description';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/folder/create.tpl.out.php b/themes/default/templates/folder/create.tpl.out.php @@ -0,0 +1,244 @@ +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='createfolder,createlink,createpage,createfile';$a2_back=true; ?><?php if(!empty($a2_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a2_tmp_view) ?>" data-method="<?php echo $a2_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a2_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a2_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a2_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a2_name,$a2_views,$a2_back) ?> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="multipart/form-data" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('folder') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='type';$a6_value='folder';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange='';$a6_children='folder_name'; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange,$a6_children) ?><!-- Compiling label/label-begin --><?php $a6_for='type_folder'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_folder';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin --><?php $a6_class='name';$a6_default='';$a6_type='text';$a6_name='folder_name';$a6_size='30';$a6_maxlength='250';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; + if(!isset($a6_default)) $a6_default=''; + $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); +?><?php if (!$a6_readonly || $a6_type=='hidden') { +?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a6_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('file') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='type';$a6_value='file';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange='';$a6_children='file'; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange,$a6_children) ?><!-- Compiling label/label-begin --><?php $a6_for='type_file'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_FILE';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <input size="30" id="req1511991655129390138_file" type="file" maxlength="<?php echo $maxlength ?>" name="file" class="" /> + <!-- Compiling newline/newline-begin --><br/><!-- Compiling text/text-begin --><?php $a6_class='help';$a6_key='file_max_size';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a6_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='max_size';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('page') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='type';$a6_value='page';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange='';$a6_children='page_templateid,page_name'; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange,$a6_children) ?><!-- Compiling label/label-begin --><?php $a6_for='type_page'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_TEMPLATE';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling selectbox/selectbox-begin --><?php $a6_list='templates';$a6_name='page_templateid';$a6_onchange='';$a6_title='';$a6_class='';$a6_addempty=false;$a6_multiple=false;$a6_size='1';$a6_lang=false; ?><?php +$a6_readonly=false; +$a6_tmp_list = $$a6_list; +if ($this->isEditable() && !$this->isEditMode()) +{ + echo empty($$a6_name)?'- '.lang('EMPTY').' -':$a6_tmp_list[$$a6_name]; +} +else +{ +if ( $a6_addempty!==FALSE ) +{ + if ($a6_addempty===TRUE) + $a6_tmp_list = array(''=>lang('LIST_ENTRY_EMPTY'))+$a6_tmp_list; + else + $a6_tmp_list = array(''=>'- '.lang($a6_addempty).' -')+$a6_tmp_list; +} +?><div class="inputholder"><select<?php if ($a6_readonly) echo ' disabled="disabled"' ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name; if ($a6_multiple) echo '[]'; ?>" onchange="<?php echo $a6_onchange ?>" title="<?php echo $a6_title ?>" class="<?php echo $a6_class ?>"<?php +if (count($$a6_list)<=1) echo ' disabled="disabled"'; +if ($a6_multiple) echo ' multiple="multiple"'; +echo ' size="'.intval($a6_size).'"'; +?>><?php + if ( isset($$a6_name) && isset($a6_tmp_list[$$a6_name]) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + foreach( $a6_tmp_list as $box_key=>$box_value ) + { + if ( is_array($box_value) ) + { + $box_key = $box_value['key' ]; + $box_title = $box_value['title']; + $box_value = $box_value['value']; + } + elseif( $a6_lang ) + { + $box_title = lang( $box_value.'_DESC'); + $box_value = lang( $box_value ); + } + else + { + $box_title = ''; + } + echo '<option class="'.$a6_class.'" value="'.$box_key.'" title="'.$box_title.'"'; + if ((string)$box_key==$a6_tmp_default) + echo ' selected="selected"'; + echo '>'.$box_value.'</option>'; + } +?></select></div><?php +if (count($$a6_list)==0) echo '<input type="hidden" name="'.$a6_name.'" value="" />'; +if (count($$a6_list)==1) echo '<input type="hidden" name="'.$a6_name.'" value="'.$box_key.'" />'; +} +?><?php unset($a6_list,$a6_name,$a6_onchange,$a6_title,$a6_class,$a6_addempty,$a6_multiple,$a6_size,$a6_lang) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='type_page'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_NAME';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin --><?php $a6_class='name';$a6_default='';$a6_type='text';$a6_name='page_name';$a6_size='30';$a6_maxlength='250';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; + if(!isset($a6_default)) $a6_default=''; + $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); +?><?php if (!$a6_readonly || $a6_type=='hidden') { +?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a6_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('link') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='type';$a6_value='link';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange='';$a6_children='link_name'; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange,$a6_children) ?><!-- Compiling label/label-begin --><?php $a6_for='type_link'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_text='global_NAME';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin --><?php $a6_class='name';$a6_default='';$a6_type='text';$a6_name='link_name';$a6_size='30';$a6_maxlength='250';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; + if(!isset($a6_default)) $a6_default=''; + $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); +?><?php if (!$a6_readonly || $a6_type=='hidden') { +?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a6_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/folder/createfile.tpl.out.php b/themes/default/templates/folder/createfile.tpl.out.php @@ -0,0 +1,129 @@ +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_back=true; ?><?php if(!empty($a2_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a2_tmp_view) ?>" data-method="<?php echo $a2_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a2_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a2_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a2_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a2_name,$a2_back) ?> + <form name="" + target="upload" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="multipart/form-data" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit=""><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling hidden/hidden-begin --><?php $a3_name='type';$a3_default='file'; ?><?php +if (isset($$a3_name)) + $a3_tmp_value = $$a3_name; +elseif ( isset($a3_default) ) + $a3_tmp_value = $a3_default; +else + $a3_tmp_value = ""; +?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name,$a3_default) ?><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='global_FILE';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <input size="" id="req1511991658588812600_file" type="file" maxlength="<?php echo $maxlength ?>" name="file" class="" multiple="multiple" /> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line filedropzone'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin --><?php $a5_class='help';$a5_key='file_max_size';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_var='max_size';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = isset($$a5_var)?$$a5_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_var,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='HTTP_URL';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='text';$a5_default='';$a5_type='text';$a5_name='url';$a5_size='50';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('description') ?></legend><div> + </div></fieldset><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_text='global_NAME';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_text,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='text';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='50';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_text='global_DESCRIPTION';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_text,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin --><?php $a5_name='description';$a5_rows='5';$a5_cols='50';$a5_class='inputarea';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + +<div class="bottom"> + <div class="command true"> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> + + + + \ No newline at end of file diff --git a/themes/default/templates/folder/edit.tpl.out.php b/themes/default/templates/folder/edit.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a2_name='';$a2_views='order';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='order';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -31,14 +31,8 @@ if ( $conf['interface']['url_sessionid'] ) echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; ?> -<!-- Compiling table/table-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a3_width='100%';$a3_space='0px';$a3_padding='0px'; ?><?php - $last_column_idx = @$column_idx; - $column_idx = 0; - $coloumn_widths = array(); - $row_classes = array(); - $column_classes = array(); -?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> -<?php unset($a3_width,$a3_space,$a3_padding) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='headline'; ?><?php + + <table width="100%'><!-- Compiling row/row-begin --><?php $a4_class='headline'; ?><?php $column_idx = 0; ?> <tr @@ -61,35 +55,14 @@ } ?> </td> - <td class="help"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_key='GLOBAL_TYPE';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_raw='_/_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_key='GLOBAL_NAME';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_list='object';$a4_extract=true;$a4_key='list_key';$a4_value='list_value'; ?><?php + <td class="help"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_TYPE'.'')))); ?></span> + + <span class="text"><?php echo nl2br('&nbsp;/&nbsp;'); ?></span> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_NAME'.'')))); ?></span> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a4_list='object';$a4_extract=true;$a4_key='list_key';$a4_value='list_value'; ?><?php $a4_list_tmp_key = $a4_key; $a4_list_tmp_value = $a4_value; $a4_list_extract = $a4_extract; @@ -108,7 +81,7 @@ } extract($$a4_list_tmp_value); } -?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_class='data'; ?><?php +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling row/row-begin --><?php $a5_class='data'; ?><?php $column_idx = 0; ?> <tr @@ -132,20 +105,13 @@ } ?> <?php } ?> - <?php $if7=(!'writable'); if($if7){?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='text';$a8_raw='_';$a8_escape=true;$a8_cut='both'; ?><?php - $a8_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php - $langF = $a8_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a8_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_raw,$a8_escape,$a8_cut) ?> + <?php $if7=(!'writable'); if($if7){?> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + <?php } ?> </td> - <td class="clickable"><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_for=$id; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_title='';$a8_type='open';$a8_class='';$a8_action=$type;$a8_id=$objectid;$a8_name=$name;$a8_frame='_self';$a8_modal=false; ?><?php + <td class="clickable"><!-- Compiling label/label-begin --><?php $a7_for=$id; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling link/link-begin --><?php $a8_title='';$a8_type='open';$a8_class='';$a8_action=$type;$a8_id=$objectid;$a8_name=$name;$a8_frame='_self';$a8_modal=false; ?><?php $params = array(); $a8_url=''; $tmp_url = ''; @@ -167,63 +133,34 @@ } ?><a data-url="<?php echo $a8_url ?>" target="<?php echo $a8_frame ?>"<?php if (isset($a8_name)) { ?> data-name="<?php echo $a8_name ?>" name="<?php echo $a8_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a8_class ?>" data-id="<?php echo @$a8_id ?>" data-type="<?php echo $a8_type ?>" data-action="<?php echo @$a8_action ?>" data-method="<?php echo @$a8_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a8_accesskey)) echo ' accesskey="'.$a8_accesskey.'"' ?> title="<?php echo encodeHtml($a8_title) ?>"><?php unset($a8_title,$a8_type,$a8_class,$a8_action,$a8_id,$a8_name,$a8_frame,$a8_modal) ?> <img class="" title="" src="./themes/default/images/icon_<?php echo $icon ?>.png" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='text';$a9_var='name';$a9_maxlength='40';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = isset($$a9_var)?$$a9_var:$langF('UNKNOWN'); - $tmp_text = Text::maxLength( $tmp_text,intval($a9_maxlength),'..',constant('STR_PAD_'.strtoupper($a9_cut)) ); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_var,$a9_maxlength,$a9_escape,$a9_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='text';$a9_raw='_';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a9_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_raw,$a9_escape,$a9_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></a><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php } ?> - <?php $if4=(empty('object')); if($if4){?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(Text::maxLength( $name,40,'..',constant('STR_PAD_BOTH') )))); ?></span> + + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling label/label-end --></label> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?> + <?php $if4=(empty($object)); if($if4){?><!-- Compiling row/row-begin --><?php $column_idx = 0; ?> <tr > - <td colspan="2"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='text';$a7_text='GLOBAL_NOT_FOUND';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_text); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr> - <?php } ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='data'; ?><?php + <td colspan="2"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang('GLOBAL_NOT_FOUND')))); ?></span> + + </td><!-- Compiling row/row-end --></tr> + <?php } ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + <td> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + </td> - <td class="clickable" colspan="2"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createfolder';$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable" colspan="2"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createfolder';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -245,35 +182,21 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="" title="" src="./themes/default/images/icon/icon/create.png" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='text';$a7_key='menu_folder_createfolder';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></a> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='data'; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_folder_createfolder'.'')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + <td> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + </td> - <td class="clickable" colspan="2"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createpage';$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable" colspan="2"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createpage';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -295,35 +218,21 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="" title="" src="./themes/default/images/icon/icon/create.png" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='text';$a7_key='menu_folder_createpage';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></a> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='data'; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_folder_createpage'.'')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + <td> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + </td> - <td class="clickable" colspan="2"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createfile';$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable" colspan="2"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createfile';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -345,35 +254,21 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="" title="" src="./themes/default/images/icon/icon/create.png" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='text';$a7_key='menu_folder_createfile';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></a> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='data'; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_folder_createfile'.'')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + <td> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + </td> - <td class="clickable" colspan="2"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createlink';$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable" colspan="2"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='view';$a6_class='';$a6_action='folder';$a6_subaction='createlink';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -395,26 +290,19 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="" title="" src="./themes/default/images/icon/icon/create.png" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='text';$a7_key='menu_folder_createlink';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></a> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_folder_createlink'.'')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling row/row-begin --><?php $column_idx = 0; ?> <tr > <td colspan="2"> - <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('options') ?></legend><div> + <fieldset class="<?php echo '1'?" open":"" ?><?php echo '1'?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('options') ?></legend><div> <?php $type= $defaulttype; ?> - <!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_list='actionlist';$a7_extract=false;$a7_key='list_key';$a7_value='actiontype'; ?><?php + <!-- Compiling list/list-begin --><?php $a7_list='actionlist';$a7_extract=false;$a7_key='list_key';$a7_value='actiontype'; ?><?php $a7_list_tmp_key = $a7_key; $a7_list_tmp_value = $a7_value; $a7_list_extract = $a7_extract; @@ -433,7 +321,7 @@ } extract($$a7_list_tmp_value); } -?><?php unset($a7_list,$a7_extract,$a7_key,$a7_value) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='line'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='label'; ?><div class="<?php echo $a9_class ?>"><?php unset($a9_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='input'; ?><div class="<?php echo $a9_class ?>"><?php unset($a9_class) ?><!-- Compiling radio/radio-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a10_readonly=false;$a10_name='type';$a10_value=$actiontype;$a10_default=false;$a10_prefix='';$a10_suffix='';$a10_class='';$a10_onchange=''; ?><?php +?><?php unset($a7_list,$a7_extract,$a7_key,$a7_value) ?><!-- Compiling part/part-begin --><?php $a8_class='line'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling part/part-begin --><?php $a9_class='label'; ?><div class="<?php echo $a9_class ?>"><?php unset($a9_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a9_class='input'; ?><div class="<?php echo $a9_class ?>"><?php unset($a9_class) ?><!-- Compiling radio/radio-begin --><?php $a10_readonly=false;$a10_name='type';$a10_value=$actiontype;$a10_default=false;$a10_prefix='';$a10_suffix='';$a10_class='';$a10_onchange=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a10_readonly=true; if ( isset($$a10_name) ) $a10_tmp_default = $$a10_name; @@ -442,36 +330,14 @@ else $a10_tmp_default = ''; ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a10_name.'_'.$a10_value ?>" name="<?php echo $a10_prefix.$a10_name ?>"<?php if ( $a10_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a10_value ?>"<?php if($a10_value==$a10_tmp_default||@$a10_checked) echo ' checked="checked"' ?> /> -<?php /* #END-IF# */ ?><?php unset($a10_readonly,$a10_name,$a10_value,$a10_default,$a10_prefix,$a10_suffix,$a10_class,$a10_onchange) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a10_for='type';$a10_value=$actiontype; ?><label<?php if (isset($a10_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a10_for ?><?php if (!empty($a10_value)) echo '_'.$a10_value ?>" <?php if(hasLang(@$a10_key.'_desc')) { ?> title="<?php echo lang(@$a10_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a10_key)) { echo lang($a10_key); ?><?php if (isset($a10_text)) { echo $a10_text; } ?><?php } ?><?php unset($a10_for,$a10_value) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a11_class='text';$a11_raw='_';$a11_escape=true;$a11_cut='both'; ?><?php - $a11_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a11_class ?>" title="<?php echo $a11_title ?>"><?php - $langF = $a11_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a11_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a11_class,$a11_raw,$a11_escape,$a11_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a11_class='text';$a11_key=$actiontype;$a11_prefix='FOLDER_SELECT_';$a11_escape=true;$a11_cut='both'; ?><?php - $a11_key = $a11_prefix.$a11_key; - $a11_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a11_class ?>" title="<?php echo $a11_title ?>"><?php - $langF = $a11_escape?'langHtml':'lang'; - $tmp_text = $langF($a11_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a11_class,$a11_key,$a11_prefix,$a11_escape,$a11_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php } ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='line'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='label'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='input'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='text';$a9_raw='____';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a9_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_raw,$a9_escape,$a9_cut) ?> +<?php /* #END-IF# */ ?><?php unset($a10_readonly,$a10_name,$a10_value,$a10_default,$a10_prefix,$a10_suffix,$a10_class,$a10_onchange) ?><!-- Compiling label/label-begin --><?php $a10_for='type';$a10_value=$actiontype; ?><label<?php if (isset($a10_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a10_for ?><?php if (!empty($a10_value)) echo '_'.$a10_value ?>" <?php if(hasLang(@$a10_key.'_desc')) { ?> title="<?php echo lang(@$a10_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a10_key)) { echo lang($a10_key); ?><?php if (isset($a10_text)) { echo $a10_text; } ?><?php } ?><?php unset($a10_for,$a10_value) ?> + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang('FOLDER_SELECT_'.$actiontype.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?><!-- Compiling part/part-begin --><?php $a7_class='line'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?><!-- Compiling part/part-begin --><?php $a8_class='label'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a8_class='input'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?> + <span class="text"><?php echo nl2br('&nbsp;&nbsp;&nbsp;&nbsp;'); ?></span> + <?php { $tmpname = 'confirm';$default = '';$readonly = ''; if ( isset($$tmpname) ) $checked = $$tmpname; @@ -485,37 +351,22 @@ ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php } } ?> - <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_for='confirm'; ?><label<?php if (isset($a9_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a9_for ?><?php if (!empty($a9_value)) echo '_'.$a9_value ?>" <?php if(hasLang(@$a9_key.'_desc')) { ?> title="<?php echo lang(@$a9_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a9_key)) { echo lang($a9_key); ?><?php if (isset($a9_text)) { echo $a9_text; } ?><?php } ?><?php unset($a9_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a10_class='text';$a10_key='CONFIRM_DELETE';$a10_escape=true;$a10_cut='both'; ?><?php - $a10_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a10_class ?>" title="<?php echo $a10_title ?>"><?php - $langF = $a10_escape?'langHtml':'lang'; - $tmp_text = $langF($a10_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a10_class,$a10_key,$a10_escape,$a10_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a7_class='line'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='label'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_class='text';$a9_key='FOLDER_SELECT_TARGET_FOLDER';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = $langF($a9_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_key,$a9_escape,$a9_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a8_class='input'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?><!-- Compiling selector/selector-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a9_types='folder';$a9_name=$rootfoldername;$a9_id=$rootfolderid;$a9_folderid=$rootfolderid;$a9_param='targetobjectid'; ?><div class="selector"> - <div class="inputholder"> - <input type="hidden" name="<?php echo $a9_param ?>" value="<?php echo $a9_id ?>" /> - <input type="text" disabled="disabled" value="<?php echo $a9_name ?>" /> - </div> - <div class="tree selector" data-types="<?php echo $a9_types ?>" data-init-id="<?php echo $a9_id ?>" data-init-folderid="<?php echo $a9_folderid ?>"></div> -</div><?php unset($a9_types,$a9_name,$a9_id,$a9_folderid,$a9_param) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div> + <!-- Compiling label/label-begin --><?php $a9_for='confirm'; ?><label<?php if (isset($a9_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a9_for ?><?php if (!empty($a9_value)) echo '_'.$a9_value ?>" <?php if(hasLang(@$a9_key.'_desc')) { ?> title="<?php echo lang(@$a9_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a9_key)) { echo lang($a9_key); ?><?php if (isset($a9_text)) { echo $a9_text; } ?><?php } ?><?php unset($a9_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'CONFIRM_DELETE'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a7_class='line'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?><!-- Compiling part/part-begin --><?php $a8_class='label'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'FOLDER_SELECT_TARGET_FOLDER'.'')))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a8_class='input'; ?><div class="<?php echo $a8_class ?>"><?php unset($a8_class) ?> + <div class="selector"> +<div class="inputholder"> +<input type="hidden" name="targetobjectid" value="{id}" /> +<input type="text" disabled="disabled" value="{name}" /> +</div> +<div class="tree selector" data-types="{types}" data-init-id="<?php echo $rootfolderid ?>" data-init-folderid="<?php echo $rootfolderid ?>"> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> </div></fieldset> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></tr><!-- Compiling table/table-end @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php - $column_idx = $last_column_idx; -?> -</table> + </td><!-- Compiling row/row-end --></tr> + </table> <div class="bottom"> <div class="command "> @@ -526,7 +377,7 @@ </div> </form> -<!-- Compiling insert/insert-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a2_script='mark';$a2_inline=true; ?><?php +<!-- Compiling insert/insert-begin --><?php $a2_script='mark';$a2_inline=true; ?><?php $a2_tmp_file = $tpl_dir.'../../js/'.basename($a2_script).'.js'; if (!$a2_inline) { diff --git a/themes/default/templates/folder/info.tpl.out.php b/themes/default/templates/folder/info.tpl.out.php @@ -0,0 +1,72 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('GLOBAL_PROP') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='name';$a6_key='global_name'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="name,focus"><?php echo nl2br(encodeHtml(htmlentities($name))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='filename';$a6_key='global_filename'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($filename))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='description';$a6_key='global_description'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="description"><?php echo nl2br(encodeHtml(htmlentities($description))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('additional_info') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='full_filename';$a6_key='FULL_FILENAME'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($full_filename))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='objectid';$a6_key='id'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($objectid))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('PROP_USERINFO') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='create_user';$a6_key='global_created'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <img class="image-icon image-icon--element" title="" src="./themes/default/images/icon/element/date.svg" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($create_date) ?> + <!-- Compiling newline/newline-begin --><br/> + <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/user/component-user.php') ?><?php component_user($create_user) ?> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='lastchange_user';$a6_key='global_lastchange'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <img class="image-icon image-icon--element" title="" src="./themes/default/images/icon/element/date.svg" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($lastchange_date) ?> + <!-- Compiling newline/newline-begin --><br/> + <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> + + <?php include_once( OR_THEMES_DIR.'default/include/html/user/component-user.php') ?><?php component_user($lastchange_user) ?> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/folder/preview.tpl.out.php b/themes/default/templates/folder/preview.tpl.out.php @@ -0,0 +1,158 @@ +<!-- Compiling output/output-begin --><!-- Compiling table/table-begin --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a3_class) ?> + <td class="help"><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='GLOBAL_TYPE';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_raw='_/_';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a5_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_raw,$a5_escape,$a5_cut) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='GLOBAL_NAME';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td> + <td class="help"><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='GLOBAL_LASTCHANGE';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td><!-- Compiling row/row-end --></tr> + <?php $if3=(!empty('up_url')); if($if3){?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td> + <img class="" title="" src="./themes/default/images/icon_folder_up.png" /> + <!-- Compiling text/text-begin --><?php $a6_class='text';$a6_raw='..';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a6_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + </td> + <td><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_raw='';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a6_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + </td><!-- Compiling row/row-end --></tr> + <?php } ?><!-- Compiling list/list-begin --><?php $a3_list='object';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + $a3_list_tmp_key = $a3_key; + $a3_list_tmp_value = $a3_value; + $a3_list_extract = $a3_extract; + unset($a3_key); + unset($a3_value); + if ( !isset($$a3_list) || !is_array($$a3_list) ) + $$a3_list = array(); + foreach( $$a3_list as $$a3_list_tmp_key => $$a3_list_tmp_value ) + { + if ( $a3_list_extract ) + { + if ( !is_array($$a3_list_tmp_value) ) + { + print_r($$a3_list_tmp_value); + die( 'not an array at key: '.$$a3_list_tmp_key ); + } + extract($$a3_list_tmp_value); + } +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td class="<?php echo $class ?>" title="<?php echo $desc ?>" onclick="javascript:openNewAction('<?php echo $name ?>','<?php echo $type ?>','<?php echo $id ?>');"> + <img class="" title="" src="./themes/default/images/icon_<?php echo $icon ?>.png" /> + <!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='name';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a6_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> + </td> + <td> + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($date) ?> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?> + <?php $if3=(empty('object')); if($if3){?><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td colspan="2"><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='GLOBAL_NOT_FOUND';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?> + </td><!-- Compiling row/row-end --></tr> + <?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table>+ \ No newline at end of file diff --git a/themes/default/templates/folder/prop.tpl.out.php b/themes/default/templates/folder/prop.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a2_name='';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -31,8 +31,8 @@ if ( $conf['interface']['url_sessionid'] ) echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; ?> -<!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_for='name';$a5_key='global_name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_class='name,focus';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; +<!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='name';$a5_key='global_name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='name,focus';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; if(!isset($a5_default)) $a5_default=''; $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); @@ -40,8 +40,8 @@ ?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a5_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_for='filename';$a5_key='global_filename'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_class='filename';$a5_default='';$a5_type='text';$a5_name='filename';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='filename';$a5_key='global_filename'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='filename';$a5_default='';$a5_type='text';$a5_name='filename';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; if(!isset($a5_default)) $a5_default=''; $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); @@ -49,13 +49,13 @@ if ($a5_readonly) { ?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a5_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_for='description';$a5_key='global_description'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a5_name='description';$a5_rows='10';$a5_cols='40';$a5_class='description';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div> + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='description';$a5_key='global_description'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for,$a5_key) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin --><?php $a5_name='description';$a5_rows='10';$a5_cols='40';$a5_class='description';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <div class="bottom"> <div class="command "> - <input type="button" class="submit ok" value="message:global_save" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + <input type="button" class="submit ok" value="<?php echo lang('global_save') ?>" onclick="$(this).closest('div.sheet').find('form').submit(); " /> <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> </div> diff --git a/themes/default/templates/folder/pub.tpl.out.php b/themes/default/templates/folder/pub.tpl.out.php @@ -0,0 +1,190 @@ +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --> + <?php $if2=(@$conf['security']['nopublish']); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a3_class='message warn'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a4_class='help';$a4_key='GLOBAL_NOPUBLISH_DESC';$a4_escape=true;$a4_cut='both'; ?><?php + $a4_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php + $langF = $a4_escape?'langHtml':'lang'; + $tmp_text = $langF($a4_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_key,$a4_escape,$a4_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div> + <?php } ?> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="true" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <?php $if3=(!empty('pages')); if($if3){?> + <?php $if4=(!empty('subdirs')); if($if4){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> + <?php { $tmpname = 'pages';$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a7_for='pages'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_raw='_';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a8_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_raw,$a8_escape,$a8_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_text='global_pages';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = $langF($a8_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_text,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div> + <?php } ?> + <?php } ?> + <?php $if3=(!empty('files')); if($if3){?> + <?php $if4=('subdirs'); if($if4){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> + <?php { $tmpname = 'files';$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a7_for='files'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_raw='_';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a8_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_raw,$a8_escape,$a8_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_text='global_files';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = $langF($a8_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_text,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div> + <?php } ?> + <?php } ?> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('options') ?></legend><div> + <?php $if4=(!empty('subdirs')); if($if4){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> + <?php { $tmpname = 'subdirs';$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a7_for='subdirs'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_raw='_';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a8_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_raw,$a8_escape,$a8_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_text='GLOBAL_PUBLISH_WITH_SUBDIRS';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = $langF($a8_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_text,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div> + <?php } ?> + <?php $if4=(!empty('clean')); if($if4){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> + <?php { $tmpname = 'clean';$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a7_for='clean'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_raw='_';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a8_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_raw,$a8_escape,$a8_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:10:08 +0100 --><?php $a8_class='text';$a8_text='global_CLEAN_AFTER_PUBLISH';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = $langF($a8_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_text,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:10:08 +0100 --></div> + <?php } ?> + </div></fieldset> + +<div class="bottom"> + <div class="command true"> + + <input type="button" class="submit ok" value="<?php echo lang('publish') ?>" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --><input type="button" class="submit cancel" value="<?php echo lang("CANCEL") ?>" onclick="$(div#dialog').hide(); $('div#filler').fadeOut(500); $(this).closest('div.panel').find('ul.views > li.active').click();" /> </div> +</div> + +</form> diff --git a/themes/default/templates/folder/structure.tpl.out.php b/themes/default/templates/folder/structure.tpl.out.php @@ -1,24 +1,3 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a2_class='structure tree'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling tree/tree-begin @ Wed, 29 Nov 2017 00:51:17 +0100 --><?php $a3_tree=$outline; ?><?php showList($a3_tree); -function showList( $contents ) -{ - echo '<ul class="tree">'; - foreach( $contents as $key=>$el) { - $selected = isset($el['self']); - if ($selected ) - echo '<li class="">'; - else - echo '<li>'; - echo '<div class="tree" />'; - echo '<div class="entry '.($selected?' selected':'').'" onclick="javascript:openNewAction( \''.$el['name'].'\',\''.$el['type'].'\',\''.$el['id'].'\',0 );">'; - echo '<img src="'.OR_THEMES_EXT_DIR.'default/images/icon_'.$el['type'].'.png" />'; - echo $el['name']; - echo '</div>'; - if ( isset($el['children']) ) - { - showList($el['children'] ); - } - echo '</li>'; - } - echo '</ul>'; -} -?><?php unset($a3_tree) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:17 +0100 --></div>- \ No newline at end of file +<!-- Compiling output/output-begin --><!-- Compiling part/part-begin --><?php $a2_class='structure tree'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?> + <?php include_once( OR_THEMES_DIR.'default/include/html/tree/component-tree.php') ?><?php component_tree($outline) ?> + <!-- Compiling part/part-end --></div>+ \ No newline at end of file diff --git a/themes/default/templates/group/edit.tpl.out.php b/themes/default/templates/group/edit.tpl.out.php @@ -0,0 +1,62 @@ +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='remove';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a2_tmp_view) ?>" data-method="<?php echo $a2_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a2_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a2_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a2_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a2_name,$a2_views,$a2_back) ?> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin --><?php $a5_for='name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_text='GLOBAL_NAME';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin --><?php $a5_class='focus';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; + if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; + if(!isset($a5_default)) $a5_default=''; + $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); +?><?php if (!$a5_readonly || $a5_type=='hidden') { +?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a5_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/group/memberships.tpl.out.php b/themes/default/templates/group/memberships.tpl.out.php @@ -0,0 +1,128 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="true" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling table/table-begin --><?php $a3_width='100%';$a3_space='0px';$a3_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a3_width,$a3_space,$a3_padding) ?><!-- Compiling row/row-begin --><?php $a4_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a4_class) ?> + <td width="10%"> + </td> + <td><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_key='name';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a4_list='memberships';$a4_extract=true;$a4_key='list_key';$a4_value='list_value'; ?><?php + $a4_list_tmp_key = $a4_key; + $a4_list_tmp_value = $a4_value; + $a4_list_extract = $a4_extract; + unset($a4_key); + unset($a4_value); + if ( !isset($$a4_list) || !is_array($$a4_list) ) + $$a4_list = array(); + foreach( $$a4_list as $$a4_list_tmp_key => $$a4_list_tmp_value ) + { + if ( $a4_list_extract ) + { + if ( !is_array($$a4_list_tmp_value) ) + { + print_r($$a4_list_tmp_value); + die( 'not an array at key: '.$$a4_list_tmp_key ); + } + extract($$a4_list_tmp_value); + } +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling row/row-begin --><?php $a5_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a5_class) ?> + <td> + <?php { $tmpname = $var;$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + + </td> + <td><!-- Compiling label/label-begin --><?php $a7_for=$var; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?> + <img class="" title="" src="./themes/default/images/icon/icon_user.png" /> + <!-- Compiling text/text-begin --><?php $a8_class='text';$a8_var='name';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = isset($$a8_var)?$$a8_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_var,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end --></label> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td class="act" colspan="2"> + <div class="invisible"><input type="submit" name="ok" class="%class%" + title="Bestätigen" + value="&nbsp;&nbsp;&nbsp;&nbsp;OK&nbsp;&nbsp;&nbsp;&nbsp;" /> + </div> + </td><!-- Compiling row/row-end --></tr> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/link/edit.tpl.out.php b/themes/default/templates/link/edit.tpl.out.php @@ -0,0 +1,87 @@ +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_readonly=false;$a6_name='type';$a6_value='url';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange=''; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_for='type_url'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a7_class='text';$a7_text='link_url';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_class='text';$a6_default='';$a6_type='text';$a6_name='url';$a6_size='';$a6_maxlength='256';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; + if(!isset($a6_default)) $a6_default=''; + $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); +?><?php if (!$a6_readonly || $a6_type=='hidden') { +?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a6_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling radio/radio-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_readonly=false;$a6_name='type';$a6_value='link';$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange=''; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_for='type_link'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a7_class='text';$a7_text='link_target';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling selector/selector-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_types='page,file';$a6_name=$targetobjectname;$a6_id=$targetobjectid;$a6_folderid='parentid';$a6_param='targetobjectid'; ?><div class="selector"> + <div class="inputholder"> + <input type="hidden" name="<?php echo $a6_param ?>" value="<?php echo $a6_id ?>" /> + <input type="text" disabled="disabled" value="<?php echo $a6_name ?>" /> + </div> + <div class="tree selector" data-types="<?php echo $a6_types ?>" data-init-id="<?php echo $a6_id ?>" data-init-folderid="<?php echo $a6_folderid ?>"></div> +</div><?php unset($a6_types,$a6_name,$a6_id,$a6_folderid,$a6_param) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/link/prop.tpl.out.php b/themes/default/templates/link/prop.tpl.out.php @@ -0,0 +1,63 @@ +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('global_prop') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_for='name'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a7_class='text';$a7_text='GLOBAL_name';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_class='name,focus';$a6_default='';$a6_type='text';$a6_name='name';$a6_size='';$a6_maxlength='256';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; + if(!isset($a6_default)) $a6_default=''; + $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); +?><?php if (!$a6_readonly || $a6_type=='hidden') { +?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php +if ($a6_readonly) { +?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_for='description'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a7_class='text';$a7_text='GLOBAL_description';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = $langF($a7_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_text,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling inputarea/inputarea-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a6_name='description';$a6_rows='10';$a6_cols='40';$a6_class='description';$a6_default=''; ?><div class="inputholder"><textarea class="<?php echo $a6_class ?>" name="<?php echo $a6_name ?>" ><?php echo Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default) ?></textarea></div><?php unset($a6_name,$a6_rows,$a6_cols,$a6_class,$a6_default) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/link/structure.tpl.out.php b/themes/default/templates/link/structure.tpl.out.php @@ -0,0 +1,24 @@ +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a2_class='structure tree'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling tree/tree-begin @ Wed, 29 Nov 2017 01:27:31 +0100 --><?php $a3_tree=$outline; ?><?php showList($a3_tree); +function showList( $contents ) +{ + echo '<ul class="tree">'; + foreach( $contents as $key=>$el) { + $selected = isset($el['self']); + if ($selected ) + echo '<li class="">'; + else + echo '<li>'; + echo '<div class="tree" />'; + echo '<div class="entry '.($selected?' selected':'').'" onclick="javascript:openNewAction( \''.$el['name'].'\',\''.$el['type'].'\',\''.$el['id'].'\',0 );">'; + echo '<img src="'.OR_THEMES_EXT_DIR.'default/images/icon_'.$el['type'].'.png" />'; + echo $el['name']; + echo '</div>'; + if ( isset($el['children']) ) + { + showList($el['children'] ); + } + echo '</li>'; + } + echo '</ul>'; +} +?><?php unset($a3_tree) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:31 +0100 --></div>+ \ No newline at end of file diff --git a/themes/default/templates/login/license.tpl.out.php b/themes/default/templates/login/license.tpl.out.php @@ -1,39 +1,19 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><!-- Compiling newline/newline-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><br/><!-- Compiling table/table-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php - $last_column_idx = @$column_idx; - $column_idx = 0; - $coloumn_widths = array(); - $row_classes = array(); - $column_classes = array(); -?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> -<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_class='headline'; ?><?php +<!-- Compiling output/output-begin --><!-- Compiling newline/newline-begin --><br/> + <table ><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php $column_idx = 0; ?> <tr class="headline" > <?php unset($a3_class) ?> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='text';$a5_key='name';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'name'.'')))); ?></span> + </td> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='text';$a5_key='license';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></tr><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_list='software';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'license'.'')))); ?></span> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a3_list='software';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php $a3_list_tmp_key = $a3_key; $a3_list_tmp_value = $a3_value; $a3_list_extract = $a3_extract; @@ -52,14 +32,14 @@ } extract($$a3_list_tmp_value); } -?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='data'; ?><?php +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td class="clickable"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_title='';$a6_type='external';$a6_url=$url;$a6_class='';$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='external';$a6_url=$url;$a6_class='';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $tmp_url = ''; $a6_target = $view; @@ -78,28 +58,12 @@ default: $tmp_data = ''; } -?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_url,$a6_class,$a6_frame,$a6_modal) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></a> +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_url,$a6_class,$a6_frame,$a6_modal) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($name))); ?></span> + <!-- Compiling link/link-end --></a> </td> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_class='text';$a6_var='license';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></tr><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php } ?><!-- Compiling table/table-end @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php - $column_idx = $last_column_idx; -?> -</table>- \ No newline at end of file + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($license))); ?></span> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?> + </table>+ \ No newline at end of file diff --git a/themes/default/templates/login/login.tpl.out.php b/themes/default/templates/login/login.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a2_name='';$a2_views='password,register,license';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='password,register,license';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -33,7 +33,7 @@ ?> <?php $if3=(!empty(@$conf['login']['logo']['file'])); if($if3){?> - <?php $if4=(!empty(@$conf['login']['logo']['url'])); if($if4){?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_title='';$a5_type='';$a5_target='_top';$a5_url=@$conf['login']['logo']['url'];$a5_class='';$a5_frame='_self';$a5_modal=false; ?><?php + <?php $if4=(!empty(@$conf['login']['logo']['url'])); if($if4){?><!-- Compiling link/link-begin --><?php $a5_title='';$a5_type='';$a5_target='_top';$a5_url=@$conf['login']['logo']['url'];$a5_class='';$a5_frame='_self';$a5_modal=false; ?><?php $params = array(); $tmp_url = ''; $params[REQ_PARAM_TARGET] = $a5_target; @@ -54,58 +54,30 @@ } ?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_target,$a5_url,$a5_class,$a5_frame,$a5_modal) ?> <img class="" title="" src="<?php echo @$conf['login']['logo']['file'] ?>" /> - <!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></a> + <!-- Compiling link/link-end --></a> <?php } ?> <?php $if4=(empty(@$conf['login']['logo']['url'])); if($if4){?> <img class="" title="" src="<?php echo @$conf['login']['logo']['file'] ?>" /> <?php } ?> <?php } ?> - <?php $if3=(empty(@$conf['login']['motd'])); if($if3){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='message info'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='text';$a5_raw=@$conf['login']['motd'];$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a5_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_raw,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + <?php $if3=(empty(@$conf['login']['motd'])); if($if3){?><!-- Compiling part/part-begin --><?php $a4_class='message info'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <span class="text"><?php echo nl2br('config:login/motd'); ?></span> + <!-- Compiling part/part-end --></div> <?php } ?> - <?php $if3=(@$conf['login']['nologin']); if($if3){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='message error'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='text';$a5_key='LOGIN_NOLOGIN_DESC';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + <?php $if3=(@$conf['login']['nologin']); if($if3){?><!-- Compiling part/part-begin --><?php $a4_class='message error'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'LOGIN_NOLOGIN_DESC'.'')))); ?></span> + <!-- Compiling part/part-end --></div> <?php } ?> - <?php $if3=(@$conf['security']['readonly']); if($if3){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='message warn'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='text';$a5_key='GLOBAL_READONLY_DESC';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + <?php $if3=(@$conf['security']['readonly']); if($if3){?><!-- Compiling part/part-begin --><?php $a4_class='message warn'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_READONLY_DESC'.'')))); ?></span> + <!-- Compiling part/part-end --></div> <?php } ?> - <?php $if3=(!@$conf['login']['nologin']); if($if3){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='login_name'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='USER_USERNAME';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> - <?php $if6=!(!empty($force_username)); if($if6){?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='name';$a7_default='';$a7_type='text';$a7_name='login_name';$a7_value='';$a7_size='20';$a7_maxlength='256';$a7_onchange='';$a7_readonly=false;$a7_hint=lang('USER_USERNAME');$a7_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a7_readonly=true; + <?php $if3=(!@$conf['login']['nologin']); if($if3){?><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='login_name'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_USERNAME'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <?php $if6=!(!empty($force_username)); if($if6){?><!-- Compiling input/input-begin --><?php $a7_class='name';$a7_default='';$a7_type='text';$a7_name='login_name';$a7_value='';$a7_size='20';$a7_maxlength='256';$a7_onchange='';$a7_readonly=false;$a7_hint=lang('USER_USERNAME');$a7_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a7_readonly=true; if ($a7_readonly && empty($$a7_name)) $$a7_name = '- '.lang('EMPTY').' -'; if(!isset($a7_default)) $a7_default=''; $tmp_value = Text::encodeHtml(isset($$a7_name)?$$a7_name:$a7_default); @@ -115,7 +87,7 @@ if ($a7_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a7_name ?>" name="<?php echo $a7_name ?>" value="<?php echo $tmp_value ?>" /><?php } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a7_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a7_class,$a7_default,$a7_type,$a7_name,$a7_value,$a7_size,$a7_maxlength,$a7_onchange,$a7_readonly,$a7_hint,$a7_icon) ?> <?php } ?> - <?php if(!$if6){?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_default='';$a7_type='hidden';$a7_name='login_name';$a7_value=$force_username;$a7_size='';$a7_maxlength='256';$a7_onchange='';$a7_readonly=false;$a7_hint='';$a7_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a7_readonly=true; + <?php if(!$if6){?><!-- Compiling input/input-begin --><?php $a7_class='text';$a7_default='';$a7_type='hidden';$a7_name='login_name';$a7_value=$force_username;$a7_size='';$a7_maxlength='256';$a7_onchange='';$a7_readonly=false;$a7_hint='';$a7_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a7_readonly=true; if ($a7_readonly && empty($$a7_name)) $$a7_name = '- '.lang('EMPTY').' -'; if(!isset($a7_default)) $a7_default=''; $tmp_value = Text::encodeHtml(isset($$a7_name)?$$a7_name:$a7_default); @@ -123,27 +95,13 @@ if ($a7_readonly) { ?><div class="<?php echo $a7_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a7_readonly) echo ' disabled="true"' ?><?php if ($a7_hint) echo ' data-hint="'.$a7_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a7_name ?><?php if ($a7_readonly) echo '_disabled' ?>" name="<?php echo $a7_name ?><?php if ($a7_readonly) echo '_disabled' ?>" type="<?php echo $a7_type ?>" maxlength="<?php echo $a7_maxlength ?>" class="<?php echo str_replace(',',' ',$a7_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a7_icon) echo '<img src="'.$image_dir.'icon_'.$a7_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a7_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a7_name ?>" name="<?php echo $a7_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a7_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a7_class,$a7_default,$a7_type,$a7_name,$a7_value,$a7_size,$a7_maxlength,$a7_onchange,$a7_readonly,$a7_hint,$a7_icon) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_value=$force_username;$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $a7_escape?htmlentities($a7_value):$a7_value; - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_value,$a7_escape,$a7_cut) ?> - <?php } ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='login_password'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='USER_PASSWORD';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_name='login_password';$a6_default='';$a6_class='name';$a6_size='20';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a7_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a7_class,$a7_default,$a7_type,$a7_name,$a7_value,$a7_size,$a7_maxlength,$a7_onchange,$a7_readonly,$a7_hint,$a7_icon) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($force_username))); ?></span> + + <?php } ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='login_password'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_PASSWORD'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin --><?php $a6_name='login_password';$a6_default='';$a6_class='name';$a6_size='20';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> <?php { $tmpname = 'remember';$default = false;$readonly = ''; if ( isset($$tmpname) ) $checked = $$tmpname; @@ -157,51 +115,23 @@ if ($a7_readonly) { ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php } } ?> - <!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='remember'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='REMEMBER_ME';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + <!-- Compiling label/label-begin --><?php $a6_for='remember'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'REMEMBER_ME'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <?php } ?> - <fieldset class="<?php echo false?" open":"" ?><?php echo false?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('USER_NEW_PASSWORD') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='password1'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='USER_NEW_PASSWORD';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_name='password1';$a6_default='';$a6_class='';$a6_size='25';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='password2'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='USER_NEW_PASSWORD_REPEAT';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_name='password2';$a6_default='';$a6_class='';$a6_size='25';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + <fieldset class="<?php echo false?" open":"" ?><?php echo false?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('USER_NEW_PASSWORD') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='password1'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_NEW_PASSWORD'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin --><?php $a6_name='password1';$a6_default='';$a6_class='';$a6_size='25';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='password2'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_NEW_PASSWORD_REPEAT'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling password/password-begin --><?php $a6_name='password2';$a6_default='';$a6_class='';$a6_size='25';$a6_maxlength='256'; ?><div class="inputholder"><input type="password" name="<?php echo $a6_name ?>" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" size="<?php echo $a6_size ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo $a6_class ?>" value="<?php echo isset($$a6_name)?$$a6_name:$a6_default ?>" /></div><?php unset($a6_name,$a6_default,$a6_class,$a6_size,$a6_maxlength) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> </div></fieldset> - <fieldset class="<?php echo false?" open":"" ?><?php echo false?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('USER_TOKEN') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_for='user_token'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_class='text';$a7_key='USER_TOKEN';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_class='text';$a6_default='';$a6_type='text';$a6_name='user_token';$a6_size='25';$a6_maxlength='256';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + <fieldset class="<?php echo false?" open":"" ?><?php echo false?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('USER_TOKEN') ?></legend><div><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='label'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling label/label-begin --><?php $a6_for='user_token'; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_TOKEN'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='input'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling input/input-begin --><?php $a6_class='text';$a6_default='';$a6_type='text';$a6_name='user_token';$a6_size='25';$a6_maxlength='256';$a6_onchange='';$a6_readonly=false;$a6_hint='';$a6_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; if ($a6_readonly && empty($$a6_name)) $$a6_name = '- '.lang('EMPTY').' -'; if(!isset($a6_default)) $a6_default=''; $tmp_value = Text::encodeHtml(isset($$a6_name)?$$a6_name:$a6_default); @@ -209,20 +139,13 @@ if ($a7_readonly) { ?><div class="<?php echo $a6_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a6_readonly) echo ' disabled="true"' ?><?php if ($a6_hint) echo ' data-hint="'.$a6_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" name="<?php echo $a6_name ?><?php if ($a6_readonly) echo '_disabled' ?>" type="<?php echo $a6_type ?>" maxlength="<?php echo $a6_maxlength ?>" class="<?php echo str_replace(',',' ',$a6_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a6_icon) echo '<img src="'.$image_dir.'icon_'.$a6_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a6_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name ?>" name="<?php echo $a6_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a6_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a6_class,$a6_default,$a6_type,$a6_name,$a6_size,$a6_maxlength,$a6_onchange,$a6_readonly,$a6_hint,$a6_icon) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> </div></fieldset> <?php $if3=(intval('1')<intval(@count($dbids))); if($if3){?> - <fieldset class="<?php echo true?" open":"" ?><?php echo 1?" show":"" ?>"><legend><img src="/themes/default/images/icon/method/database.svg" /><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('DATABASE') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_for='dbid'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a8_class='text';$a8_key='DATABASE';$a8_escape=true;$a8_cut='both'; ?><?php - $a8_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php - $langF = $a8_escape?'langHtml':'lang'; - $tmp_text = $langF($a8_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_key,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling selectbox/selectbox-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a7_list='dbids';$a7_name='dbid';$a7_default=$actdbid;$a7_onchange='';$a7_title='';$a7_class='';$a7_addempty=false;$a7_multiple=false;$a7_size='1';$a7_lang=false; ?><?php + <fieldset class="<?php echo true?" open":"" ?><?php echo 1?" show":"" ?>"><legend><img src="/themes/default/images/icon/method/database.svg" /><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('DATABASE') ?></legend><div><!-- Compiling part/part-begin --><?php $a5_class='line'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-begin --><?php $a6_class='label'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling label/label-begin --><?php $a7_for='dbid'; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'DATABASE'.'')))); ?></span> + <!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a6_class='input'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling selectbox/selectbox-begin --><?php $a7_list='dbids';$a7_name='dbid';$a7_default=$actdbid;$a7_onchange='';$a7_title='';$a7_class='';$a7_addempty=false;$a7_multiple=false;$a7_size='1';$a7_lang=false; ?><?php $a7_readonly=false; $a7_tmp_list = $$a7_list; if ($this->isEditable() && !$this->isEditMode()) @@ -275,10 +198,10 @@ echo ' size="'.intval($a7_size).'"'; if (count($$a7_list)==0) echo '<input type="hidden" name="'.$a7_name.'" value="" />'; if (count($$a7_list)==1) echo '<input type="hidden" name="'.$a7_name.'" value="'.$box_key.'" />'; } -?><?php unset($a7_list,$a7_name,$a7_default,$a7_onchange,$a7_title,$a7_class,$a7_addempty,$a7_multiple,$a7_size,$a7_lang) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:29 +0100 --></div> +?><?php unset($a7_list,$a7_name,$a7_default,$a7_onchange,$a7_title,$a7_class,$a7_addempty,$a7_multiple,$a7_size,$a7_lang) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> </div></fieldset> <?php } ?> - <?php if(!$if3){?><!-- Compiling hidden/hidden-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a4_name='dbid';$a4_default=$actdbid; ?><?php + <?php if(!$if3){?><!-- Compiling hidden/hidden-begin --><?php $a4_name='dbid';$a4_default=$actdbid; ?><?php if (isset($$a4_name)) $a4_tmp_value = $$a4_name; elseif ( isset($a4_default) ) @@ -286,28 +209,28 @@ elseif ( isset($a4_default) ) else $a4_tmp_value = ""; ?><input type="hidden" name="<?php echo $a4_name ?>" value="<?php echo $a4_tmp_value ?>" /><?php unset($a4_name,$a4_default) ?> - <?php } ?><!-- Compiling hidden/hidden-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_name='objectid'; ?><?php + <?php } ?><!-- Compiling hidden/hidden-begin --><?php $a3_name='objectid'; ?><?php if (isset($$a3_name)) $a3_tmp_value = $$a3_name; elseif ( isset($a3_default) ) $a3_tmp_value = $a3_default; else $a3_tmp_value = ""; -?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_name='modelid'; ?><?php +?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin --><?php $a3_name='modelid'; ?><?php if (isset($$a3_name)) $a3_tmp_value = $$a3_name; elseif ( isset($a3_default) ) $a3_tmp_value = $a3_default; else $a3_tmp_value = ""; -?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_name='projectid'; ?><?php +?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin --><?php $a3_name='projectid'; ?><?php if (isset($$a3_name)) $a3_tmp_value = $$a3_name; elseif ( isset($a3_default) ) $a3_tmp_value = $a3_default; else $a3_tmp_value = ""; -?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin @ Wed, 29 Nov 2017 00:26:29 +0100 --><?php $a3_name='languageid'; ?><?php +?><input type="hidden" name="<?php echo $a3_name ?>" value="<?php echo $a3_tmp_value ?>" /><?php unset($a3_name) ?><!-- Compiling hidden/hidden-begin --><?php $a3_name='languageid'; ?><?php if (isset($$a3_name)) $a3_tmp_value = $$a3_name; elseif ( isset($a3_default) ) @@ -319,9 +242,9 @@ else <div class="bottom"> <div class="command true"> - <input type="button" class="submit ok" value="message:menu_login" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + <input type="button" class="submit ok" value="<?php echo lang('menu_login') ?>" onclick="$(this).closest('div.sheet').find('form').submit(); " /> - <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> <input type="button" class="submit cancel" value="{lang('CANCEL')}" onclick="$('div#dialog').hide(); $('div#filler').fadeOut(500); $(this).closest('div.panel').find('ul.views > li.active').click();" /> </div> + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --><input type="button" class="submit cancel" value="<?php echo lang("CANCEL") ?>" onclick="$(div#dialog').hide(); $('div#filler').fadeOut(500); $(this).closest('div.panel').find('ul.views > li.active').click();" /> </div> </div> </form> diff --git a/themes/default/templates/object/copy.tpl.src.xml b/themes/default/templates/object/copy.tpl.src.xml @@ -6,7 +6,7 @@ <hidden name="sourceid" default="var:sourceId" /> </part> <part class="input"> - <text text="arrayvar:source:name" /> + <text value="arrayvar:source:name" /> </part> </part> @@ -23,7 +23,7 @@ <hidden name="targetid" default="var:targetId" /> </part> <part class="input"> - <text text="arrayvar:target:name" /> + <text value="arrayvar:target:name" /> </part> </part> diff --git a/themes/default/templates/object/rights.tpl.out.php b/themes/default/templates/object/rights.tpl.out.php @@ -1,10 +1,5 @@ -<!-- Compiling output/output-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a2_equals='folder';$a2_value=$type; ?><?php - $a2_tmp_exec = $a2_equals == $a2_value; - $a2_tmp_last_exec = $a2_tmp_exec; - if ( $a2_tmp_exec ) - { -?> -<?php unset($a2_equals,$a2_value) ?><!-- Compiling header/header-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_name='';$a3_views='inherit,aclform';$a3_back=false; ?><?php if(!empty($a3_views)) { ?> +<!-- Compiling output/output-begin --> + <?php $if2=($type=='folder'); if($if2){?><!-- Compiling header/header-begin --><?php $a3_name='';$a3_views='inherit,aclform';$a3_back=false; ?><?php if(!empty($a3_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a3_views) as $a3_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -15,8 +10,9 @@ <?php } ?> </div> <?php } ?> -<?php unset($a3_name,$a3_views,$a3_back) ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling else/else-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php if (!$a2_tmp_last_exec) { ?> -<!-- Compiling header/header-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_name='';$a3_views='aclform';$a3_back=false; ?><?php if(!empty($a3_views)) { ?> +<?php unset($a3_name,$a3_views,$a3_back) ?> + <?php } ?> + <?php if(!$if2){?><!-- Compiling header/header-begin --><?php $a3_name='';$a3_views='aclform';$a3_back=false; ?><?php if(!empty($a3_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a3_views) as $a3_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -27,39 +23,23 @@ <?php } ?> </div> <?php } ?> -<?php unset($a3_name,$a3_views,$a3_back) ?><!-- Compiling else/else-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } -unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php - $last_column_idx = @$column_idx; - $column_idx = 0; - $coloumn_widths = array(); - $row_classes = array(); - $column_classes = array(); -?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> -<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_class='headline'; ?><?php +<?php unset($a3_name,$a3_views,$a3_back) ?> + <?php } ?> + <table width="100%'><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php $column_idx = 0; ?> <tr class="headline" > -<?php unset($a3_class) ?><td class="help"><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a5_class='text';$a5_key='GLOBAL_NAME';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?></td><td class="help"><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a5_class='text';$a5_key='GLOBAL_LANGUAGE';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?></td><!-- Compiling list/list-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a4_list='show';$a4_extract=false;$a4_key='list_key';$a4_value='t'; ?><?php +<?php unset($a3_class) ?> + <td class="help"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_NAME'.'')))); ?></span> + + </td> + <td class="help"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_LANGUAGE'.'')))); ?></span> + + </td><!-- Compiling list/list-begin --><?php $a4_list='show';$a4_extract=false;$a4_key='list_key';$a4_value='t'; ?><?php $a4_list_tmp_key = $a4_key; $a4_list_tmp_value = $a4_value; $a4_list_extract = $a4_extract; @@ -78,69 +58,29 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 } extract($$a4_list_tmp_value); } -?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><td class="help"><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_class='text';$a6_key=$t;$a6_suffix='_abbrev';$a6_prefix='acl_';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_key = $a6_prefix.$a6_key; - $a6_key = $a6_key.$a6_suffix; - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_suffix,$a6_prefix,$a6_escape,$a6_cut) ?></td><!-- Compiling list/list-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><td class="help"><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a5_class='text';$a5_key='global_delete';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?></td><!-- Compiling row/row-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></tr><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_empty='acls'; ?><?php - if ( !isset($$a3_empty) ) - $a3_tmp_exec = empty($a3_empty); - elseif ( is_array($$a3_empty) ) - $a3_tmp_exec = (count($$a3_empty)==0); - elseif ( is_bool($$a3_empty) ) - $a3_tmp_exec = true; - else - $a3_tmp_exec = empty( $$a3_empty ); - $a3_tmp_last_exec = $a3_tmp_exec; - if ( $a3_tmp_exec ) - { -?> -<?php unset($a3_empty) ?><!-- Compiling row/row-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a4_class='data'; ?><?php +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?> + <td class="help"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang('acl_'.$t.'_abbrev')))); ?></span> + + </td><!-- Compiling list/list-end --><?php } ?> + <td class="help"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'global_delete'.'')))); ?></span> + + </td><!-- Compiling row/row-end --></tr> + <?php $if3=(empty($acls)); if($if3){?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > -<?php unset($a4_class) ?><td colspan="99"><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_class='text';$a6_text='GLOBAL_NOT_FOUND';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_text); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?></td><!-- Compiling row/row-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></tr><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_not=true;$a3_empty='acls'; ?><?php - if ( !isset($$a3_empty) ) - $a3_tmp_exec = empty($a3_empty); - elseif ( is_array($$a3_empty) ) - $a3_tmp_exec = (count($$a3_empty)==0); - elseif ( is_bool($$a3_empty) ) - $a3_tmp_exec = true; - else - $a3_tmp_exec = empty( $$a3_empty ); - $a3_tmp_exec = !$a3_tmp_exec; - $a3_tmp_last_exec = $a3_tmp_exec; - if ( $a3_tmp_exec ) - { -?> -<?php unset($a3_not,$a3_empty) ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling list/list-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_list='acls';$a3_extract=true;$a3_key='aclid';$a3_value='acl'; ?><?php +<?php unset($a4_class) ?> + <td colspan="99"> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang('GLOBAL_NOT_FOUND')))); ?></span> + + </td><!-- Compiling row/row-end --></tr> + <?php } ?> + <?php $if3=!(empty($acls)); if($if3){?> + <?php } ?><!-- Compiling list/list-begin --><?php $a3_list='acls';$a3_extract=true;$a3_key='aclid';$a3_value='acl'; ?><?php $a3_list_tmp_key = $a3_key; $a3_list_tmp_value = $a3_value; $a3_list_extract = $a3_extract; @@ -159,75 +99,39 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 } extract($$a3_list_tmp_value); } -?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a4_class='data'; ?><?php +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > -<?php unset($a4_class) ?><td><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_present='username'; ?><?php - $a6_tmp_exec = isset($$a6_present); - $a6_tmp_last_exec = $a6_tmp_exec; - if ( $a6_tmp_exec ) - { -?> -<?php unset($a6_present) ?><img class="" title="" src="./themes/default/images/icon_user.png" /><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a7_class='text';$a7_var='username';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_present='groupname'; ?><?php - $a6_tmp_exec = isset($$a6_present); - $a6_tmp_last_exec = $a6_tmp_exec; - if ( $a6_tmp_exec ) - { -?> -<?php unset($a6_present) ?><img class="" title="" src="./themes/default/images/icon_group.png" /><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a7_class='text';$a7_var='groupname';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_not=true;$a6_present='username'; ?><?php - $a6_tmp_exec = isset($$a6_present); - $a6_tmp_exec = !$a6_tmp_exec; - $a6_tmp_last_exec = $a6_tmp_exec; - if ( $a6_tmp_exec ) - { -?> -<?php unset($a6_not,$a6_present) ?><!-- Compiling if/if-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a7_not=true;$a7_present='groupname'; ?><?php - $a7_tmp_exec = isset($$a7_present); - $a7_tmp_exec = !$a7_tmp_exec; - $a7_tmp_last_exec = $a7_tmp_exec; - if ( $a7_tmp_exec ) - { -?> -<?php unset($a7_not,$a7_present) ?><img class="" title="" src="./themes/default/images/icon_group.png" /><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a8_class='text';$a8_key='global_all';$a8_escape=true;$a8_cut='both'; ?><?php - $a8_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php - $langF = $a8_escape?'langHtml':'lang'; - $tmp_text = $langF($a8_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_key,$a8_escape,$a8_cut) ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling if/if-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?></td><td><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_class='text';$a6_var='languagename';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?></td><!-- Compiling list/list-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a5_list='show';$a5_extract=false;$a5_key='list_key';$a5_value='t'; ?><?php +<?php unset($a4_class) ?> + <td> + <?php $if6=(!empty($username)); if($if6){?> + <img class="" title="" src="./themes/default/images/icon_user.png" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($username))); ?></span> + + <?php } ?> + <?php $if6=(!empty($groupname)); if($if6){?> + <img class="" title="" src="./themes/default/images/icon_group.png" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($groupname))); ?></span> + + <?php } ?> + <?php $if6=!(!empty($username)); if($if6){?> + <?php $if7=!(!empty($groupname)); if($if7){?> + <img class="" title="" src="./themes/default/images/icon_group.png" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'global_all'.'')))); ?></span> + + <?php } ?> + <?php } ?> + </td> + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($languagename))); ?></span> + + </td><!-- Compiling list/list-begin --><?php $a5_list='show';$a5_extract=false;$a5_key='list_key';$a5_value='t'; ?><?php $a5_list_tmp_key = $a5_key; $a5_list_tmp_value = $a5_value; $a5_list_extract = $a5_extract; @@ -246,7 +150,9 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 } extract($$a5_list_tmp_value); } -?><?php unset($a5_list,$a5_extract,$a5_key,$a5_value) ?><td><?php { $tmpname = $t;$default = false;$readonly = true; +?><?php unset($a5_list,$a5_extract,$a5_key,$a5_value) ?> + <td> + <?php { $tmpname = $t;$default = false;$readonly = true; if ( isset($$tmpname) ) $checked = $$tmpname; else @@ -258,7 +164,10 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 { ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php } - } ?></td><!-- Compiling list/list-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><td class="clickable"><!-- Compiling link/link-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_title='';$a6_type='post';$a6_class='';$a6_subaction='delacl';$a6_var1='aclid';$a6_value1=$aclid;$a6_frame='_self';$a6_modal=false; ?><?php + } ?> + + </td><!-- Compiling list/list-end --><?php } ?> + <td class="clickable"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='post';$a6_class='';$a6_subaction='delacl';$a6_var1='aclid';$a6_value1=$aclid;$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $params[$a6_var1]=$a6_value1; $a6_url=''; @@ -279,22 +188,17 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 default: $tmp_data = ''; } -?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_var1,$a6_value1,$a6_frame,$a6_modal) ?><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a7_class='text';$a7_key='GLOBAL_DELETE';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></a></td><!-- Compiling row/row-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></tr><!-- Compiling list/list-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php } ?><!-- Compiling row/row-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a3_class='data'; ?><?php +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_var1,$a6_value1,$a6_frame,$a6_modal) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_DELETE'.'')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling row/row-begin --><?php $a3_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > -<?php unset($a3_class) ?><td class="clickable" colspan="99"><!-- Compiling link/link-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a5_title='';$a5_type='dialog';$a5_class='';$a5_subaction='aclform';$a5_name=lang('menu_aclform');$a5_frame='_self';$a5_modal=false; ?><?php +<?php unset($a3_class) ?> + <td class="clickable" colspan="99"><!-- Compiling link/link-begin --><?php $a5_title='';$a5_type='dialog';$a5_class='';$a5_subaction='aclform';$a5_name=lang('menu_aclform');$a5_frame='_self';$a5_modal=false; ?><?php $params = array(); $a5_url=''; $tmp_url = ''; @@ -314,16 +218,10 @@ unset($a2_tmp_last_exec) ?><!-- Compiling table/table-begin @ Tue, 28 Nov 2017 2 default: $tmp_data = ''; } -?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_subaction,$a5_name,$a5_frame,$a5_modal) ?><img class="" title="" src="./themes/default/images/icon/add.png" /><!-- Compiling text/text-begin @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php $a6_class='text';$a6_text='new';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_text); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling link/link-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></a></td><!-- Compiling row/row-end @ Tue, 28 Nov 2017 22:02:39 +0100 --></tr><!-- Compiling table/table-end @ Tue, 28 Nov 2017 22:02:39 +0100 --><?php - $column_idx = $last_column_idx; -?> -</table>- \ No newline at end of file +?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_subaction,$a5_name,$a5_frame,$a5_modal) ?> + <img class="" title="" src="./themes/default/images/icon/add.png" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang('new')))); ?></span> + <!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr> + </table>+ \ No newline at end of file diff --git a/themes/default/templates/page/edit.tpl.out.php b/themes/default/templates/page/edit.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><!-- Compiling table/table-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><!-- Compiling table/table-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php $last_column_idx = @$column_idx; $column_idx = 0; $coloumn_widths = array(); @@ -6,14 +6,14 @@ $column_classes = array(); ?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> <?php unset($a2_width,$a2_space,$a2_padding) ?> - <?php $if3=(empty('el')); if($if3){?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a4_class='headline'; ?><?php + <?php $if3=(empty('el')); if($if3){?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='headline'; ?><?php $column_idx = 0; ?> <tr class="headline" > <?php unset($a4_class) ?> - <td class="help"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_class='text';$a6_text='PAGE_ELEMENT_NAME';$a6_escape=true;$a6_cut='both'; ?><?php + <td class="help"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='PAGE_ELEMENT_NAME';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -24,7 +24,7 @@ unset($tmp_text); ?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?> </td> - <td class="help"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_class='text';$a6_text='PAGE_ELEMENT_VALUE';$a6_escape=true;$a6_cut='both'; ?><?php + <td class="help"><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='PAGE_ELEMENT_VALUE';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -34,15 +34,15 @@ echo $tmp_text; unset($tmp_text); ?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:14 +0100 --></tr> + </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></tr> <?php } ?> - <?php $if3=(empty('el')); if($if3){?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php + <?php $if3=(empty('el')); if($if3){?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $column_idx = 0; ?> <tr > - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_class='text';$a6_text='GLOBAL_NOT_FOUND';$a6_escape=true;$a6_cut='both'; ?><?php + <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='GLOBAL_NOT_FOUND';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -52,8 +52,8 @@ echo $tmp_text; unset($tmp_text); ?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:14 +0100 --></tr> - <?php } ?><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a3_list='el';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></tr> + <?php } ?><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a3_list='el';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php $a3_list_tmp_key = $a3_key; $a3_list_tmp_value = $a3_value; $a3_list_extract = $a3_extract; @@ -72,14 +72,14 @@ } extract($$a3_list_tmp_value); } -?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a4_class='data'; ?><?php +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='data'; ?><?php $column_idx = 0; ?> <tr class="data" > <?php unset($a4_class) ?> - <td class="clickable"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_title=$desc;$a6_type='open';$a6_class='';$a6_action='pageelement';$a6_id=$pageelementid;$a6_name=$name;$a6_frame='_self';$a6_modal=false; ?><?php + <td class="clickable"><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_title=$desc;$a6_type='open';$a6_class='';$a6_action='pageelement';$a6_id=$pageelementid;$a6_name=$name;$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -101,7 +101,7 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_id,$a6_name,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--element" title="" src="./themes/default/images/icon/element/<?php echo $type ?>.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php + <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php $a7_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php @@ -110,9 +110,9 @@ $tmp_text = nl2br($tmp_text); echo $tmp_text; unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:51:14 +0100 --></a> +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></a> </td> - <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_class='text';$a6_var='value';$a6_maxlength='50';$a6_escape=true;$a6_cut='both'; ?><?php + <td><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_var='value';$a6_maxlength='50';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -122,7 +122,7 @@ $tmp_text = nl2br($tmp_text); echo $tmp_text; unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_maxlength,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_maxlength,$a6_escape,$a6_cut) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_raw='_';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -132,13 +132,13 @@ echo $tmp_text; unset($tmp_text); ?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?> - </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 00:51:14 +0100 --></tr><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php } ?><!-- Compiling table/table-end @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php + </td><!-- Compiling row/row-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></tr><!-- Compiling list/list-end @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php } ?><!-- Compiling table/table-end @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $column_idx = $last_column_idx; ?> </table> - <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('menu_page_show') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><div><!-- Compiling insert/insert-begin @ Wed, 29 Nov 2017 00:51:14 +0100 --><?php $a4_inline=false;$a4_url=$preview_url;$a4_name='preview'; ?><iframe + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('menu_page_show') ?></legend><div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><div><!-- Compiling insert/insert-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_inline=false;$a4_url=$preview_url;$a4_name='preview'; ?><iframe name="<?php echo $a4_name ?>" src="<?php echo $a4_url ?>" ></iframe> -<?php unset($a4_inline,$a4_url,$a4_name) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:14 +0100 --></div> +<?php unset($a4_inline,$a4_url,$a4_name) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div> </div></fieldset> \ No newline at end of file diff --git a/themes/default/templates/page/prop.tpl.out.php b/themes/default/templates/page/prop.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a2_name='';$a2_views='changetemplate';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a2_name='';$a2_views='changetemplate';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -31,8 +31,8 @@ if ( $conf['interface']['url_sessionid'] ) echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; ?> -<!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_for='name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a6_class='text';$a6_text='global_name';$a6_escape=true;$a6_cut='both'; ?><?php +<!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_for='name'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='global_name';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -41,7 +41,7 @@ $tmp_text = nl2br($tmp_text); echo $tmp_text; unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_class='name';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='50';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_class='name';$a5_default='';$a5_type='text';$a5_name='name';$a5_size='50';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; if(!isset($a5_default)) $a5_default=''; $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); @@ -49,8 +49,8 @@ ?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a5_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_for='filename'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a6_class='text';$a6_text='global_filename';$a6_escape=true;$a6_cut='both'; ?><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_for='filename'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='global_filename';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -59,7 +59,7 @@ if ($a5_readonly) { $tmp_text = nl2br($tmp_text); echo $tmp_text; unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_class='filename';$a5_default='';$a5_type='text';$a5_name='filename';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_class='filename';$a5_default='';$a5_type='text';$a5_name='filename';$a5_size='';$a5_maxlength='256';$a5_onchange='';$a5_readonly=false;$a5_hint='';$a5_icon=''; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a5_readonly=true; if ($a5_readonly && empty($$a5_name)) $$a5_name = '- '.lang('EMPTY').' -'; if(!isset($a5_default)) $a5_default=''; $tmp_value = Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default); @@ -67,8 +67,8 @@ if ($a5_readonly) { ?><div class="<?php echo $a5_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a5_readonly) echo ' disabled="true"' ?><?php if ($a5_hint) echo ' data-hint="'.$a5_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" name="<?php echo $a5_name ?><?php if ($a5_readonly) echo '_disabled' ?>" type="<?php echo $a5_type ?>" maxlength="<?php echo $a5_maxlength ?>" class="<?php echo str_replace(',',' ',$a5_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a5_icon) echo '<img src="'.$image_dir.'icon_'.$a5_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a5_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a5_name ?>" name="<?php echo $a5_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_for='description'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> -<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a6_class='text';$a6_text='global_description';$a6_escape=true;$a6_cut='both'; ?><?php + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a5_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a5_class,$a5_default,$a5_type,$a5_name,$a5_size,$a5_maxlength,$a5_onchange,$a5_readonly,$a5_hint,$a5_icon) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='label'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling label/label-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_for='description'; ?><label<?php if (isset($a5_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a5_for ?><?php if (!empty($a5_value)) echo '_'.$a5_value ?>" <?php if(hasLang(@$a5_key.'_desc')) { ?> title="<?php echo lang(@$a5_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a5_key)) { echo lang($a5_key); ?><?php if (isset($a5_text)) { echo $a5_text; } ?><?php } ?><?php unset($a5_for) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a6_class='text';$a6_text='global_description';$a6_escape=true;$a6_cut='both'; ?><?php $a6_title = ''; $tmp_tag = 'span'; ?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php @@ -77,7 +77,7 @@ if ($a5_readonly) { $tmp_text = nl2br($tmp_text); echo $tmp_text; unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a5_name='description';$a5_rows='10';$a5_cols='40';$a5_class='description';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div> +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_text,$a6_escape,$a6_cut) ?><!-- Compiling label/label-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></label><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a4_class='input'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling inputarea/inputarea-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a5_name='description';$a5_rows='10';$a5_cols='40';$a5_class='description';$a5_default=''; ?><div class="inputholder"><textarea class="<?php echo $a5_class ?>" name="<?php echo $a5_name ?>" ><?php echo Text::encodeHtml(isset($$a5_name)?$$a5_name:$a5_default) ?></textarea></div><?php unset($a5_name,$a5_rows,$a5_cols,$a5_class,$a5_default) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div> <div class="bottom"> <div class="command "> diff --git a/themes/default/templates/page/structure.tpl.out.php b/themes/default/templates/page/structure.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a2_class='structure tree'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling tree/tree-begin @ Wed, 29 Nov 2017 00:51:13 +0100 --><?php $a3_tree=$outline; ?><?php showList($a3_tree); +<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a2_class='structure tree'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling tree/tree-begin @ Wed, 29 Nov 2017 01:27:15 +0100 --><?php $a3_tree=$outline; ?><?php showList($a3_tree); function showList( $contents ) { echo '<ul class="tree">'; @@ -21,4 +21,4 @@ function showList( $contents ) } echo '</ul>'; } -?><?php unset($a3_tree) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:51:13 +0100 --></div>- \ No newline at end of file +?><?php unset($a3_tree) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 01:27:15 +0100 --></div>+ \ No newline at end of file diff --git a/themes/default/templates/pageelement/edit.tpl.src.xml b/themes/default/templates/pageelement/edit.tpl.src.xml @@ -246,7 +246,7 @@ <part> <list list="languages" key="languageid" value="languagename"> <radio name="otherlanguageid" value="var:languageid"></radio> - <label for="otherlanguageid_{languageid}"> + <label for="tpl:otherlanguageid_{languageid}"> <text var="languagename"></text> </label> <newline></newline> diff --git a/themes/default/templates/pageelement/info.tpl.src.xml b/themes/default/templates/pageelement/info.tpl.src.xml @@ -23,7 +23,7 @@ </column> <column class="filename"> <image elementtype="var:element_type"></image> - <text key="el_{element_type}"></text> + <text key="tpl:el_{element_type}"></text> </column> </row> <row class="data"> diff --git a/themes/default/templates/pageelement/prop.tpl.src.xml b/themes/default/templates/pageelement/prop.tpl.src.xml @@ -24,7 +24,7 @@ </column> <column class="filename"> <image elementtype="var:element_type"></image> - <text key="el_{element_type}"></text> + <text key="tpl:el_{element_type}"></text> </column> </row> <row> diff --git a/themes/default/templates/profile/memberships.tpl.out.php b/themes/default/templates/profile/memberships.tpl.out.php @@ -0,0 +1,62 @@ +<!-- Compiling output/output-begin --><!-- Compiling table/table-begin --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a3_class) ?> + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'name'.'')))); ?></span> + + </td><!-- Compiling row/row-end --></tr> + <?php $if3=(empty('groups')); if($if3){?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'NOT_FOUND'.'')))); ?></span> + + </td><!-- Compiling row/row-end --></tr> + <?php } ?><!-- Compiling list/list-begin --><?php $a3_list='groups';$a3_extract=false;$a3_key='list_key';$a3_value='group'; ?><?php + $a3_list_tmp_key = $a3_key; + $a3_list_tmp_value = $a3_value; + $a3_list_extract = $a3_extract; + unset($a3_key); + unset($a3_value); + if ( !isset($$a3_list) || !is_array($$a3_list) ) + $$a3_list = array(); + foreach( $$a3_list as $$a3_list_tmp_key => $$a3_list_tmp_value ) + { + if ( $a3_list_extract ) + { + if ( !is_array($$a3_list_tmp_value) ) + { + print_r($$a3_list_tmp_value); + die( 'not an array at key: '.$$a3_list_tmp_key ); + } + extract($$a3_list_tmp_value); + } +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($group))); ?></span> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table>+ \ No newline at end of file diff --git a/themes/default/templates/project/edit.tpl.src.xml b/themes/default/templates/project/edit.tpl.src.xml @@ -27,7 +27,7 @@ </part> <part class="input"> <input name="cmd_after_publish" class="filename" - readonly="!config:publish/project/override_system_command"></input> + readonly="not:config:publish/project/override_system_command"></input> </part> </part> @@ -38,9 +38,9 @@ <label for="ftp_url" key="PROJECT_FTP_URL"></label> </part> <part class="input"> - <input name="ftp_url" class="filename" readonly="!config:publish/ftp/enable"></input> + <input name="ftp_url" class="filename" readonly="not:config:publish/ftp/enable"></input> <newline></newline> - <checkbox name="ftp_passive" readonly="!config:publish/ftp/enable"></checkbox> + <checkbox name="ftp_passive" readonly="not:config:publish/ftp/enable"></checkbox> <label for="ftp_passive" key="PROJECT_FTP_PASSIVE"></label> </part> </part> diff --git a/themes/default/templates/start/applications.tpl.out.php b/themes/default/templates/start/applications.tpl.out.php @@ -0,0 +1,114 @@ +<!-- Compiling output/output-begin --><!-- Compiling table/table-begin --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin --><?php $a3_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a3_class) ?> + <td colspan="2"><!-- Compiling link/link-begin --><?php $a5_title='';$a5_type='';$a5_class='';$a5_action='index';$a5_subaction='projectmenu';$a5_frame='_self';$a5_modal=false; ?><?php + $params = array(); + $a5_url=''; + $tmp_url = ''; + $a5_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a5_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a5_action)?$a5_action:$this->actionName,'subaction'=>!empty($a5_subaction)?$a5_subaction:$this->subActionName,'id'=>!empty($a5_id)?$a5_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a5_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_action,$a5_subaction,$a5_frame,$a5_modal) ?><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_raw='OpenRat';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = str_replace('_','&nbsp;',$a6_raw); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?><!-- Compiling link/link-end --></a> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a3_list='applications';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + $a3_list_tmp_key = $a3_key; + $a3_list_tmp_value = $a3_value; + $a3_list_extract = $a3_extract; + unset($a3_key); + unset($a3_value); + if ( !isset($$a3_list) || !is_array($$a3_list) ) + $$a3_list = array(); + foreach( $$a3_list as $$a3_list_tmp_key => $$a3_list_tmp_value ) + { + if ( $a3_list_extract ) + { + if ( !is_array($$a3_list_tmp_value) ) + { + print_r($$a3_list_tmp_value); + die( 'not an array at key: '.$$a3_list_tmp_key ); + } + extract($$a3_list_tmp_value); + } +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='';$a6_url=$url;$a6_class='';$a6_frame='_self';$a6_modal=false; ?><?php + $params = array(); + $tmp_url = ''; + $a6_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a6_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a6_action)?$a6_action:$this->actionName,'subaction'=>!empty($a6_subaction)?$a6_subaction:$this->subActionName,'id'=>!empty($a6_id)?$a6_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a6_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_url,$a6_class,$a6_frame,$a6_modal) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end --></a> + </td> + <td><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='description';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_escape,$a6_cut) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table>+ \ No newline at end of file diff --git a/themes/default/templates/start/projectmenu.tpl.out.php b/themes/default/templates/start/projectmenu.tpl.out.php @@ -0,0 +1,201 @@ +<!-- Compiling output/output-begin --><!-- Compiling table/table-begin --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td class="logo" colspan="2"><!-- Compiling logo/logo-begin --><?php $a5_name='projectmenu'; ?><div class="line logo"> + <div class="label"> + <img src="<?php echo $image_dir.'logo_'.$a5_name.IMG_ICON_EXT ?>" + border="0" /> + </div> + <div class="input"> + <h2> + <?php echo langHtml('logo_'.$a5_name) ?> + </h2> + <p> + <?php echo langHtml('logo_'.$a5_name.'_text') ?> + </p> + </div> +</div> +<?php unset($a5_name) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a3_class) ?> + <td><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='project';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a3_list='projects';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + $a3_list_tmp_key = $a3_key; + $a3_list_tmp_value = $a3_value; + $a3_list_extract = $a3_extract; + unset($a3_key); + unset($a3_value); + if ( !isset($$a3_list) || !is_array($$a3_list) ) + $$a3_list = array(); + foreach( $$a3_list as $$a3_list_tmp_key => $$a3_list_tmp_value ) + { + if ( $a3_list_extract ) + { + if ( !is_array($$a3_list_tmp_value) ) + { + print_r($$a3_list_tmp_value); + die( 'not an array at key: '.$$a3_list_tmp_key ); + } + extract($$a3_list_tmp_value); + } +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td class="clickable"><!-- Compiling link/link-begin --><?php $a6_title=lang('TREE_CHOOSE_PROJECT');$a6_type='post';$a6_class='';$a6_id=$id;$a6_frame='_self';$a6_modal=false; ?><?php + $params = array(); + $a6_url=''; + $tmp_url = ''; + $a6_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a6_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a6_action)?$a6_action:$this->actionName,'subaction'=>!empty($a6_subaction)?$a6_subaction:$this->subActionName,'id'=>!empty($a6_id)?$a6_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a6_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_id,$a6_frame,$a6_modal) ?> + <?php $project= 'project'; ?> + + <img class="" title="" src="./themes/default/images/icon_project.png" /> + <!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='name';$a7_maxlength='30';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = Text::maxLength( $tmp_text,intval($a7_maxlength),'..',constant('STR_PAD_'.strtoupper($a7_cut)) ); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_maxlength,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end --></a><!-- Compiling part/part-begin --><?php $a6_class='onrowvisible'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-begin --><?php $a7_class='arrow-down'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a7_class='dropdown'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?> + <form name="" + target="_self" + action="index" + data-method="project" + data-action="index" + data-id="var:id" + method="project" + enctype="application/x-www-form-urlencoded" + class="index" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="index" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="project" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="var:id" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling table/table-begin --><?php $a9_width='100%';$a9_space='0px';$a9_padding='0px';$a9_widths='150px,150px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); + $column_widths = explode(',',$a9_widths); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a9_width,$a9_space,$a9_padding,$a9_widths) ?><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td><!-- Compiling radiobox/radiobox-begin --><?php $a12_list='models';$a12_name='modelid';$a12_default=$defaultmodelid;$a12_onchange='';$a12_title='';$a12_class=''; ?><?php $a12_tmp_list = $$a12_list; + if ( isset($$a12_name) && isset($a12_tmp_list[$$a12_name]) ) + $a12_tmp_default = $$a12_name; + elseif ( isset($a12_default) ) + $a12_tmp_default = $a12_default; + else + $a12_tmp_default = ''; + foreach( $a12_tmp_list as $box_key=>$box_value ) + { + $box_value = is_array($box_value)?(isset($box_value['lang'])?langHtml($box_value['lang']):$box_value['value']):$box_value; + $id = REQUEST_ID.'_'.$a12_name.'_'.$box_key; + echo '<input id="'.$id.'" name="'.$a12_name.'" type="radio" class="'.$a12_class.'" value="'.$box_key.'"'; + if ($box_key==$a12_tmp_default) + echo ' checked="checked"'; + echo ' />&nbsp;<label for="'.$id.'">'.$box_value.'</label><br />'; + } +?><?php unset($a12_list,$a12_name,$a12_default,$a12_onchange,$a12_title,$a12_class) ?> + </td> + <td><!-- Compiling radiobox/radiobox-begin --><?php $a12_list='languages';$a12_name='languageid';$a12_default=$defaultlanguageid;$a12_onchange='';$a12_title='';$a12_class=''; ?><?php $a12_tmp_list = $$a12_list; + if ( isset($$a12_name) && isset($a12_tmp_list[$$a12_name]) ) + $a12_tmp_default = $$a12_name; + elseif ( isset($a12_default) ) + $a12_tmp_default = $a12_default; + else + $a12_tmp_default = ''; + foreach( $a12_tmp_list as $box_key=>$box_value ) + { + $box_value = is_array($box_value)?(isset($box_value['lang'])?langHtml($box_value['lang']):$box_value['value']):$box_value; + $id = REQUEST_ID.'_'.$a12_name.'_'.$box_key; + echo '<input id="'.$id.'" name="'.$a12_name.'" type="radio" class="'.$a12_class.'" value="'.$box_key.'"'; + if ($box_key==$a12_tmp_default) + echo ' checked="checked"'; + echo ' />&nbsp;<label for="'.$id.'">'.$box_value.'</label><br />'; + } +?><?php unset($a12_list,$a12_name,$a12_default,$a12_onchange,$a12_title,$a12_class) ?> + </td> + <td> + <div class="invisible"><input type="submit" name="ok" class="%class%" + title="?message:start_DESC?" + value="&nbsp;&nbsp;&nbsp;&nbsp;?message:start?&nbsp;&nbsp;&nbsp;&nbsp;" /> + </div> + </td><!-- Compiling row/row-end --></tr><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> +<!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table>+ \ No newline at end of file diff --git a/themes/default/templates/start/userprojecttimeline.tpl.out.php b/themes/default/templates/start/userprojecttimeline.tpl.out.php @@ -0,0 +1,139 @@ +<!-- Compiling output/output-begin --><!-- Compiling table/table-begin --><?php $a2_width='100%';$a2_space='0px';$a2_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a2_width,$a2_space,$a2_padding) ?><!-- Compiling row/row-begin --><?php $a3_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a3_class) ?> + <td><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='name';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td> + <td><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='filename';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td> + <td><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_key='lastchange';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = $langF($a5_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a3_list='timeline';$a3_extract=true;$a3_key='list_key';$a3_value='list_value'; ?><?php + $a3_list_tmp_key = $a3_key; + $a3_list_tmp_value = $a3_value; + $a3_list_extract = $a3_extract; + unset($a3_key); + unset($a3_value); + if ( !isset($$a3_list) || !is_array($$a3_list) ) + $$a3_list = array(); + foreach( $$a3_list as $$a3_list_tmp_key => $$a3_list_tmp_value ) + { + if ( $a3_list_extract ) + { + if ( !is_array($$a3_list_tmp_value) ) + { + print_r($$a3_list_tmp_value); + die( 'not an array at key: '.$$a3_list_tmp_key ); + } + extract($$a3_list_tmp_value); + } +?><?php unset($a3_list,$a3_extract,$a3_key,$a3_value) ?> + <?php $if4=($is_folder=='1'); if($if4){?> + <?php $type= 'folder'; ?> + + <?php } ?> + <?php $if4=($is_file=='1'); if($if4){?> + <?php $type= 'file'; ?> + + <?php } ?> + <?php $if4=($is_link=='1'); if($if4){?> + <?php $type= 'link'; ?> + + <?php } ?> + <?php $if4=($is_page=='1'); if($if4){?> + <?php $type= 'page'; ?> + + <?php } ?><!-- Compiling row/row-begin --><?php $a4_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a4_class) ?> + <td class="clickable"><!-- Compiling link/link-begin --><?php $a6_title='';$a6_type='open';$a6_class='';$a6_action=$type;$a6_id=$objectid;$a6_name=$name;$a6_frame='_self';$a6_modal=false; ?><?php + $params = array(); + $a6_url=''; + $tmp_url = ''; + $a6_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a6_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a6_action)?$a6_action:$this->actionName,'subaction'=>!empty($a6_subaction)?$a6_subaction:$this->subActionName,'id'=>!empty($a6_id)?$a6_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a6_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_id,$a6_name,$a6_frame,$a6_modal) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='name';$a7_maxlength='30';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = Text::maxLength( $tmp_text,intval($a7_maxlength),'..',constant('STR_PAD_'.strtoupper($a7_cut)) ); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_maxlength,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end --></a> + </td> + <td><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_var='filename';$a6_maxlength='30';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); + $tmp_text = Text::maxLength( $tmp_text,intval($a6_maxlength),'..',constant('STR_PAD_'.strtoupper($a6_cut)) ); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_var,$a6_maxlength,$a6_escape,$a6_cut) ?> + </td> + <td> + <?php include_once( OR_THEMES_DIR.'default/include/html/date/component-date.php') ?><?php component_date($lastchange_date) ?> + + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table>+ \ No newline at end of file diff --git a/themes/default/templates/title/ping.tpl.out.php b/themes/default/templates/title/ping.tpl.out.php @@ -1 +1 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:56:42 +0100 -->- \ No newline at end of file +<!-- Compiling output/output-begin -->+ \ No newline at end of file diff --git a/themes/default/templates/title/show.tpl.out.php b/themes/default/templates/title/show.tpl.out.php @@ -1,38 +1,17 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --> - <?php $if2=(!empty($dbname)); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> +<!-- Compiling output/output-begin --> + <?php $if2=(!empty($dbname)); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/database.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='text';$a4_raw='_';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a4_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_raw,$a4_escape,$a4_cut) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=$dbid;$a6_class='text';$a6_var='dbname';$a6_maxlength='50';$a6_escape=true;$a6_cut='both'; ?><?php - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = isset($$a6_var)?$$a6_var:$langF('UNKNOWN'); - $tmp_text = Text::maxLength( $tmp_text,intval($a6_maxlength),'..',constant('STR_PAD_'.strtoupper($a6_cut)) ); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_title,$a6_class,$a6_var,$a6_maxlength,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> + + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + <!-- Compiling part/part-begin --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='entry'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="text" title="<?php echo $dbid ?>"><?php echo nl2br(encodeHtml(htmlentities(Text::maxLength( $dbname,50,'..',constant('STR_PAD_BOTH') )))); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon menu'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> + <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon menu'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/file.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='text';$a4_key='file';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = $langF($a4_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_key,$a4_escape,$a4_cut) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-folder on-action-page on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_new_desc');$a6_type='dialog';$a6_class='';$a6_subaction='new';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'file'.'')))); ?></span> + <!-- Compiling part/part-begin --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-folder on-action-page on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_new_desc');$a6_type='dialog';$a6_class='';$a6_subaction='new';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -54,16 +33,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/add.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_new';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_save_desc');$a6_type='post';$a6_class='';$a6_subaction='save';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_new'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_save_desc');$a6_type='post';$a6_class='';$a6_subaction='save';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -85,16 +57,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/save.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_save';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_saveall_desc');$a6_type='post';$a6_class='';$a6_subaction='saveall';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_save'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_saveall_desc');$a6_type='post';$a6_class='';$a6_subaction='saveall';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -116,16 +81,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/save.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_saveall';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-page on-action-file on-action-template on-action-pageelement'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_preview_desc');$a6_type='dialog';$a6_class='';$a6_subaction='preview';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_saveall'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-page on-action-file on-action-template on-action-pageelement'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_preview_desc');$a6_type='dialog';$a6_class='';$a6_subaction='preview';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -147,16 +105,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/preview.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_preview';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('USER_LOGOUT_DESC');$a6_type='post';$a6_class='entry';$a6_action='login';$a6_subaction='logout';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_preview'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('USER_LOGOUT_DESC');$a6_type='post';$a6_class='entry';$a6_action='login';$a6_subaction='logout';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -178,29 +129,15 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_action,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/logout.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='USER_LOGOUT';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_LOGOUT'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon menu'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> + <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon menu'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/edit.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='text';$a4_key='edit';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = $langF($a4_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_key,$a4_escape,$a4_cut) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-link on-action-folder on-action-page on-action-template on-action-element on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_prop_desc');$a6_type='dialog';$a6_class='';$a6_subaction='prop';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'edit'.'')))); ?></span> + <!-- Compiling part/part-begin --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-link on-action-folder on-action-page on-action-template on-action-element on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_prop_desc');$a6_type='dialog';$a6_class='';$a6_subaction='prop';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -222,16 +159,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/prop.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_prop';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-page on-action-file on-action-folder on-action-pageelement on-action-template'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_pub_desc');$a6_type='dialog';$a6_class='';$a6_subaction='pub';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_prop'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-page on-action-file on-action-folder on-action-pageelement on-action-template'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_pub_desc');$a6_type='dialog';$a6_class='';$a6_subaction='pub';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -253,16 +183,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/publish.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_pub';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-pageelement'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_archive_desc');$a6_type='dialog';$a6_class='entry';$a6_subaction='archive';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_pub'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-pageelement'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_archive_desc');$a6_type='dialog';$a6_class='entry';$a6_subaction='archive';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -284,16 +207,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/archive.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_archive';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-folder on-action-link on-action-user on-action-page on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_rights_desc');$a6_type='dialog';$a6_class='';$a6_subaction='rights';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_archive'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-folder on-action-link on-action-user on-action-page on-action-file'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_rights_desc');$a6_type='dialog';$a6_class='';$a6_subaction='rights';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -315,16 +231,9 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/rights.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_rights';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry clickable filtered on-action-page'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_title=lang('menu_changetemplate_desc');$a6_type='dialog';$a6_class='';$a6_subaction='changetemplate';$a6_frame='_self';$a6_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_rights'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='divide'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a5_class='entry clickable filtered on-action-page'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling link/link-begin --><?php $a6_title=lang('menu_changetemplate_desc');$a6_type='dialog';$a6_class='';$a6_subaction='changetemplate';$a6_frame='_self';$a6_modal=false; ?><?php $params = array(); $a6_url=''; $tmp_url = ''; @@ -346,30 +255,16 @@ } ?><a data-url="<?php echo $a6_url ?>" target="<?php echo $a6_frame ?>"<?php if (isset($a6_name)) { ?> data-name="<?php echo $a6_name ?>" name="<?php echo $a6_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a6_class ?>" data-id="<?php echo @$a6_id ?>" data-type="<?php echo $a6_type ?>" data-action="<?php echo @$a6_action ?>" data-method="<?php echo @$a6_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a6_accesskey)) echo ' accesskey="'.$a6_accesskey.'"' ?> title="<?php echo encodeHtml($a6_title) ?>"><?php unset($a6_title,$a6_type,$a6_class,$a6_subaction,$a6_frame,$a6_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/changetemplate.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='text';$a7_key='menu_changetemplate';$a7_escape=true;$a7_cut='both'; ?><?php - $a7_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php - $langF = $a7_escape?'langHtml':'lang'; - $tmp_text = $langF($a7_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_key,$a7_escape,$a7_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_changetemplate'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon projects'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> + <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon projects'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/project.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='titletext';$a4_key='GLOBAL_PROJECT';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = $langF($a4_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_key,$a4_escape,$a4_cut) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> - <?php $if5=($this->userIsAdmin()); if($if5){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='entry clickable'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_title='';$a7_type='post';$a7_target='tree';$a7_class='entry';$a7_action='start';$a7_subaction='administration';$a7_id='-1';$a7_frame='_self';$a7_modal=false; ?><?php + + <span class="titletext"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_PROJECT'.'')))); ?></span> + <!-- Compiling part/part-begin --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <?php $if5=($this->userIsAdmin()); if($if5){?><!-- Compiling part/part-begin --><?php $a6_class='entry clickable'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling link/link-begin --><?php $a7_title='';$a7_type='post';$a7_target='tree';$a7_class='entry';$a7_action='start';$a7_subaction='administration';$a7_id='-1';$a7_frame='_self';$a7_modal=false; ?><?php $params = array(); $a7_url=''; $tmp_url = ''; @@ -391,18 +286,11 @@ } ?><a data-url="<?php echo $a7_url ?>" target="<?php echo $a7_frame ?>"<?php if (isset($a7_name)) { ?> data-name="<?php echo $a7_name ?>" name="<?php echo $a7_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a7_class ?>" data-id="<?php echo @$a7_id ?>" data-type="<?php echo $a7_type ?>" data-action="<?php echo @$a7_action ?>" data-method="<?php echo @$a7_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a7_accesskey)) echo ' accesskey="'.$a7_accesskey.'"' ?> title="<?php echo encodeHtml($a7_title) ?>"><?php unset($a7_title,$a7_type,$a7_target,$a7_class,$a7_action,$a7_subaction,$a7_id,$a7_frame,$a7_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/settings.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a8_class='text';$a8_key='administration';$a8_escape=true;$a8_cut='both'; ?><?php - $a8_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php - $langF = $a8_escape?'langHtml':'lang'; - $tmp_text = $langF($a8_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_key,$a8_escape,$a8_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'administration'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if5=(intval('00')<intval(@count($languages))); if($if5){?><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_list='languages';$a6_extract=false;$a6_key='id';$a6_value='name'; ?><?php + <?php $if5=(intval('00')<intval(@count($languages))); if($if5){?><!-- Compiling list/list-begin --><?php $a6_list='languages';$a6_extract=false;$a6_key='id';$a6_value='name'; ?><?php $a6_list_tmp_key = $a6_key; $a6_list_tmp_value = $a6_value; $a6_list_extract = $a6_extract; @@ -421,9 +309,9 @@ } extract($$a6_list_tmp_value); } -?><?php unset($a6_list,$a6_extract,$a6_key,$a6_value) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='entry clickable'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?> +?><?php unset($a6_list,$a6_extract,$a6_key,$a6_value) ?><!-- Compiling part/part-begin --><?php $a7_class='entry clickable'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/language.svg" /> - <!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a8_title=lang('select_language');$a8_type='post';$a8_class='';$a8_action='tree';$a8_subaction='language';$a8_id=$id;$a8_frame='_self';$a8_modal=false; ?><?php + <!-- Compiling link/link-begin --><?php $a8_title=lang('select_language');$a8_type='post';$a8_class='';$a8_action='tree';$a8_subaction='language';$a8_id=$id;$a8_frame='_self';$a8_modal=false; ?><?php $params = array(); $a8_url=''; $tmp_url = ''; @@ -443,18 +331,11 @@ default: $tmp_data = ''; } -?><a data-url="<?php echo $a8_url ?>" target="<?php echo $a8_frame ?>"<?php if (isset($a8_name)) { ?> data-name="<?php echo $a8_name ?>" name="<?php echo $a8_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a8_class ?>" data-id="<?php echo @$a8_id ?>" data-type="<?php echo $a8_type ?>" data-action="<?php echo @$a8_action ?>" data-method="<?php echo @$a8_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a8_accesskey)) echo ' accesskey="'.$a8_accesskey.'"' ?> title="<?php echo encodeHtml($a8_title) ?>"><?php unset($a8_title,$a8_type,$a8_class,$a8_action,$a8_subaction,$a8_id,$a8_frame,$a8_modal) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a9_class='text';$a9_var='name';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = isset($$a9_var)?$$a9_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_var,$a9_escape,$a9_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php } ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> +?><a data-url="<?php echo $a8_url ?>" target="<?php echo $a8_frame ?>"<?php if (isset($a8_name)) { ?> data-name="<?php echo $a8_name ?>" name="<?php echo $a8_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a8_class ?>" data-id="<?php echo @$a8_id ?>" data-type="<?php echo $a8_type ?>" data-action="<?php echo @$a8_action ?>" data-method="<?php echo @$a8_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a8_accesskey)) echo ' accesskey="'.$a8_accesskey.'"' ?> title="<?php echo encodeHtml($a8_title) ?>"><?php unset($a8_title,$a8_type,$a8_class,$a8_action,$a8_subaction,$a8_id,$a8_frame,$a8_modal) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($name))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?><!-- Compiling part/part-begin --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if5=(intval('0')<intval(@count($models))); if($if5){?><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_list='models';$a6_extract=false;$a6_key='id';$a6_value='name'; ?><?php + <?php $if5=(intval('0')<intval(@count($models))); if($if5){?><!-- Compiling list/list-begin --><?php $a6_list='models';$a6_extract=false;$a6_key='id';$a6_value='name'; ?><?php $a6_list_tmp_key = $a6_key; $a6_list_tmp_value = $a6_value; $a6_list_extract = $a6_extract; @@ -473,9 +354,9 @@ } extract($$a6_list_tmp_value); } -?><?php unset($a6_list,$a6_extract,$a6_key,$a6_value) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_class='entry clickable'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?> +?><?php unset($a6_list,$a6_extract,$a6_key,$a6_value) ?><!-- Compiling part/part-begin --><?php $a7_class='entry clickable'; ?><div class="<?php echo $a7_class ?>"><?php unset($a7_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/model.svg" /> - <!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a8_title=lang('select_model');$a8_type='post';$a8_class='';$a8_action='tree';$a8_subaction='model';$a8_id=$id;$a8_frame='_self';$a8_modal=false; ?><?php + <!-- Compiling link/link-begin --><?php $a8_title=lang('select_model');$a8_type='post';$a8_class='';$a8_action='tree';$a8_subaction='model';$a8_id=$id;$a8_frame='_self';$a8_modal=false; ?><?php $params = array(); $a8_url=''; $tmp_url = ''; @@ -495,17 +376,10 @@ default: $tmp_data = ''; } -?><a data-url="<?php echo $a8_url ?>" target="<?php echo $a8_frame ?>"<?php if (isset($a8_name)) { ?> data-name="<?php echo $a8_name ?>" name="<?php echo $a8_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a8_class ?>" data-id="<?php echo @$a8_id ?>" data-type="<?php echo $a8_type ?>" data-action="<?php echo @$a8_action ?>" data-method="<?php echo @$a8_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a8_accesskey)) echo ' accesskey="'.$a8_accesskey.'"' ?> title="<?php echo encodeHtml($a8_title) ?>"><?php unset($a8_title,$a8_type,$a8_class,$a8_action,$a8_subaction,$a8_id,$a8_frame,$a8_modal) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a9_class='text';$a9_var='name';$a9_escape=true;$a9_cut='both'; ?><?php - $a9_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a9_class ?>" title="<?php echo $a9_title ?>"><?php - $langF = $a9_escape?'langHtml':'lang'; - $tmp_text = isset($$a9_var)?$$a9_var:$langF('UNKNOWN'); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_var,$a9_escape,$a9_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php } ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> - <?php } ?><!-- Compiling list/list-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_list='projects';$a5_extract=false;$a5_key='id';$a5_value='name'; ?><?php +?><a data-url="<?php echo $a8_url ?>" target="<?php echo $a8_frame ?>"<?php if (isset($a8_name)) { ?> data-name="<?php echo $a8_name ?>" name="<?php echo $a8_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a8_class ?>" data-id="<?php echo @$a8_id ?>" data-type="<?php echo $a8_type ?>" data-action="<?php echo @$a8_action ?>" data-method="<?php echo @$a8_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a8_accesskey)) echo ' accesskey="'.$a8_accesskey.'"' ?> title="<?php echo encodeHtml($a8_title) ?>"><?php unset($a8_title,$a8_type,$a8_class,$a8_action,$a8_subaction,$a8_id,$a8_frame,$a8_modal) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities($name))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?><!-- Compiling part/part-begin --><?php $a6_class='divide'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?><!-- Compiling part/part-end --></div> + <?php } ?><!-- Compiling list/list-begin --><?php $a5_list='projects';$a5_extract=false;$a5_key='id';$a5_value='name'; ?><?php $a5_list_tmp_key = $a5_key; $a5_list_tmp_value = $a5_value; $a5_list_extract = $a5_extract; @@ -524,9 +398,9 @@ } extract($$a5_list_tmp_value); } -?><?php unset($a5_list,$a5_extract,$a5_key,$a5_value) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='entry clickable'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> +?><?php unset($a5_list,$a5_extract,$a5_key,$a5_value) ?><!-- Compiling part/part-begin --><?php $a6_class='entry clickable'; ?><div class="<?php echo $a6_class ?>"><?php unset($a6_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/project.svg" /> - <!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a7_title=lang('select_project');$a7_type='post';$a7_class='';$a7_action='start';$a7_subaction='projectmenu';$a7_id=$id;$a7_frame='_self';$a7_modal=false; ?><?php + <!-- Compiling link/link-begin --><?php $a7_title=lang('select_project');$a7_type='post';$a7_class='';$a7_action='start';$a7_subaction='projectmenu';$a7_id=$id;$a7_frame='_self';$a7_modal=false; ?><?php $params = array(); $a7_url=''; $tmp_url = ''; @@ -546,19 +420,11 @@ default: $tmp_data = ''; } -?><a data-url="<?php echo $a7_url ?>" target="<?php echo $a7_frame ?>"<?php if (isset($a7_name)) { ?> data-name="<?php echo $a7_name ?>" name="<?php echo $a7_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a7_class ?>" data-id="<?php echo @$a7_id ?>" data-type="<?php echo $a7_type ?>" data-action="<?php echo @$a7_action ?>" data-method="<?php echo @$a7_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a7_accesskey)) echo ' accesskey="'.$a7_accesskey.'"' ?> title="<?php echo encodeHtml($a7_title) ?>"><?php unset($a7_title,$a7_type,$a7_class,$a7_action,$a7_subaction,$a7_id,$a7_frame,$a7_modal) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a8_class='text';$a8_var='name';$a8_maxlength='45';$a8_escape=true;$a8_cut='both'; ?><?php - $a8_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php - $langF = $a8_escape?'langHtml':'lang'; - $tmp_text = isset($$a8_var)?$$a8_var:$langF('UNKNOWN'); - $tmp_text = Text::maxLength( $tmp_text,intval($a8_maxlength),'..',constant('STR_PAD_'.strtoupper($a8_cut)) ); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_var,$a8_maxlength,$a8_escape,$a8_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling list/list-end @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php } ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> +?><a data-url="<?php echo $a7_url ?>" target="<?php echo $a7_frame ?>"<?php if (isset($a7_name)) { ?> data-name="<?php echo $a7_name ?>" name="<?php echo $a7_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a7_class ?>" data-id="<?php echo @$a7_id ?>" data-type="<?php echo $a7_type ?>" data-action="<?php echo @$a7_action ?>" data-method="<?php echo @$a7_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a7_accesskey)) echo ' accesskey="'.$a7_accesskey.'"' ?> title="<?php echo encodeHtml($a7_title) ?>"><?php unset($a7_title,$a7_type,$a7_class,$a7_action,$a7_subaction,$a7_id,$a7_frame,$a7_modal) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(Text::maxLength( $name,45,'..',constant('STR_PAD_BOTH') )))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon clickable filtered on-action-folder on-action-file on-action-page on-action-link on-action-template on-action-element'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_title=lang('menu_prop_desc');$a4_type='dialog';$a4_class='';$a4_subaction='prop';$a4_frame='_self';$a4_modal=false; ?><?php + <?php $if2=($this->userIsLoggedIn()); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon clickable filtered on-action-folder on-action-file on-action-page on-action-link on-action-template on-action-element'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin --><?php $a4_title=lang('menu_prop_desc');$a4_type='dialog';$a4_class='';$a4_subaction='prop';$a4_frame='_self';$a4_modal=false; ?><?php $params = array(); $a4_url=''; $tmp_url = ''; @@ -580,16 +446,9 @@ } ?><a data-url="<?php echo $a4_url ?>" target="<?php echo $a4_frame ?>"<?php if (isset($a4_name)) { ?> data-name="<?php echo $a4_name ?>" name="<?php echo $a4_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a4_class ?>" data-id="<?php echo @$a4_id ?>" data-type="<?php echo $a4_type ?>" data-action="<?php echo @$a4_action ?>" data-method="<?php echo @$a4_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a4_accesskey)) echo ' accesskey="'.$a4_accesskey.'"' ?> title="<?php echo encodeHtml($a4_title) ?>"><?php unset($a4_title,$a4_type,$a4_class,$a4_subaction,$a4_frame,$a4_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/prop.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='text';$a5_key='menu_prop';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon clickable filtered on-action-folder on-action-page on-action-file on-action-pageelement on-action-template'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_title=lang('menu_pub_desc');$a4_type='dialog';$a4_class='';$a4_subaction='pub';$a4_frame='_self';$a4_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_prop'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon clickable filtered on-action-folder on-action-page on-action-file on-action-pageelement on-action-template'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin --><?php $a4_title=lang('menu_pub_desc');$a4_type='dialog';$a4_class='';$a4_subaction='pub';$a4_frame='_self';$a4_modal=false; ?><?php $params = array(); $a4_url=''; $tmp_url = ''; @@ -611,39 +470,18 @@ } ?><a data-url="<?php echo $a4_url ?>" target="<?php echo $a4_frame ?>"<?php if (isset($a4_name)) { ?> data-name="<?php echo $a4_name ?>" name="<?php echo $a4_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a4_class ?>" data-id="<?php echo @$a4_id ?>" data-type="<?php echo $a4_type ?>" data-action="<?php echo @$a4_action ?>" data-method="<?php echo @$a4_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a4_accesskey)) echo ' accesskey="'.$a4_accesskey.'"' ?> title="<?php echo encodeHtml($a4_title) ?>"><?php unset($a4_title,$a4_type,$a4_class,$a4_subaction,$a4_frame,$a4_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/publish.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='text';$a5_key='menu_pub';$a5_escape=true;$a5_cut='both'; ?><?php - $a5_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php - $langF = $a5_escape?'langHtml':'lang'; - $tmp_text = $langF($a5_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_key,$a5_escape,$a5_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_pub'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div> <?php } ?> - <?php $if2=(empty(@$conf['login']['motd'])); if($if2){?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='toolbar-icon'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> + <?php $if2=(empty(@$conf['login']['motd'])); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='toolbar-icon'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/motd.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='text';$a4_raw='_';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a4_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_raw,$a4_escape,$a4_cut) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_class='entry'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='text';$a6_raw=@$conf['login']['motd'];$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a6_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_raw,$a6_escape,$a6_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div> - <?php } ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a2_class='search'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling input/input-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='text';$a3_default='';$a3_type='text';$a3_name='text';$a3_size='';$a3_maxlength='256';$a3_onchange='';$a3_readonly=false;$a3_hint=lang('search');$a3_icon='search'; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a3_readonly=true; + + <span class="text"><?php echo nl2br('&nbsp;'); ?></span> + <!-- Compiling part/part-begin --><?php $a4_class='arrow-down'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='dropdown'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-begin --><?php $a5_class='entry'; ?><div class="<?php echo $a5_class ?>"><?php unset($a5_class) ?> + <span class="text"><?php echo nl2br('config:login/motd'); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + <?php } ?><!-- Compiling part/part-begin --><?php $a2_class='search'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling input/input-begin --><?php $a3_class='text';$a3_default='';$a3_type='text';$a3_name='text';$a3_size='';$a3_maxlength='256';$a3_onchange='';$a3_readonly=false;$a3_hint=lang('search');$a3_icon='search'; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a3_readonly=true; if ($a3_readonly && empty($$a3_name)) $$a3_name = '- '.lang('EMPTY').' -'; if(!isset($a3_default)) $a3_default=''; $tmp_value = Text::encodeHtml(isset($$a3_name)?$$a3_name:$a3_default); @@ -651,30 +489,15 @@ ?><div class="<?php echo $a3_type!='hidden'?'inputholder':'inputhidden' ?>"><input<?php if ($a3_readonly) echo ' disabled="true"' ?><?php if ($a3_hint) echo ' data-hint="'.$a3_hint.'"'; ?> id="<?php echo REQUEST_ID ?>_<?php echo $a3_name ?><?php if ($a3_readonly) echo '_disabled' ?>" name="<?php echo $a3_name ?><?php if ($a3_readonly) echo '_disabled' ?>" type="<?php echo $a3_type ?>" maxlength="<?php echo $a3_maxlength ?>" class="<?php echo str_replace(',',' ',$a3_class) ?>" value="<?php echo $tmp_value ?>" /><?php if ($a3_icon) echo '<img src="'.$image_dir.'icon_'.$a3_icon.IMG_ICON_EXT.'" width="16" height="16" />'; ?></div><?php if ($a3_readonly) { ?><input type="hidden" id="<?php echo REQUEST_ID ?>_<?php echo $a3_name ?>" name="<?php echo $a3_name ?>" value="<?php echo $tmp_value ?>" /><?php - } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a3_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a3_class,$a3_default,$a3_type,$a3_name,$a3_size,$a3_maxlength,$a3_onchange,$a3_readonly,$a3_hint,$a3_icon) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='dropdown'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='text';$a4_raw='';$a4_escape=true;$a4_cut='both'; ?><?php - $a4_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php - $langF = $a4_escape?'langHtml':'lang'; - $tmp_text = str_replace('_','&nbsp;',$a4_raw); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_raw,$a4_escape,$a4_cut) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a2_class='toolbar-icon user'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?> + } } else { ?><a title="<?php echo langHtml('EDIT') ?>" href="<?php echo Html::url($actionName,$subActionName,0,array('mode'=>'edit')) ?>"><span class="<?php echo $a3_class ?>"><?php echo $tmp_value ?></span></a><?php } ?><?php unset($a3_class,$a3_default,$a3_type,$a3_name,$a3_size,$a3_maxlength,$a3_onchange,$a3_readonly,$a3_hint,$a3_icon) ?><!-- Compiling part/part-begin --><?php $a3_class='dropdown'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?> + <span class="text"><?php echo nl2br(encodeHtml(htmlentities())); ?></span> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a2_class='toolbar-icon user'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='titletext';$a3_var='userfullname';$a3_maxlength='25';$a3_escape=true;$a3_cut='both'; ?><?php - $a3_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php - $langF = $a3_escape?'langHtml':'lang'; - $tmp_text = isset($$a3_var)?$$a3_var:$langF('UNKNOWN'); - $tmp_text = Text::maxLength( $tmp_text,intval($a3_maxlength),'..',constant('STR_PAD_'.strtoupper($a3_cut)) ); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_var,$a3_maxlength,$a3_escape,$a3_cut) ?> + + <span class="titletext"><?php echo nl2br(encodeHtml(htmlentities(Text::maxLength( $userfullname,25,'..',constant('STR_PAD_BOTH') )))); ?></span> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/arrow_down.svg" /> - <!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a3_class='dropdown'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_title=lang('USER_PROFILE_DESC');$a5_type='post';$a5_class='';$a5_action='start';$a5_subaction='profile';$a5_frame='_self';$a5_modal=false; ?><?php + <!-- Compiling part/part-begin --><?php $a3_class='dropdown'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin --><?php $a5_title=lang('USER_PROFILE_DESC');$a5_type='post';$a5_class='';$a5_action='start';$a5_subaction='profile';$a5_frame='_self';$a5_modal=false; ?><?php $params = array(); $a5_url=''; $tmp_url = ''; @@ -696,16 +519,9 @@ if ($a3_readonly) { } ?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_action,$a5_subaction,$a5_frame,$a5_modal) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='text';$a6_key='profile';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_title=lang('start');$a5_type='post';$a5_class='';$a5_action='start';$a5_subaction='start';$a5_frame='_self';$a5_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'profile'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin --><?php $a5_title=lang('start');$a5_type='post';$a5_class='';$a5_action='start';$a5_subaction='start';$a5_frame='_self';$a5_modal=false; ?><?php $params = array(); $a5_url=''; $tmp_url = ''; @@ -727,16 +543,9 @@ if ($a3_readonly) { } ?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_action,$a5_subaction,$a5_frame,$a5_modal) ?> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/dashboard.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='text';$a6_key='start';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='divide'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a5_title=lang('USER_LOGOUT_DESC');$a5_type='post';$a5_class='entry';$a5_action='login';$a5_subaction='logout';$a5_frame='_self';$a5_modal=false; ?><?php + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'start'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='divide'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a4_class='entry clickable'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?><!-- Compiling link/link-begin --><?php $a5_title=lang('USER_LOGOUT_DESC');$a5_type='post';$a5_class='entry';$a5_action='login';$a5_subaction='logout';$a5_frame='_self';$a5_modal=false; ?><?php $params = array(); $a5_url=''; $tmp_url = ''; @@ -758,13 +567,6 @@ if ($a3_readonly) { } ?><a data-url="<?php echo $a5_url ?>" target="<?php echo $a5_frame ?>"<?php if (isset($a5_name)) { ?> data-name="<?php echo $a5_name ?>" name="<?php echo $a5_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a5_class ?>" data-id="<?php echo @$a5_id ?>" data-type="<?php echo $a5_type ?>" data-action="<?php echo @$a5_action ?>" data-method="<?php echo @$a5_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a5_accesskey)) echo ' accesskey="'.$a5_accesskey.'"' ?> title="<?php echo encodeHtml($a5_title) ?>"><?php unset($a5_title,$a5_type,$a5_class,$a5_action,$a5_subaction,$a5_frame,$a5_modal) ?> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/close.svg" /> - <!-- Compiling text/text-begin @ Wed, 29 Nov 2017 00:26:42 +0100 --><?php $a6_class='text';$a6_key='USER_LOGOUT';$a6_escape=true;$a6_cut='both'; ?><?php - $a6_title = ''; - $tmp_tag = 'span'; -?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php - $langF = $a6_escape?'langHtml':'lang'; - $tmp_text = $langF($a6_key); - $tmp_text = nl2br($tmp_text); - echo $tmp_text; - unset($tmp_text); -?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?><!-- Compiling link/link-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></a><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div><!-- Compiling part/part-end @ Wed, 29 Nov 2017 00:26:42 +0100 --></div>- \ No newline at end of file + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'USER_LOGOUT'.'')))); ?></span> + <!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div>+ \ No newline at end of file diff --git a/themes/default/templates/tree/settings.tpl.out.php b/themes/default/templates/tree/settings.tpl.out.php @@ -0,0 +1,113 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> + + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('languages') ?></legend><div><!-- Compiling list/list-begin --><?php $a4_list='languages';$a4_extract=false;$a4_key='id';$a4_value='name'; ?><?php + $a4_list_tmp_key = $a4_key; + $a4_list_tmp_value = $a4_value; + $a4_list_extract = $a4_extract; + unset($a4_key); + unset($a4_value); + if ( !isset($$a4_list) || !is_array($$a4_list) ) + $$a4_list = array(); + foreach( $$a4_list as $$a4_list_tmp_key => $$a4_list_tmp_value ) + { + if ( $a4_list_extract ) + { + if ( !is_array($$a4_list_tmp_value) ) + { + print_r($$a4_list_tmp_value); + die( 'not an array at key: '.$$a4_list_tmp_key ); + } + extract($$a4_list_tmp_value); + } +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling part/part-begin --><div><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='languageid';$a6_value=$id;$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange=''; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange) ?><!-- Compiling label/label-begin --><?php $a6_for='languageid';$a6_value=$id; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_value) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?> + </div></fieldset> + <fieldset class="<?php echo 1?" open":"" ?><?php echo 1?" show":"" ?>"><legend><div class="arrow-right closed" /><div class="arrow-down open" /><?php echo lang('models') ?></legend><div><!-- Compiling list/list-begin --><?php $a4_list='models';$a4_extract=false;$a4_key='id';$a4_value='name'; ?><?php + $a4_list_tmp_key = $a4_key; + $a4_list_tmp_value = $a4_value; + $a4_list_extract = $a4_extract; + unset($a4_key); + unset($a4_value); + if ( !isset($$a4_list) || !is_array($$a4_list) ) + $$a4_list = array(); + foreach( $$a4_list as $$a4_list_tmp_key => $$a4_list_tmp_value ) + { + if ( $a4_list_extract ) + { + if ( !is_array($$a4_list_tmp_value) ) + { + print_r($$a4_list_tmp_value); + die( 'not an array at key: '.$$a4_list_tmp_key ); + } + extract($$a4_list_tmp_value); + } +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling part/part-begin --><div><!-- Compiling radio/radio-begin --><?php $a6_readonly=false;$a6_name='modelid';$a6_value=$id;$a6_default=false;$a6_prefix='';$a6_suffix='';$a6_class='';$a6_onchange=''; ?><?php + if ($this->isEditable() && !$this->isEditMode()) $a6_readonly=true; + if ( isset($$a6_name) ) + $a6_tmp_default = $$a6_name; + elseif ( isset($a6_default) ) + $a6_tmp_default = $a6_default; + else + $a6_tmp_default = ''; + ?><input onclick="" class="radio" type="radio" id="<?php echo REQUEST_ID ?>_<?php echo $a6_name.'_'.$a6_value ?>" name="<?php echo $a6_prefix.$a6_name ?>"<?php if ( $a6_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $a6_value ?>"<?php if($a6_value==$a6_tmp_default||@$a6_checked) echo ' checked="checked"' ?> /> +<?php /* #END-IF# */ ?><?php unset($a6_readonly,$a6_name,$a6_value,$a6_default,$a6_prefix,$a6_suffix,$a6_class,$a6_onchange) ?><!-- Compiling label/label-begin --><?php $a6_for='modelid';$a6_value=$id; ?><label<?php if (isset($a6_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a6_for ?><?php if (!empty($a6_value)) echo '_'.$a6_value ?>" <?php if(hasLang(@$a6_key.'_desc')) { ?> title="<?php echo lang(@$a6_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a6_key)) { echo lang($a6_key); ?><?php if (isset($a6_text)) { echo $a6_text; } ?><?php } ?><?php unset($a6_for,$a6_value) ?><!-- Compiling text/text-begin --><?php $a7_class='text';$a7_var='name';$a7_escape=true;$a7_cut='both'; ?><?php + $a7_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a7_class ?>" title="<?php echo $a7_title ?>"><?php + $langF = $a7_escape?'langHtml':'lang'; + $tmp_text = isset($$a7_var)?$$a7_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a7_class,$a7_var,$a7_escape,$a7_cut) ?><!-- Compiling label/label-end --></label><!-- Compiling part/part-end --></div><!-- Compiling list/list-end --><?php } ?> + </div></fieldset> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/themes/default/templates/tree/tree.tpl.out.php b/themes/default/templates/tree/tree.tpl.out.php @@ -1,4 +1,4 @@ -<!-- Compiling output/output-begin @ Wed, 29 Nov 2017 00:26:44 +0100 --><!-- Compiling header/header-begin @ Wed, 29 Nov 2017 00:26:44 +0100 --><?php $a2_name='';$a2_views='projecttimeline,userprojecttimeline';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_views='projecttimeline,userprojecttimeline';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> <div class="headermenu"> <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> <div class="toolbar-icon clickable"> @@ -9,7 +9,7 @@ <?php } ?> </div> <?php } ?> -<?php unset($a2_name,$a2_views,$a2_back) ?><!-- Compiling insert/insert-begin @ Wed, 29 Nov 2017 00:26:44 +0100 --><?php $a2_inline=false;$a2_function='loadTree'; ?><iframe +<?php unset($a2_name,$a2_views,$a2_back) ?><!-- Compiling insert/insert-begin --><?php $a2_inline=false;$a2_function='loadTree'; ?><iframe ></iframe> Hallo! <script type="text/javascript" name="JavaScript"><?php echo $a2_function?>();</script> diff --git a/themes/default/templates/user/edit.tpl.src.xml b/themes/default/templates/user/edit.tpl.src.xml @@ -26,7 +26,7 @@ </part> <part class="input"> <input name="mail"></input> - <qrcode value="text:mailto:{mail}" /> + <qrcode value="tpl:mailto:{mail}" /> </part> </part> </if> @@ -44,7 +44,7 @@ </part> <part class="input"> <input name="tel"></input> - <qrcode value="text:tel:{tel}" /> + <qrcode value="tpl:tel:{tel}" /> </part> </part> diff --git a/themes/default/templates/user/info.tpl.out.php b/themes/default/templates/user/info.tpl.out.php @@ -0,0 +1,103 @@ +<!-- Compiling output/output-begin --><!-- Compiling header/header-begin --><?php $a2_name='';$a2_back=false; ?><?php if(!empty($a2_views)) { ?> + <div class="headermenu"> + <?php foreach( explode(',',$a2_views) as $a2_tmp_view ) { ?> + <div class="toolbar-icon clickable"> + <a href="javascript:void(0);" data-type="dialog" data-name="<?php echo lang('MENU_'.$a2_tmp_view) ?>" data-method="<?php echo $a2_tmp_view ?>"> + <img src="<?php echo $image_dir ?>icon/<?php echo $a2_tmp_view ?>.png" title="<?php echo lang('MENU_'.$a2_tmp_view.'_DESC') ?>" /> <?php echo lang('MENU_'.$a2_tmp_view) ?> + </a> + </div> + <?php } ?> + </div> +<?php } ?> +<?php unset($a2_name,$a2_back) ?> + <?php $if2=!(empty('image')); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling part/part-begin --><?php $a4_class='line'; ?><div class="<?php echo $a4_class ?>"><?php unset($a4_class) ?> + <img class="" title="" src="<?php echo $image ?>" /> + <!-- Compiling part/part-end --></div><!-- Compiling part/part-end --></div> + <?php } ?><!-- Compiling part/part-begin --><?php $a2_class='line'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling text/text-begin --><?php $a3_class='name';$a3_var='name';$a3_escape=true;$a3_cut='both'; ?><?php + $a3_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php + $langF = $a3_escape?'langHtml':'lang'; + $tmp_text = isset($$a3_var)?$$a3_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_var,$a3_escape,$a3_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a2_class='line'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling text/text-begin --><?php $a3_class='text';$a3_var='fullname';$a3_escape=true;$a3_cut='both'; ?><?php + $a3_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php + $langF = $a3_escape?'langHtml':'lang'; + $tmp_text = isset($$a3_var)?$$a3_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_var,$a3_escape,$a3_cut) ?><!-- Compiling part/part-end --></div> + <?php $if2=(@$conf['security']['user']['show_admin_mail']); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling link/link-begin --><?php $a4_title='';$a4_type='';$a4_class='';$a4_action=$mail;$a4_frame='_self';$a4_modal=false; ?><?php + $params = array(); + $a4_url=''; + $tmp_url = ''; + $a4_target = $view; + $tmp_href = 'javascript:void(0);'; + switch( $a4_type ) + { + case 'post': + $json = new JSON(); + $tmp_data = $json->encode( array('action'=>!empty($a4_action)?$a4_action:$this->actionName,'subaction'=>!empty($a4_subaction)?$a4_subaction:$this->subActionName,'id'=>!empty($a4_id)?$a4_id:$this->getRequestId()) + +array(REQ_PARAM_TOKEN=>token()) + +$params ); + $tmp_data = str_replace("\n",'',str_replace('"','&quot;',$tmp_data)); + break; + case 'html'; + $tmp_href = $a4_url; + default: + $tmp_data = ''; + } +?><a data-url="<?php echo $a4_url ?>" target="<?php echo $a4_frame ?>"<?php if (isset($a4_name)) { ?> data-name="<?php echo $a4_name ?>" name="<?php echo $a4_name ?>"<?php }else{ ?> href="<?php echo $tmp_href ?>" <?php } ?> class="<?php echo $a4_class ?>" data-id="<?php echo @$a4_id ?>" data-type="<?php echo $a4_type ?>" data-action="<?php echo @$a4_action ?>" data-method="<?php echo @$a4_subaction ?>" data-data="<?php echo $tmp_data ?>" <?php if (isset($a4_accesskey)) echo ' accesskey="'.$a4_accesskey.'"' ?> title="<?php echo encodeHtml($a4_title) ?>"><?php unset($a4_title,$a4_type,$a4_class,$a4_action,$a4_frame,$a4_modal) ?><!-- Compiling text/text-begin --><?php $a5_class='text';$a5_var='mail';$a5_escape=true;$a5_cut='both'; ?><?php + $a5_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a5_class ?>" title="<?php echo $a5_title ?>"><?php + $langF = $a5_escape?'langHtml':'lang'; + $tmp_text = isset($$a5_var)?$$a5_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a5_class,$a5_var,$a5_escape,$a5_cut) ?><!-- Compiling link/link-end --></a><!-- Compiling part/part-end --></div> + <?php } ?><!-- Compiling part/part-begin --><?php $a2_class='line'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling text/text-begin --><?php $a3_class='text';$a3_var='desc';$a3_escape=true;$a3_cut='both'; ?><?php + $a3_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php + $langF = $a3_escape?'langHtml':'lang'; + $tmp_text = isset($$a3_var)?$$a3_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_var,$a3_escape,$a3_cut) ?><!-- Compiling part/part-end --></div><!-- Compiling part/part-begin --><?php $a2_class='line'; ?><div class="<?php echo $a2_class ?>"><?php unset($a2_class) ?><!-- Compiling text/text-begin --><?php $a3_class='text';$a3_text='user_tel';$a3_escape=true;$a3_cut='both'; ?><?php + $a3_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php + $langF = $a3_escape?'langHtml':'lang'; + $tmp_text = $langF($a3_text); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_text,$a3_escape,$a3_cut) ?><!-- Compiling text/text-begin --><?php $a3_class='text';$a3_var='tel';$a3_escape=true;$a3_cut='both'; ?><?php + $a3_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a3_class ?>" title="<?php echo $a3_title ?>"><?php + $langF = $a3_escape?'langHtml':'lang'; + $tmp_text = isset($$a3_var)?$$a3_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a3_class,$a3_var,$a3_escape,$a3_cut) ?><!-- Compiling part/part-end --></div> + <?php $if2=('is_admin'); if($if2){?><!-- Compiling part/part-begin --><?php $a3_class='line'; ?><div class="<?php echo $a3_class ?>"><?php unset($a3_class) ?><!-- Compiling text/text-begin --><?php $a4_class='text';$a4_key='user_admin';$a4_escape=true;$a4_cut='both'; ?><?php + $a4_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a4_class ?>" title="<?php echo $a4_title ?>"><?php + $langF = $a4_escape?'langHtml':'lang'; + $tmp_text = $langF($a4_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a4_class,$a4_key,$a4_escape,$a4_cut) ?><!-- Compiling part/part-end --></div> + <?php } ?>+ \ No newline at end of file diff --git a/themes/default/templates/user/memberships.tpl.out.php b/themes/default/templates/user/memberships.tpl.out.php @@ -0,0 +1,126 @@ +<!-- Compiling output/output-begin --> + <form name="" + target="_self" + action="<?php echo OR_ACTION ?>" + data-method="<?php echo OR_METHOD ?>" + data-action="<?php echo OR_ACTION ?>" + data-id="<?php echo OR_ID ?>" + method="<?php echo OR_METHOD ?>" + enctype="application/x-www-form-urlencoded" + class="<?php echo OR_ACTION ?>" + data-async="" + data-autosave="true" + onSubmit="formSubmit( $(this) ); return false;"><input type="submit" class="invisible" /> + +<input type="hidden" name="<?php echo REQ_PARAM_TOKEN ?>" value="<?php echo token() ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo OR_ACTION ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo OR_METHOD ?>" /> +<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo OR_ID ?>" /> +<?php + if ( $conf['interface']['url_sessionid'] ) + echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n"; +?> +<!-- Compiling table/table-begin --><?php $a3_width='100%';$a3_space='0px';$a3_padding='0px'; ?><?php + $last_column_idx = @$column_idx; + $column_idx = 0; + $coloumn_widths = array(); + $row_classes = array(); + $column_classes = array(); +?><table class="%class%" cellspacing="0px" width="100%" cellpadding="0px"> +<?php unset($a3_width,$a3_space,$a3_padding) ?><!-- Compiling row/row-begin --><?php $a4_class='headline'; ?><?php + $column_idx = 0; +?> +<tr + class="headline" +> +<?php unset($a4_class) ?> + <td colspan="2"><!-- Compiling text/text-begin --><?php $a6_class='text';$a6_key='group';$a6_escape=true;$a6_cut='both'; ?><?php + $a6_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a6_class ?>" title="<?php echo $a6_title ?>"><?php + $langF = $a6_escape?'langHtml':'lang'; + $tmp_text = $langF($a6_key); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a6_class,$a6_key,$a6_escape,$a6_cut) ?> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-begin --><?php $a4_list='memberships';$a4_extract=true;$a4_key='list_key';$a4_value='list_value'; ?><?php + $a4_list_tmp_key = $a4_key; + $a4_list_tmp_value = $a4_value; + $a4_list_extract = $a4_extract; + unset($a4_key); + unset($a4_value); + if ( !isset($$a4_list) || !is_array($$a4_list) ) + $$a4_list = array(); + foreach( $$a4_list as $$a4_list_tmp_key => $$a4_list_tmp_value ) + { + if ( $a4_list_extract ) + { + if ( !is_array($$a4_list_tmp_value) ) + { + print_r($$a4_list_tmp_value); + die( 'not an array at key: '.$$a4_list_tmp_key ); + } + extract($$a4_list_tmp_value); + } +?><?php unset($a4_list,$a4_extract,$a4_key,$a4_value) ?><!-- Compiling row/row-begin --><?php $a5_class='data'; ?><?php + $column_idx = 0; +?> +<tr + class="data" +> +<?php unset($a5_class) ?> + <td width="10%"> + <?php { $tmpname = $var;$default = '';$readonly = ''; + if ( isset($$tmpname) ) + $checked = $$tmpname; + else + $checked = $default; + + ?><input class="checkbox" type="checkbox" id="<?php echo REQUEST_ID ?>_<?php echo $tmpname ?>" name="<?php echo $tmpname ?>" <?php if ($readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?> /><?php + + if ( $readonly && $checked ) + { + ?><input type="hidden" name="<?php echo $tmpname ?>" value="1" /><?php + } + } ?> + + </td> + <td><!-- Compiling label/label-begin --><?php $a7_for=$var; ?><label<?php if (isset($a7_for)) { ?> for="<?php echo REQUEST_ID ?>_<?php echo $a7_for ?><?php if (!empty($a7_value)) echo '_'.$a7_value ?>" <?php if(hasLang(@$a7_key.'_desc')) { ?> title="<?php echo lang(@$a7_key.'_desc')?>"<?php } ?> class="label"<?php } ?>> +<?php if (isset($a7_key)) { echo lang($a7_key); ?><?php if (isset($a7_text)) { echo $a7_text; } ?><?php } ?><?php unset($a7_for) ?> + <img class="" title="" src="./themes/default/images/icon/icon_group.png" /> + <!-- Compiling text/text-begin --><?php $a8_class='text';$a8_var='name';$a8_escape=true;$a8_cut='both'; ?><?php + $a8_title = ''; + $tmp_tag = 'span'; +?><<?php echo $tmp_tag ?> class="<?php echo $a8_class ?>" title="<?php echo $a8_title ?>"><?php + $langF = $a8_escape?'langHtml':'lang'; + $tmp_text = isset($$a8_var)?$$a8_var:$langF('UNKNOWN'); + $tmp_text = nl2br($tmp_text); + echo $tmp_text; + unset($tmp_text); +?></<?php echo $tmp_tag ?>><?php unset($a8_class,$a8_var,$a8_escape,$a8_cut) ?><!-- Compiling label/label-end --></label> + </td><!-- Compiling row/row-end --></tr><!-- Compiling list/list-end --><?php } ?><!-- Compiling row/row-begin --><?php + $column_idx = 0; +?> +<tr +> + + <td class="act" colspan="2"> + <div class="invisible"><input type="submit" name="ok" class="%class%" + title="Bestätigen" + value="&nbsp;&nbsp;&nbsp;&nbsp;OK&nbsp;&nbsp;&nbsp;&nbsp;" /> + </div> + </td><!-- Compiling row/row-end --></tr><!-- Compiling table/table-end --><?php + $column_idx = $last_column_idx; +?> +</table> + +<div class="bottom"> + <div class="command "> + + <input type="button" class="submit ok" value="OK" onclick="$(this).closest('div.sheet').find('form').submit(); " /> + + <!-- Cancel-Button nicht anzeigen, wenn cancel==false. --> </div> +</div> + +</form> diff --git a/util/TemplateEngine.class.php b/util/TemplateEngine.class.php @@ -263,7 +263,7 @@ class TemplateEngine throw new LogicException("Compile failed, Component $infile not found." ); if ( DEVELOPMENT ) - fwrite( $outFileHandler,"<!-- Compiling $infile @ ".date('r')." -->" ); + fwrite( $outFileHandler,"<!-- Compiling $infile -->" ); $values = array(); foreach( $attr as $attrName=>$attrValue )