<?php $a1_class='main'; ?><?php
if (!defined('OR_VERSION')) die('Forbidden');
if (!headers_sent()) header('Content-Type: text/html; charset='.$charset)
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><?php echo isset($a1_title)?langHtml($a1_title).' - ':(isset($windowTitle)?langHtml($windowTitle).' - ':'') ?><?php echo $cms_title ?></title>
<meta http-equiv="content-type" content="text/html; charset=<?php echo $charset ?>" >
<?php if ( isset($refresh_url) ) { ?>
<meta http-equiv="refresh" content="<?php echo isset($refresh_timeout)?$refresh_timeout:0 ?>; URL=<?php echo $refresh_url; if (ini_get('session.use_trans_sid')) echo '&'.session_name().'='.session_id(); ?>">
<?php } ?>
<meta name="MSSmartTagsPreventParsing" content="true" >
<meta name="robots" content="noindex,nofollow" >
<?php if (isset($windowMenu) && is_array($windowMenu)) foreach( $windowMenu as $menu )
{
?>
<link rel="section" href="<?php echo Html::url($actionName,@$menu['subaction'],$this->getRequestId() ) ?>" title="<?php echo lang($menu['text']) ?>" >
<?php
}
?><?php if (isset($metaList) && is_array($metaList)) foreach( $metaList as $meta )
{
?>
<link rel="<?php echo $meta['name'] ?>" href="<?php echo $meta['url'] ?>" title="<?php echo $meta['title'] ?>" ><?php
}
?><?php if(!empty($root_stylesheet)) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo $root_stylesheet ?>" >
<?php } ?>
<?php if($root_stylesheet!=$user_stylesheet) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo $user_stylesheet ?>" >
<?php } ?>
</head>
<body class="main" <?php if (@$conf['interface']['application_mode']) { ?> style="padding:0px;margin:0px;"<?php } ?> >
<?php /* Debug-Information */ if ($showDuration) { echo "<!-- Output Variables are:\n";echo str_replace('-->','-- >',print_r($this->templateVars,true));echo "\n-->";} ?><?php unset($a1_class) ?><?php $a2_name='';$a2_target='_self';$a2_method='post';$a2_enctype='application/x-www-form-urlencoded'; ?><?php
$a2_action = $actionName;
$a2_subaction = $targetSubActionName;
$a2_id = $this->getRequestId();
if ($this->isEditable())
{
if ($this->isEditMode())
{
$a2_method = 'POST';
}
else
{
$a2_method = 'GET';
$a2_subaction = $subActionName;
}
}
?><form name="<?php echo $a2_name ?>"
target="<?php echo $a2_target ?>"
action="<?php echo Html::url( $a2_action,$a2_subaction,$a2_id ) ?>"
method="<?php echo $a2_method ?>"
enctype="<?php echo $a2_enctype ?>" style="margin:0px;padding:0px;">
<?php if ($this->isEditable() && !$this->isEditMode()) { ?>
<input type="hidden" name="mode" value="edit" />
<?php } ?>
<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 $a2_action ?>" />
<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo $a2_subaction ?>" />
<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo $a2_id ?>" /><?php
if ( $conf['interface']['url_sessionid'] )
echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n";
?><?php unset($a2_name,$a2_target,$a2_method,$a2_enctype) ?><?php $a3_title='TEMPLATE_ELEMENTS';$a3_name='TEMPLATE_ELEMENTS';$a3_widths='30%,5%,65%';$a3_width='93%';$a3_rowclasses='odd,even';$a3_columnclasses='1,2,3'; ?><?php
$coloumn_widths=array();
$icon=$actionName;
$coldumn_widths = explode(',',$a3_widths);
$row_classes = explode(',',$a3_rowclasses);
$row_class_idx = 999;
$column_classes = explode(',',$a3_columnclasses);
$row_idx = 0;
$column_idx = 0;
global $image_dir;
if (@$conf['interface']['application_mode'] )
{
echo '<table class="main" cellspacing="0" cellpadding="4" width="100%" style="margin:0px;border:0px; padding:0px;" height_oo="100%">';
}
else
{
echo '<br/><br/><br/><center>';
echo '<table class="main" cellspacing="0" cellpadding="4" width="'.$a3_width.'">';
}
if (!@$conf['interface']['application_mode'] )
{
echo '<tr class="title"><td>';
echo '<img src="'.$image_dir.'icon_'.$icon.IMG_ICON_EXT.'" align="left" border="0">';
if ($this->isEditable()) { ?>
<?php if ($this->isEditMode()) {
?><a href="<?php echo Html::url($actionName,$subActionName,$this->getRequestId() ) ?>" accesskey="1" title="<?php echo langHtml('MODE_EDIT_DESC') ?>" class="path" style="text-align:right;font-weight:bold;font-weight:bold;"><img src="<?php echo $image_dir ?>mode-edit.png" style="vertical-align:top; " border="0" /></a> <?php }
elseif (readonly()) {
?><img src="<?php echo $image_dir ?>readonly.png" style="vertical-align:top; " border="0" /> <?php } else {
?><a href="<?php echo Html::url($actionName,$subActionName,$this->getRequestId(),array('mode'=>'edit') ) ?>" accesskey="1" title="<?php echo langHtml('MODE_SHOW_DESC') ?>" class="path" style="text-align:right;font-weight:bold;font-weight:bold;"><img src="<?php echo $image_dir ?>readonly.png" style="vertical-align:top; " border="0" /></a> <?php }
?><?php }
echo '<span class="path">'.langHtml($actionName).'</span> <strong>»</strong> ';
if ( !isset($path) || is_array($path) )
$path = array();
foreach( $path as $pathElement)
{
extract($pathElement);
echo '<a href="'.$url.'" class="path">'.langHtml($name).'</a>';
echo ' » ';
}
echo '<span class="title">'.langHtml($windowTitle).'</span>';
if ( isset($notice_status))
{
?><img src="<?php echo $image_dir.'notice_'.$notice_status.IMG_ICON_EXT ?>" align="right" /><?php
}
?>
</td>
<?php
}
?>
<?php ?> <!--<td class="menu" style="align:right;">
<?php if (isset($windowIcons)) foreach( $windowIcons as $icon )
{
?><a href="<?php echo $icon['url'] ?>" title="<?php echo 'ICON_'.langHtml($menu['type'].'_DESC') ?>"><image border="0" src="<?php echo $image_dir.$icon['type'].IMG_ICON_EXT ?>"></a> <?php
}
?>
</td>-->
</tr>
<tr class="menu"><td>
<table class="menu"><tr>
<?php if ( !isset($windowMenu) || !is_array($windowMenu) )
$windowMenu = array();
foreach( $windowMenu as $menu )
{
$tmp_text = langHtml($menu['text']);
$tmp_key = strtoupper(langHtml($menu['key' ]));
$tmp_pos = strpos(strtolower($tmp_text),strtolower($tmp_key));
if ( $tmp_pos !== false )
$tmp_text = substr($tmp_text,0,max($tmp_pos,0)).'<span class="accesskey">'. substr($tmp_text,$tmp_pos,1).'</span>'.substr($tmp_text,$tmp_pos+1);
if ( isset($menu['url']) )
{
?><td class="action"><a href="<?php echo Html::url($actionName,$menu['subaction'],$this->getRequestId() ) ?>" accesskey="<?php echo $tmp_key ?>" title="<?php echo langHtml($menu['text'].'_DESC') ?>" class="menu<?php echo $this->subActionName==$menu['subaction']?'_highlight':'' ?>"><?php echo $tmp_text ?></a></td><?php
}
else
{
?><td class="noaction"><?php echo $tmp_text ?></td><?php
}
}
if (@$conf['help']['enabled'] )
{
?><td><a href="<?php echo $conf['help']['url'].$actionName.'/'.$subActionName.@$conf['help']['suffix'] ?> " target="_new" title="<?php echo langHtml('MENU_HELP_DESC') ?>" class="menu" style="cursor:help;"><?php echo @$conf['help']['only_question_mark']?'?':langHtml('MENU_HELP') ?></a></td><?php
}
?>
</tr></table></td>
</tr>
<?php if (isset($notices) && count($notices)>0 )
{ ?>
<tr>
<td align="center" class="notice">
<?php foreach( $notices as $notice_idx=>$notice ) { ?>
<br><table class="notice">
<?php if ($notice['name']!='') { ?>
<tr>
<th colspan="2"><img src="<?php echo $image_dir.'icon_'.$notice['type'].IMG_ICON_EXT ?>" align="left" /><?php echo $notice['name'] ?>
</th>
</tr>
<?php } ?>
<tr class="<?php echo $notice['status'] ?>">
<td style="padding:10px;" width="30px"><img src="<?php echo $image_dir.'notice_'.$notice['status'].IMG_ICON_EXT ?>" style="padding:10px" /></td>
<td style="padding:10px;padding-right:10px;padding-bottom:10px;"><?php if ($notice['status']=='error') { ?><strong><?php } ?><?php echo langHtml($notice['key'],$notice['vars']) ?><?php if ($notice['status']=='error') { ?></strong><?php } ?>
<?php if (!empty($notice['log'])) { ?><pre><?php echo htmlentities(implode("\n",$notice['log'])) ?></pre><?php } ?>
</td>
</tr>
</table>
<?php } ?>
</td>
</tr>
<tr>
<td colspan="2"><fieldset></fieldset></td>
</tr>
<?php } ?>
<tr>
<td class="window">
<table cellspacing="0" width="100%" cellpadding="4">
<?php unset($a3_title,$a3_name,$a3_widths,$a3_width,$a3_rowclasses,$a3_columnclasses) ?><?php $a4_empty='el'; ?><?php
if ( !isset($$a4_empty) )
$a4_tmp_exec = empty($a4_empty);
elseif ( is_array($$a4_empty) )
$a4_tmp_exec = (count($$a4_empty)==0);
elseif ( is_bool($$a4_empty) )
$a4_tmp_exec = true;
else
$a4_tmp_exec = empty( $$a4_empty );
$a4_tmp_last_exec = $a4_tmp_exec;
if ( $a4_tmp_exec )
{
?>
<?php unset($a4_empty) ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a6_colspan='4'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
colspan="4"
><?php unset($a6_colspan) ?><?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></tr><?php } ?><?php $a4_not='';$a4_empty='el'; ?><?php
if ( !isset($$a4_empty) )
$a4_tmp_exec = empty($a4_empty);
elseif ( is_array($$a4_empty) )
$a4_tmp_exec = (count($$a4_empty)==0);
elseif ( is_bool($$a4_empty) )
$a4_tmp_exec = true;
else
$a4_tmp_exec = empty( $$a4_empty );
$a4_tmp_exec = !$a4_tmp_exec;
$a4_tmp_last_exec = $a4_tmp_exec;
if ( $a4_tmp_exec )
{
?>
<?php unset($a4_not,$a4_empty) ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a6_class='help'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
class="help"
><?php unset($a6_class) ?><?php $a7_class='text';$a7_text='PAGE_ELEMENT_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) ?></td><?php $a6_class='help'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
class="help"
><?php unset($a6_class) ?><?php $a7_class='text';$a7_text='GLOBAL_CHANGE';$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><?php $a6_class='help'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
class="help"
><?php unset($a6_class) ?><?php $a7_class='text';$a7_text='GLOBAL_VALUE';$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></tr><?php $a5_list='el';$a5_extract=true;$a5_key='list_key';$a5_value='list_value'; ?><?php
$a5_list_tmp_key = $a5_key;
$a5_list_tmp_value = $a5_value;
$a5_list_extract = $a5_extract;
unset($a5_key);
unset($a5_value);
if ( !isset($$a5_list) || !is_array($$a5_list) )
$$a5_list = array();
foreach( $$a5_list as $$a5_list_tmp_key => $$a5_list_tmp_value )
{
if ( $a5_list_extract )
{
if ( !is_array($$a5_list_tmp_value) )
{
print_r($$a5_list_tmp_value);
die( 'not an array at key: '.$$a5_list_tmp_key );
}
extract($$a5_list_tmp_value);
}
?><?php unset($a5_list,$a5_extract,$a5_key,$a5_value) ?><?php $a6_class='data'; ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
class="data"
>
<?php unset($a6_class) ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
><?php $a8_for=$saveid; ?><label for="id_<?php echo $a8_for ?><?php if (!empty($a8_value)) echo '_'.$a8_value ?>"><?php unset($a8_for) ?><?php $a9_align='left';$a9_elementtype=$type; ?><?php
$a9_tmp_image_file = $image_dir.'icon_el_'.$a9_elementtype.IMG_ICON_EXT;
$a9_size = '16x16';
$a9_tmp_title = basename($a9_tmp_image_file);
?><img alt="<?php echo $a9_tmp_title; if (isset($a9_size)) { echo ' ('; list($a9_tmp_width,$a9_tmp_height)=explode('x',$a9_size);echo $a9_tmp_width.'x'.$a9_tmp_height; echo')';} ?>" src="<?php echo $a9_tmp_image_file ?>" border="0"<?php if(isset($a9_align)) echo ' align="'.$a9_align.'"' ?><?php if (isset($a9_size)) { list($a9_tmp_width,$a9_tmp_height)=explode('x',$a9_size);echo ' width="'.$a9_tmp_width.'" height="'.$a9_tmp_height.'"';} ?>><?php unset($a9_align,$a9_elementtype) ?><?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) ?></label></td><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
><?php $a8_default=false;$a8_readonly=false;$a8_name=$saveid; ?><?php
if ($this->isEditable() && !$this->isEditMode()) $a8_readonly=true;
if ( isset($$a8_name) )
$checked = $$a8_name;
else
$checked = $a8_default;
?><input class="checkbox" type="checkbox" id="id_<?php echo $a8_name ?>" name="<?php echo $a8_name ?>" <?php if ($a8_readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?><?php if (in_array($a8_name,$errors)) echo ' style="background-color:red;"' ?> /><?php
if ( $a8_readonly && $checked )
{
?><input type="hidden" name="<?php echo $a8_name ?>" value="1" /><?php
}
?><?php unset($a8_name); unset($a8_readonly); unset($a8_default); ?><?php unset($a8_default,$a8_readonly,$a8_name) ?></td><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
><?php $a8_value=$type;$a8_contains='text,date,number'; ?><?php
$a8_tmp_exec = in_array($a8_value,explode(',',$a8_contains));
$a8_tmp_last_exec = $a8_tmp_exec;
if ( $a8_tmp_exec )
{
?>
<?php unset($a8_value,$a8_contains) ?><?php $a9_class='text';$a9_default=$value;$a9_type='text';$a9_index=true;$a9_name=$id;$a9_size='40';$a9_maxlength='255';$a9_onchange='onchange';$a9_readonly=false; ?><?php if ($this->isEditable() && !$this->isEditMode()) $a9_readonly=true;
if ($a9_readonly && empty($$a9_name)) $$a9_name = '- '.lang('EMPTY').' -';
if(!isset($a9_default)) $a9_default='';
$tmp_value = Text::encodeHtml(isset($$a9_name)?$$a9_name:$a9_default);
?><?php if (!$a9_readonly || $a9_type=='hidden') {
?><input<?php if ($a9_readonly) echo ' disabled="true"' ?> id="id_<?php echo $a9_name ?><?php if ($a9_readonly) echo '_disabled' ?>" name="<?php echo $a9_name ?><?php if ($a9_readonly) echo '_disabled' ?>" type="<?php echo $a9_type ?>" size="<?php echo $a9_size ?>" maxlength="<?php echo $a9_maxlength ?>" class="<?php echo $a9_class ?>" value="<?php echo $tmp_value ?>" <?php if (in_array($a9_name,$errors)) echo 'style="border:2px dashed red;"' ?> /><?php
if ($a9_readonly) {
?><input type="hidden" id="id_<?php echo $a9_name ?>" name="<?php echo $a9_name ?>" value="<?php echo $tmp_value ?>" /><?php
} } else { ?><span class="<?php echo $a9_class ?>"><?php echo $tmp_value ?></span><?php } ?><?php unset($a9_class,$a9_default,$a9_type,$a9_index,$a9_name,$a9_size,$a9_maxlength,$a9_onchange,$a9_readonly) ?><?php } ?><?php $a8_equals='longtext';$a8_value=$type; ?><?php
$a8_tmp_exec = $a8_equals == $a8_value;
$a8_tmp_last_exec = $a8_tmp_exec;
if ( $a8_tmp_exec )
{
?>
<?php unset($a8_equals,$a8_value) ?><?php $a9_name=$id;$a9_rows='7';$a9_cols='50';$a9_index=true;$a9_onchange='onchange';$a9_class='inputarea';$a9_default=$value; ?><?php if ($this->isEditMode()) {
?><textarea class="<?php echo $a9_class ?>" name="<?php echo $a9_name ?>" rows="<?php echo $a9_rows ?>" cols="<?php echo $a9_cols ?>"><?php echo htmlentities(isset($$a9_name)?$$a9_name:$a9_default) ?></textarea><?php
} else {
?><span class="<?php echo $a9_class ?>"><?php echo isset($$a9_name)?$$a9_name:$a9_default ?></span><?php } ?><?php unset($a9_name,$a9_rows,$a9_cols,$a9_index,$a9_onchange,$a9_class,$a9_default) ?><?php } ?><?php $a8_value=$type;$a8_contains='select,link,list'; ?><?php
$a8_tmp_exec = in_array($a8_value,explode(',',$a8_contains));
$a8_tmp_last_exec = $a8_tmp_exec;
if ( $a8_tmp_exec )
{
?>
<?php unset($a8_value,$a8_contains) ?><?php $a9_list='list';$a9_name=$id;$a9_default=$value;$a9_onchange='';$a9_title='';$a9_class='';$a9_addempty=false;$a9_multiple=false;$a9_size='1';$a9_lang=false; ?><?php
$a9_readonly=false;
$a9_tmp_list = $$a9_list;
if ($this->isEditable() && !$this->isEditMode())
{
echo empty($$a9_name)?'- '.lang('EMPTY').' -':$a9_tmp_list[$$a9_name];
}
else
{
if ( $a9_addempty!==FALSE )
{
if ($a9_addempty===TRUE)
$a9_tmp_list = array(''=>lang('LIST_ENTRY_EMPTY'))+$a9_tmp_list;
else
$a9_tmp_list = array(''=>'- '.lang($a9_addempty).' -')+$a9_tmp_list;
}
?><select<?php if ($a9_readonly) echo ' disabled="disabled"' ?> id="id_<?php echo $a9_name ?>" name="<?php echo $a9_name; if ($a9_multiple) echo '[]'; ?>" onchange="<?php echo $a9_onchange ?>" title="<?php echo $a9_title ?>" class="<?php echo $a9_class ?>"<?php
if (count($$a9_list)<=1) echo ' disabled="disabled"';
if ($a9_multiple) echo ' multiple="multiple"';
if (in_array($a9_name,$errors)) echo ' style="background-color:red; border:2px dashed red;"';
echo ' size="'.intval($a9_size).'"';
?>><?php
if ( isset($$a9_name) && isset($a9_tmp_list[$$a9_name]) )
$a9_tmp_default = $$a9_name;
elseif ( isset($a9_default) )
$a9_tmp_default = $a9_default;
else
$a9_tmp_default = '';
foreach( $a9_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( $a9_lang )
{
$box_title = lang( $box_value.'_DESC');
$box_value = lang( $box_value );
}
else
{
$box_title = '';
}
echo '<option class="'.$a9_class.'" value="'.$box_key.'" title="'.$box_title.'"';
if ((string)$box_key==$a9_tmp_default)
echo ' selected="selected"';
echo '>'.$box_value.'</option>';
}
?></select><?php
if (count($$a9_list)==0) echo '<input type="hidden" name="'.$a9_name.'" value="" />';
if (count($$a9_list)==1) echo '<input type="hidden" name="'.$a9_name.'" value="'.$box_key.'" />';
}
?><?php unset($a9_list,$a9_name,$a9_default,$a9_onchange,$a9_title,$a9_class,$a9_addempty,$a9_multiple,$a9_size,$a9_lang) ?><?php } ?></td></tr><?php } ?><?php $a5_present='release'; ?><?php
$a5_tmp_exec = isset($$a5_present);
$a5_tmp_last_exec = $a5_tmp_exec;
if ( $a5_tmp_exec )
{
?>
<?php unset($a5_present) ?><?php $a6_present='publish'; ?><?php
$a6_tmp_exec = isset($$a6_present);
$a6_tmp_last_exec = $a6_tmp_exec;
if ( $a6_tmp_exec )
{
?>
<?php unset($a6_present) ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a8_colspan='3'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
colspan="3"
><?php unset($a8_colspan) ?><?php $a9_title=lang('options'); ?><fieldset><?php if(isset($a9_title)) { ?><legend><?php if(isset($a9_icon)) { ?><image src="<?php echo $image_dir.'icon_'.$a9_icon.IMG_ICON_EXT ?>" align="left" border="0"><?php } ?><?php echo encodeHtml($a9_title) ?></legend><?php } ?><?php unset($a9_title) ?></fieldset></td></tr><?php } ?><?php } ?><?php $a5_present='release'; ?><?php
$a5_tmp_exec = isset($$a5_present);
$a5_tmp_last_exec = $a5_tmp_exec;
if ( $a5_tmp_exec )
{
?>
<?php unset($a5_present) ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a7_colspan='3'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
colspan="3"
><?php unset($a7_colspan) ?><?php $a8_default=false;$a8_readonly=false;$a8_name='release'; ?><?php
if ($this->isEditable() && !$this->isEditMode()) $a8_readonly=true;
if ( isset($$a8_name) )
$checked = $$a8_name;
else
$checked = $a8_default;
?><input class="checkbox" type="checkbox" id="id_<?php echo $a8_name ?>" name="<?php echo $a8_name ?>" <?php if ($a8_readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?><?php if (in_array($a8_name,$errors)) echo ' style="background-color:red;"' ?> /><?php
if ( $a8_readonly && $checked )
{
?><input type="hidden" name="<?php echo $a8_name ?>" value="1" /><?php
}
?><?php unset($a8_name); unset($a8_readonly); unset($a8_default); ?><?php unset($a8_default,$a8_readonly,$a8_name) ?><?php $a8_for='release'; ?><label for="id_<?php echo $a8_for ?><?php if (!empty($a8_value)) echo '_'.$a8_value ?>"><?php unset($a8_for) ?><?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('_',' ',$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 $a9_class='text';$a9_text='GLOBAL_RELEASE';$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_text);
$tmp_text = nl2br($tmp_text);
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_text,$a9_escape,$a9_cut) ?></label></td></tr><?php } ?><?php $a5_present='publish'; ?><?php
$a5_tmp_exec = isset($$a5_present);
$a5_tmp_last_exec = $a5_tmp_exec;
if ( $a5_tmp_exec )
{
?>
<?php unset($a5_present) ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a7_colspan='3'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
<?php if (!empty($column_classes)) { ?>
class="<?php echo $column_classes[($column_idx-1)%count($column_classes)] ?>"
<?php } ?>
colspan="3"
><?php unset($a7_colspan) ?><?php $a8_default=false;$a8_readonly=false;$a8_name='publish'; ?><?php
if ($this->isEditable() && !$this->isEditMode()) $a8_readonly=true;
if ( isset($$a8_name) )
$checked = $$a8_name;
else
$checked = $a8_default;
?><input class="checkbox" type="checkbox" id="id_<?php echo $a8_name ?>" name="<?php echo $a8_name ?>" <?php if ($a8_readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?><?php if (in_array($a8_name,$errors)) echo ' style="background-color:red;"' ?> /><?php
if ( $a8_readonly && $checked )
{
?><input type="hidden" name="<?php echo $a8_name ?>" value="1" /><?php
}
?><?php unset($a8_name); unset($a8_readonly); unset($a8_default); ?><?php unset($a8_default,$a8_readonly,$a8_name) ?><?php $a8_for='publish'; ?><label for="id_<?php echo $a8_for ?><?php if (!empty($a8_value)) echo '_'.$a8_value ?>"><?php unset($a8_for) ?><?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('_',' ',$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 $a9_class='text';$a9_text='PAGE_PUBLISH_AFTER_SAVE';$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_text);
$tmp_text = nl2br($tmp_text);
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($a9_class,$a9_text,$a9_escape,$a9_cut) ?></label></td></tr><?php } ?><?php
$row_idx++;
$column_idx = 0;
?>
<tr
>
<?php $a6_class='act';$a6_colspan='3'; ?><?php $column_idx++; ?><td
<?php if (!empty($column_widths)) { ?>
width="<?php echo $column_widths[($column_idx-1)%count($column_widths)] ?>"
<?php } ?>
class="act"
colspan="3"
><?php unset($a6_class,$a6_colspan) ?><?php $a7_type='ok';$a7_class='ok';$a7_value='ok';$a7_text='button_ok'; ?><?php
if ($this->isEditable() && !$this->isEditMode())
$a7_text = 'MODE_EDIT';
$a7_type = 'submit';
if ( $this->isEditable() && readonly() )
$a7_type = ''; // Knopf nicht anzeigen
$a7_src = '';
if ( !empty($a7_type) ) {
?><input type="<?php echo $a7_type ?>"<?php if(isset($a7_src)) { ?> src="<?php echo $image_dir.'icon_'.$a7_src.IMG_ICON_EXT ?>"<?php } ?> name="<?php echo $a7_value ?>" class="ok" title="<?php echo lang($a7_text.'_DESC') ?>" value=" <?php echo langHtml($a7_text) ?> " /><?php unset($a7_src)
?><?php }
?><?php unset($a7_type,$a7_class,$a7_value,$a7_text) ?></td></tr><?php } ?> </table>
</td>
</tr>
</table>
</center>
<?php if ($showDuration)
{ ?>
<br/>
<center><small>
<?php $dur = time()-START_TIME;
echo floor($dur/60).':'.str_pad($dur%60,2,'0',STR_PAD_LEFT); ?></small></center>
<?php } ?>
</form>
</body>
</html>