|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/zzz_menu_new/tpl/filter/","insert_config.xml");
$oXmlFilter->compile();
?>
<!--Meta:modules/zzz_menu_new/tpl/js/zzz_menu_new.admin.js--><?php Context::addJsFile("modules/zzz_menu_new/tpl/js/zzz_menu_new.admin.js", true, ""); ?>
<h3 class="xeAdmin"><?php @print($__Context->lang->menu_new);?> <span class="gray"><?php @print($__Context->lang->cmd_management);?></span></h3>
<a href="#" onclick="doRemakeCache();return false;" class="button"><span><?php @print($__Context->lang->cmd_remake_cache);?></span></a>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="rowTable">
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->use_menu_new);?></div></th>
<td>
<select name="use_menu_new">
<option value="Y"<?php if($__Context->config->use_menu_new=='Y'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->use);?></option>
<option value="N"<?php if($__Context->config->use_menu_new=='N'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->notuse);?></option>
</select>
<p><?php @print($__Context->lang->about_use_menu_new);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->use_comment);?></div></th>
<td>
<select name="use_comment">
<option value="Y"<?php if($__Context->config->use_comment=='Y'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->use);?></option>
<option value="N"<?php if($__Context->config->use_comment=='N'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->notuse);?></option>
</select>
<p><?php @print($__Context->lang->about_use_comment);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->duration_new);?></div></th>
<td>
<input type="text" name="duration_new" value="<?php @print($__Context->config->duration_new);?>" class="inputTypeText" />
<p><?php @print($__Context->lang->about_duration_new);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->up_new);?></div></th>
<td>
<select name="up_new">
<option value="Y"<?php if($__Context->config->up_new=='Y'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->use);?></option>
<option value="N"<?php if($__Context->config->up_new=='N'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->notuse);?></option>
</select>
<p><?php @print($__Context->lang->about_up_new);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->text_new);?></div></th>
<td>
<select name="text_new">
<option value="Y"<?php if($__Context->config->text_new=='Y'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->use);?></option>
<option value="N"<?php if($__Context->config->text_new=='N'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->notuse);?></option>
</select>
<p><?php @print($__Context->lang->about_text_new);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->new_image);?></div></th>
<td>
<input type="text" name="new_image" value="<?php @print($__Context->config->new_image);?>" class="inputTypeText w400" />
<p><?php @print($__Context->lang->about_new_image);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->new_image_comment);?></div></th>
<td>
<input type="text" name="new_image_comment" value="<?php @print($__Context->config->new_image_comment);?>" class="inputTypeText w400" />
<p><?php @print($__Context->lang->about_new_image_comment);?></p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div><?php @print($__Context->lang->select_module);?></div></th>
<td>
<p>
<?php @print($__Context->lang->about_select_module);?>
<select name="select_module_mode">
<option value="in"<?php if($__Context->config->select_module_mode=='in'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->select_module_in);?></option>
<option value="out"<?php if($__Context->config->select_module_mode=='out'){ ?> selected="selected"<?php } ?>><?php @print($__Context->lang->select_module_out);?></option>
</select>
<?php @print($__Context->lang->about_select_module2);?>
</p>
<p>
<ul>
<?php $Context->__idx[0]=0;if(count($__Context->mid_list)) foreach($__Context->mid_list as $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<li>
<label>
<input type="checkbox" name="mid_list" value="<?php @print($__Context->val->mid);?>" <?php if(in_array($__Context->val->mid, $__Context->config->mid_list2)){ ?>checked="checked"<?php } ?> />
<strong><?php @print($__Context->val->browser_title);?></strong> (mid: <?php @print($__Context->val->mid);?>, module: <?php @print($__Context->val->module);?>)
</label>
<?php } ?>
</ul>
</p>
</td>
</tr>
<tr>
<th scope="row" colspan="2" class="button">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" accesskey="s" /></span>
</th>
</tr>
</table>
</form>