|
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();?>
<input type="hidden" name="category_srl" value="<?php @print($__Context->category_info->category_srl);?>" />
<input type="hidden" name="parent_srl" value="<?php @print($__Context->category_info->parent_srl);?>" />
<div class="layer boxModelController" style="display:block">
<h4 class="xeAdmin"><?php @print($__Context->lang->category);?></h4>
<button class="xButton" type="button" onclick="hideCategoryInfo();return false" ><span><?php @print($__Context->lang->cmd_close);?></span></button>
<div class="layerBody">
<table cellspacing="0" class="rowTable">
<?php if($__Context->category_info->parent_category_title){ ?>
<tr>
<th scope="row"><div><?php @print($__Context->lang->parent_category_title);?></div></th>
<td class="wide"><?php @print($__Context->category_info->parent_category_title);?></td>
</tr>
<?php } ?>
<tr>
<th scope="row"><div><?php @print($__Context->lang->category_title);?></div></th>
<td>
<input type="text" name="category_title" id="category_name" value="<?php @print($__Context->category_info->title);?>" class="inputTypeText" />
<a href="<?php @print(getUrl('','module','module','act','dispModuleAdminLangcode','target','category_name'));?>" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span><?php @print($__Context->lang->cmd_find_langcode);?></span></a>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->category_color);?></div></th>
<td>
<input type="text" name="category_color" value="<?php @print(htmlspecialchars($__Context->category_info->color));?>" class="color-indicator inputTypeText" />
<p><?php @print($__Context->lang->about_category_color);?></p>
</td>
</tr>
<tr>
<th scope="row"><div><?php @print($__Context->lang->expand);?></div></th>
<td>
<input type="checkbox" name="expand" value="Y" <?php if($__Context->category_info->expand=="Y"){ ?>checked="checked"<?php } ?> class="checkbox" />
<p><?php @print($__Context->lang->about_expand);?></p>
</td>
</tr>
<tr >
<th scope="row2"><div><?php @print($__Context->lang->category_group_srls);?> <input type="checkbox" onclick="XE.checkboxToggleAll('group_srls'); return false;" /></div></th>
<td>
<?php $Context->__idx[0]=0;if(count($__Context->group_list)) foreach($__Context->group_list as $__Context->key=>$__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<div><input type="checkbox" name="group_srls" value="<?php @print($__Context->key);?>" id="group_<?php @print($__Context->key);?>" <?php if(is_array($__Context->category_info->group_srls)&&in_array($__Context->key, $__Context->category_info->group_srls)){ ?>checked="checked"<?php } ?> class="checkbox" /> <label for="group_<?php @print($__Context->key);?>"><?php @print($__Context->val->title);?></label></div>
<?php } ?>
<p><?php @print($__Context->lang->about_category_group_srls);?></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_save);?>" /></span>
</th>
</tr>
</table>
</div>
</div>
<script type="text/javascript">
jQuery(function(){
jQuery('input.color-indicator').xe_colorpicker();
});
</script>