<?php $attr1_debug_info = 'a:1:{s:5:"class";s:4:"main";}' ?><?php $attr1 = array('class'=>'main') ?><?php $attr1_class='main' ?><?php if (!headers_sent()) header('Content-Type: text/html; charset='.lang('CHARSET'))
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><?php echo isset($attr1_title)?$attr1_title.' - ':(isset($windowTitle)?lang($windowTitle).' - ':'') ?><?php echo $cms_title ?></title>
<meta http-equiv="content-type" content="text/html; charset=<?php echo lang('CHARSET') ?>" />
<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 lang($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="<?php echo $attr1_class ?>" <?php if (@$conf['interface']['application_mode']) { ?> style="padding:0px;margin:0px;"<?php } ?> >
<?php unset($attr1) ?><?php unset($attr1_class) ?><?php $attr2_debug_info = 'a:4:{s:4:"name";s:0:"";s:6:"target";s:5:"_self";s:6:"method";s:4:"post";s:7:"enctype";s:33:"application/x-www-form-urlencoded";}' ?><?php $attr2 = array('name'=>'','target'=>'_self','method'=>'post','enctype'=>'application/x-www-form-urlencoded') ?><?php $attr2_name='' ?><?php $attr2_target='_self' ?><?php $attr2_method='post' ?><?php $attr2_enctype='application/x-www-form-urlencoded' ?><?php
if (empty($attr2_action))
$attr2_action = $actionName;
if (empty($attr2_subaction))
$attr2_subaction = $targetSubActionName;
if (empty($attr2_id))
$attr2_id = $this->getRequestId();
?><form name="<?php echo $attr2_name ?>"
target="<?php echo $attr2_target ?>"
action="<?php echo Html::url( $attr2_action,$attr2_subaction,$attr2_id ) ?>"
method="<?php echo $attr2_method ?>"
enctype="<?php echo $attr2_enctype ?>" style="margin:0px;padding:0px;">
<input type="hidden" name="<?php echo REQ_PARAM_ACTION ?>" value="<?php echo $attr2_action ?>" />
<input type="hidden" name="<?php echo REQ_PARAM_SUBACTION ?>" value="<?php echo $attr2_subaction ?>" />
<input type="hidden" name="<?php echo REQ_PARAM_ID ?>" value="<?php echo $attr2_id ?>" /><?php
if ( $conf['interface']['url_sessionid'] )
echo '<input type="hidden" name="'.session_name().'" value="'.session_id().'" />'."\n";
?><?php unset($attr2) ?><?php unset($attr2_name) ?><?php unset($attr2_target) ?><?php unset($attr2_method) ?><?php unset($attr2_enctype) ?><?php $attr3_debug_info = 'a:5:{s:4:"name";s:14:"GLOBAL_PROJECT";s:4:"icon";s:5:"group";s:5:"width";s:3:"93%";s:10:"rowclasses";s:8:"odd,even";s:13:"columnclasses";s:5:"1,2,3";}' ?><?php $attr3 = array('name'=>'GLOBAL_PROJECT','icon'=>'group','width'=>'93%','rowclasses'=>'odd,even','columnclasses'=>'1,2,3') ?><?php $attr3_name='GLOBAL_PROJECT' ?><?php $attr3_icon='group' ?><?php $attr3_width='93%' ?><?php $attr3_rowclasses='odd,even' ?><?php $attr3_columnclasses='1,2,3' ?><?php
$coloumn_widths=array();
if (!empty($attr3_widths))
{
$column_widths = explode(',',$attr3_widths);
unset($attr3['widths']);
}
if (!empty($attr3_rowclasses))
{
$row_classes = explode(',',$attr3_rowclasses);
$row_class_idx = 999;
unset($attr3['rowclasses']);
}
if (!empty($attr3_columnclasses))
{
$column_classes = explode(',',$attr3_columnclasses);
unset($attr3['columnclasses']);
}
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="'.$attr3_width.'">';
}
if (!@$conf['interface']['application_mode'] )
{
echo '<tr><td class="menu">';
if ( !empty($attr3_icon) )
echo '<img src="'.$image_dir.'icon_'.$attr3_icon.IMG_ICON_EXT.'" align="left" border="0">';
if ( !isset($path) || is_array($path) )
$path = array();
foreach( $path as $pathElement)
{
extract($pathElement);
echo '<a href="'.$url.'" class="path">'.lang($name).'</a>';
echo ' » ';
}
echo '<span class="title">'.lang($windowTitle).'</span>';
?>
</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_'.lang($menu['type'].'_DESC') ?>"><image border="0" src="<?php echo $image_dir.$icon['type'].IMG_ICON_EXT ?>"></a> <?php
}
?>
</td>-->
</tr>
<tr><td class="subaction">
<?php if ( !isset($windowMenu) || !is_array($windowMenu) )
$windowMenu = array();
foreach( $windowMenu as $menu )
{
$tmp_text = lang($menu['text']);
$tmp_key = strtoupper(lang($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']) )
{
?><a href="<?php echo Html::url($actionName,$menu['subaction'],$this->getRequestId() ) ?>" accesskey="<?php echo $tmp_key ?>" title="<?php echo lang($menu['text'].'_DESC') ?>" class="menu<?php echo $this->subActionName==$menu['subaction']?'_highlight':'' ?>"><?php echo $tmp_text ?></a> <?php
}
else
{
?><span class="menu_disabled" title="<?php echo lang($menu['text'].'_DESC') ?>" class="menu_disabled"><?php echo $tmp_text ?></span> <?php
}
}
if (@$conf['help']['enabled'] )
{
?><a href="<?php echo $conf['help']['url'].$actionName.'/'.$subActionName.@$conf['help']['suffix'] ?> " target="_new" title="<?php echo lang('MENU_HELP_DESC') ?>" class="menu" style="cursor:help;"><?php echo @$conf['help']['only_question_mark']?'?':lang('MENU_HELP') ?></a><?php
}
?></td>
</tr>
<?php if (isset($notices) && count($notices)>0 )
{ ?>
<tr>
<td align="center" style="margin-top:10px; margin-bottom:10px;padding:5px; text-align:center;">
<?php foreach( $notices as $notice_idx=>$notice ) { ?>
<br><table class="notice" width="100%">
<?php if ($notice['name']!='') { ?>
<tr>
<td colspan="2" class="subaction" style="padding:2px; white-space:nowrap; border-bottom:1px solid black;"><img src="<?php echo $image_dir.'icon_'.$notice['type'].IMG_ICON_EXT ?>" align="left" /><?php echo $notice['name'] ?>
</td>
</tr>
<?php } ?>
<tr class="notice_<?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 $notice['text'] ?><?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>
<table class="n" cellspacing="0" width="100%" cellpadding="4"><?php unset($attr3) ?><?php unset($attr3_name) ?><?php unset($attr3_icon) ?><?php unset($attr3_width) ?><?php unset($attr3_rowclasses) ?><?php unset($attr3_columnclasses) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?><?php
$row_class_idx++;
if ($row_class_idx > count($row_classes))
$row_class_idx=1;
$row_class=$row_classes[$row_class_idx-1];
if (empty($attr4_class))
$attr4_class=$row_class;
global $cell_column_nr;
$cell_column_nr=0;
$column_class_idx = 999;
?><tr class="<?php echo $attr4_class ?>"><?php unset($attr4) ?><?php $attr5_debug_info = 'a:0:{}' ?><?php $attr5 = array() ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php $attr6_debug_info = 'a:3:{s:5:"class";s:4:"text";s:4:"text";s:11:"GLOBAL_NAME";s:6:"escape";s:4:"true";}' ?><?php $attr6 = array('class'=>'text','text'=>'GLOBAL_NAME','escape'=>true) ?><?php $attr6_class='text' ?><?php $attr6_text='GLOBAL_NAME' ?><?php $attr6_escape=true ?><?php
if ( isset($attr6_prefix)&& isset($attr6_key))
$attr6_key = $attr6_prefix.$attr6_key;
if ( isset($attr6_suffix)&& isset($attr6_key))
$attr6_key = $attr6_key.$attr6_suffix;
if(empty($attr6_title))
if (!empty($attr6_key))
$attr6_title = lang($attr6_key.'_HELP');
else
$attr6_title = '';
if (empty($attr6_type))
$tmp_tag = 'span';
else
switch( $attr6_type )
{
case 'emphatic':
case 'italic':
$tmp_tag = 'em';
break;
case 'strong':
case 'bold':
$tmp_tag = 'strong';
break;
case 'tt':
case 'teletype':
$tmp_tag = 'tt';
break;
default:
$tmp_tag = 'span';
}
?><<?php echo $tmp_tag ?> class="<?php echo $attr6_class ?>" title="<?php echo $attr6_title ?>"><?php
$attr6_title = '';
if (!empty($attr6_array))
{
$tmpArray = $$attr6_array;
if (!empty($attr6_var))
$tmp_text = $tmpArray[$attr6_var];
else
$tmp_text = lang($tmpArray[$attr6_text]);
}
elseif (!empty($attr6_text))
if ( isset($$attr6_text))
$tmp_text = lang($$attr6_text);
else
$tmp_text = lang($attr6_text);
elseif (!empty($attr6_textvar))
$tmp_text = lang($$attr6_textvar);
elseif (!empty($attr6_key))
$tmp_text = lang($attr6_key);
elseif (!empty($attr6_var))
$tmp_text = isset($$attr6_var)?$$attr6_var:'?'.$attr6_var.'?';
elseif (!empty($attr6_raw))
$tmp_text = str_replace('_',' ',$attr6_raw);
elseif (!empty($attr6_value))
$tmp_text = $attr6_value;
else
$tmp_text = ' ';
if ( $attr6_escape && empty($attr6_raw) && $tmp_text!=' ' )
$tmp_text = htmlentities($tmp_text);
if ( !empty($attr6_maxlength) && intval($attr6_maxlength)!=0 )
$tmp_text = Text::maxLength( $tmp_text,intval($attr6_maxlength) );
if (isset($attr6_accesskey))
{
$pos = strpos(strtolower($tmp_text),strtolower($attr6_accesskey));
if ( $pos !== false )
$tmp_text = substr($tmp_text,0,max($pos,0)).'<span class="accesskey">'.substr($tmp_text,$pos,1).'</span>'.substr($tmp_text,$pos+1);
}
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($attr6) ?><?php unset($attr6_class) ?><?php unset($attr6_text) ?><?php unset($attr6_escape) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr5_debug_info = 'a:1:{s:5:"class";s:2:"fx";}' ?><?php $attr5 = array('class'=>'fx') ?><?php $attr5_class='fx' ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php unset($attr5_class) ?><?php $attr6_debug_info = 'a:3:{s:5:"class";s:4:"text";s:3:"var";s:4:"name";s:6:"escape";s:4:"true";}' ?><?php $attr6 = array('class'=>'text','var'=>'name','escape'=>true) ?><?php $attr6_class='text' ?><?php $attr6_var='name' ?><?php $attr6_escape=true ?><?php
if ( isset($attr6_prefix)&& isset($attr6_key))
$attr6_key = $attr6_prefix.$attr6_key;
if ( isset($attr6_suffix)&& isset($attr6_key))
$attr6_key = $attr6_key.$attr6_suffix;
if(empty($attr6_title))
if (!empty($attr6_key))
$attr6_title = lang($attr6_key.'_HELP');
else
$attr6_title = '';
if (empty($attr6_type))
$tmp_tag = 'span';
else
switch( $attr6_type )
{
case 'emphatic':
case 'italic':
$tmp_tag = 'em';
break;
case 'strong':
case 'bold':
$tmp_tag = 'strong';
break;
case 'tt':
case 'teletype':
$tmp_tag = 'tt';
break;
default:
$tmp_tag = 'span';
}
?><<?php echo $tmp_tag ?> class="<?php echo $attr6_class ?>" title="<?php echo $attr6_title ?>"><?php
$attr6_title = '';
if (!empty($attr6_array))
{
$tmpArray = $$attr6_array;
if (!empty($attr6_var))
$tmp_text = $tmpArray[$attr6_var];
else
$tmp_text = lang($tmpArray[$attr6_text]);
}
elseif (!empty($attr6_text))
if ( isset($$attr6_text))
$tmp_text = lang($$attr6_text);
else
$tmp_text = lang($attr6_text);
elseif (!empty($attr6_textvar))
$tmp_text = lang($$attr6_textvar);
elseif (!empty($attr6_key))
$tmp_text = lang($attr6_key);
elseif (!empty($attr6_var))
$tmp_text = isset($$attr6_var)?$$attr6_var:'?'.$attr6_var.'?';
elseif (!empty($attr6_raw))
$tmp_text = str_replace('_',' ',$attr6_raw);
elseif (!empty($attr6_value))
$tmp_text = $attr6_value;
else
$tmp_text = ' ';
if ( $attr6_escape && empty($attr6_raw) && $tmp_text!=' ' )
$tmp_text = htmlentities($tmp_text);
if ( !empty($attr6_maxlength) && intval($attr6_maxlength)!=0 )
$tmp_text = Text::maxLength( $tmp_text,intval($attr6_maxlength) );
if (isset($attr6_accesskey))
{
$pos = strpos(strtolower($tmp_text),strtolower($attr6_accesskey));
if ( $pos !== false )
$tmp_text = substr($tmp_text,0,max($pos,0)).'<span class="accesskey">'.substr($tmp_text,$pos,1).'</span>'.substr($tmp_text,$pos+1);
}
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($attr6) ?><?php unset($attr6_class) ?><?php unset($attr6_var) ?><?php unset($attr6_escape) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr3_debug_info = 'a:0:{}' ?><?php $attr3 = array() ?></tr><?php unset($attr3) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?><?php
$row_class_idx++;
if ($row_class_idx > count($row_classes))
$row_class_idx=1;
$row_class=$row_classes[$row_class_idx-1];
if (empty($attr4_class))
$attr4_class=$row_class;
global $cell_column_nr;
$cell_column_nr=0;
$column_class_idx = 999;
?><tr class="<?php echo $attr4_class ?>"><?php unset($attr4) ?><?php $attr5_debug_info = 'a:0:{}' ?><?php $attr5 = array() ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php $attr6_debug_info = 'a:3:{s:5:"class";s:4:"text";s:4:"text";s:13:"GLOBAL_DELETE";s:6:"escape";s:4:"true";}' ?><?php $attr6 = array('class'=>'text','text'=>'GLOBAL_DELETE','escape'=>true) ?><?php $attr6_class='text' ?><?php $attr6_text='GLOBAL_DELETE' ?><?php $attr6_escape=true ?><?php
if ( isset($attr6_prefix)&& isset($attr6_key))
$attr6_key = $attr6_prefix.$attr6_key;
if ( isset($attr6_suffix)&& isset($attr6_key))
$attr6_key = $attr6_key.$attr6_suffix;
if(empty($attr6_title))
if (!empty($attr6_key))
$attr6_title = lang($attr6_key.'_HELP');
else
$attr6_title = '';
if (empty($attr6_type))
$tmp_tag = 'span';
else
switch( $attr6_type )
{
case 'emphatic':
case 'italic':
$tmp_tag = 'em';
break;
case 'strong':
case 'bold':
$tmp_tag = 'strong';
break;
case 'tt':
case 'teletype':
$tmp_tag = 'tt';
break;
default:
$tmp_tag = 'span';
}
?><<?php echo $tmp_tag ?> class="<?php echo $attr6_class ?>" title="<?php echo $attr6_title ?>"><?php
$attr6_title = '';
if (!empty($attr6_array))
{
$tmpArray = $$attr6_array;
if (!empty($attr6_var))
$tmp_text = $tmpArray[$attr6_var];
else
$tmp_text = lang($tmpArray[$attr6_text]);
}
elseif (!empty($attr6_text))
if ( isset($$attr6_text))
$tmp_text = lang($$attr6_text);
else
$tmp_text = lang($attr6_text);
elseif (!empty($attr6_textvar))
$tmp_text = lang($$attr6_textvar);
elseif (!empty($attr6_key))
$tmp_text = lang($attr6_key);
elseif (!empty($attr6_var))
$tmp_text = isset($$attr6_var)?$$attr6_var:'?'.$attr6_var.'?';
elseif (!empty($attr6_raw))
$tmp_text = str_replace('_',' ',$attr6_raw);
elseif (!empty($attr6_value))
$tmp_text = $attr6_value;
else
$tmp_text = ' ';
if ( $attr6_escape && empty($attr6_raw) && $tmp_text!=' ' )
$tmp_text = htmlentities($tmp_text);
if ( !empty($attr6_maxlength) && intval($attr6_maxlength)!=0 )
$tmp_text = Text::maxLength( $tmp_text,intval($attr6_maxlength) );
if (isset($attr6_accesskey))
{
$pos = strpos(strtolower($tmp_text),strtolower($attr6_accesskey));
if ( $pos !== false )
$tmp_text = substr($tmp_text,0,max($pos,0)).'<span class="accesskey">'.substr($tmp_text,$pos,1).'</span>'.substr($tmp_text,$pos+1);
}
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($attr6) ?><?php unset($attr6_class) ?><?php unset($attr6_text) ?><?php unset($attr6_escape) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr5_debug_info = 'a:0:{}' ?><?php $attr5 = array() ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php $attr6_debug_info = 'a:3:{s:7:"default";s:5:"false";s:8:"readonly";s:5:"false";s:4:"name";s:6:"delete";}' ?><?php $attr6 = array('default'=>false,'readonly'=>false,'name'=>'delete') ?><?php $attr6_default=false ?><?php $attr6_readonly=false ?><?php $attr6_name='delete' ?><?php
if ( isset($$attr6_name) )
$checked = $$attr6_name;
else
$checked = $attr6_default;
?><input type="checkbox" id="id_<?php echo $attr6_name ?>" name="<?php echo $attr6_name ?>" <?php if ($attr6_readonly) echo ' disabled="disabled"' ?> value="1" <?php if( $checked ) echo 'checked="checked"' ?><?php if (in_array($attr6_name,$errors)) echo ' style="background-color:red;"' ?> /><?php
if ( $attr6_readonly && $checked )
{
?><input type="hidden" name="<?php echo $attr6_name ?>" value="1" /><?php
}
?><?php unset($attr6_name); unset($attr6_readonly); unset($attr6_default); ?><?php unset($attr6) ?><?php unset($attr6_default) ?><?php unset($attr6_readonly) ?><?php unset($attr6_name) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr3_debug_info = 'a:0:{}' ?><?php $attr3 = array() ?></tr><?php unset($attr3) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?><?php
$row_class_idx++;
if ($row_class_idx > count($row_classes))
$row_class_idx=1;
$row_class=$row_classes[$row_class_idx-1];
if (empty($attr4_class))
$attr4_class=$row_class;
global $cell_column_nr;
$cell_column_nr=0;
$column_class_idx = 999;
?><tr class="<?php echo $attr4_class ?>"><?php unset($attr4) ?><?php $attr5_debug_info = 'a:2:{s:5:"class";s:4:"help";s:7:"colspan";s:1:"2";}' ?><?php $attr5 = array('class'=>'help','colspan'=>'2') ?><?php $attr5_class='help' ?><?php $attr5_colspan='2' ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php unset($attr5_class) ?><?php unset($attr5_colspan) ?><?php $attr6_debug_info = 'a:3:{s:5:"class";s:4:"text";s:4:"text";s:17:"GROUP_DELETE_DESC";s:6:"escape";s:4:"true";}' ?><?php $attr6 = array('class'=>'text','text'=>'GROUP_DELETE_DESC','escape'=>true) ?><?php $attr6_class='text' ?><?php $attr6_text='GROUP_DELETE_DESC' ?><?php $attr6_escape=true ?><?php
if ( isset($attr6_prefix)&& isset($attr6_key))
$attr6_key = $attr6_prefix.$attr6_key;
if ( isset($attr6_suffix)&& isset($attr6_key))
$attr6_key = $attr6_key.$attr6_suffix;
if(empty($attr6_title))
if (!empty($attr6_key))
$attr6_title = lang($attr6_key.'_HELP');
else
$attr6_title = '';
if (empty($attr6_type))
$tmp_tag = 'span';
else
switch( $attr6_type )
{
case 'emphatic':
case 'italic':
$tmp_tag = 'em';
break;
case 'strong':
case 'bold':
$tmp_tag = 'strong';
break;
case 'tt':
case 'teletype':
$tmp_tag = 'tt';
break;
default:
$tmp_tag = 'span';
}
?><<?php echo $tmp_tag ?> class="<?php echo $attr6_class ?>" title="<?php echo $attr6_title ?>"><?php
$attr6_title = '';
if (!empty($attr6_array))
{
$tmpArray = $$attr6_array;
if (!empty($attr6_var))
$tmp_text = $tmpArray[$attr6_var];
else
$tmp_text = lang($tmpArray[$attr6_text]);
}
elseif (!empty($attr6_text))
if ( isset($$attr6_text))
$tmp_text = lang($$attr6_text);
else
$tmp_text = lang($attr6_text);
elseif (!empty($attr6_textvar))
$tmp_text = lang($$attr6_textvar);
elseif (!empty($attr6_key))
$tmp_text = lang($attr6_key);
elseif (!empty($attr6_var))
$tmp_text = isset($$attr6_var)?$$attr6_var:'?'.$attr6_var.'?';
elseif (!empty($attr6_raw))
$tmp_text = str_replace('_',' ',$attr6_raw);
elseif (!empty($attr6_value))
$tmp_text = $attr6_value;
else
$tmp_text = ' ';
if ( $attr6_escape && empty($attr6_raw) && $tmp_text!=' ' )
$tmp_text = htmlentities($tmp_text);
if ( !empty($attr6_maxlength) && intval($attr6_maxlength)!=0 )
$tmp_text = Text::maxLength( $tmp_text,intval($attr6_maxlength) );
if (isset($attr6_accesskey))
{
$pos = strpos(strtolower($tmp_text),strtolower($attr6_accesskey));
if ( $pos !== false )
$tmp_text = substr($tmp_text,0,max($pos,0)).'<span class="accesskey">'.substr($tmp_text,$pos,1).'</span>'.substr($tmp_text,$pos+1);
}
echo $tmp_text;
unset($tmp_text);
?></<?php echo $tmp_tag ?>><?php unset($attr6) ?><?php unset($attr6_class) ?><?php unset($attr6_text) ?><?php unset($attr6_escape) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr3_debug_info = 'a:0:{}' ?><?php $attr3 = array() ?></tr><?php unset($attr3) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?><?php
$row_class_idx++;
if ($row_class_idx > count($row_classes))
$row_class_idx=1;
$row_class=$row_classes[$row_class_idx-1];
if (empty($attr4_class))
$attr4_class=$row_class;
global $cell_column_nr;
$cell_column_nr=0;
$column_class_idx = 999;
?><tr class="<?php echo $attr4_class ?>"><?php unset($attr4) ?><?php $attr5_debug_info = 'a:1:{s:7:"colspan";s:1:"2";}' ?><?php $attr5 = array('colspan'=>'2') ?><?php $attr5_colspan='2' ?><?php
$column_class_idx++;
if ($column_class_idx > count($column_classes))
$column_class_idx=1;
$column_class=$column_classes[$column_class_idx-1];
if (empty($attr5_class))
$attr5['class']=$column_class;
global $cell_column_nr;
$cell_column_nr++;
if ( isset($column_widths[$cell_column_nr-1]) && !isset($attr5_rowspan) )
$attr5['width']=$column_widths[$cell_column_nr-1];
?><td <?php foreach( $attr5 as $a_name=>$a_value ) echo " $a_name=\"$a_value\"" ?>><?php unset($attr5) ?><?php unset($attr5_colspan) ?><?php $attr6_debug_info = 'a:4:{s:4:"type";s:2:"ok";s:5:"class";s:2:"ok";s:5:"value";s:2:"ok";s:4:"text";s:9:"button_ok";}' ?><?php $attr6 = array('type'=>'ok','class'=>'ok','value'=>'ok','text'=>'button_ok') ?><?php $attr6_type='ok' ?><?php $attr6_class='ok' ?><?php $attr6_value='ok' ?><?php $attr6_text='button_ok' ?><?php
if ($attr6_type=='ok')
$attr6_type = 'submit';
if (isset($attr6_src))
$attr6_type = 'image';
else
$attr6_src = '';
?><input type="<?php echo $attr6_type ?>"<?php if(isset($attr6_src)) { ?> src="<?php echo $image_dir.'icon_'.$attr6_src.IMG_ICON_EXT ?>"<?php } ?> name="<?php echo $attr6_value ?>" class="<?php echo $attr6_class ?>" title="<?php echo lang($attr6_text.'_DESC') ?>" value=" <?php echo lang($attr6_text) ?> " /><?php unset($attr6_src) ?><?php unset($attr6) ?><?php unset($attr6_type) ?><?php unset($attr6_class) ?><?php unset($attr6_value) ?><?php unset($attr6_text) ?><?php $attr4_debug_info = 'a:0:{}' ?><?php $attr4 = array() ?></td><?php unset($attr4) ?><?php $attr3_debug_info = 'a:0:{}' ?><?php $attr3 = array() ?></tr><?php unset($attr3) ?><?php $attr2_debug_info = 'a:0:{}' ?><?php $attr2 = array() ?> </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 } ?>
<?php unset($attr2) ?><?php $attr1_debug_info = 'a:0:{}' ?><?php $attr1 = array() ?></form>
<?php unset($attr1) ?><?php $attr2_debug_info = 'a:1:{s:5:"field";s:6:"delete";}' ?><?php $attr2 = array('field'=>'delete') ?><?php $attr2_field='delete' ?><?php
if (isset($errors[0])) $attr2_field = $errors[0];
?><script name="JavaScript" type="text/javascript"><!--
document.forms[0].<?php echo $attr2_field ?>.focus();
document.forms[0].<?php echo $attr2_field ?>.select();
</script>
<?php unset($attr2) ?><?php unset($attr2_field) ?><?php $attr0_debug_info = 'a:0:{}' ?><?php $attr0 = array() ?></body>
</html><?php unset($attr0) ?>