|
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();?>
<!--Meta:modules/editor/components/emoticon/tpl/popup.js--><?php Context::addJsFile("modules/editor/components/emoticon/tpl/popup.js", true, ""); ?>
<!--Meta:modules/editor/components/emoticon/tpl/popup.css--><?php Context::addCSSFile("modules/editor/components/emoticon/tpl/popup.css", true, "all", ""); ?>
<div id="popHeader" class="wide">
<h3 class="xeAdmin">
<?php @print($__Context->component_info->title);?> ver. <?php @print($__Context->component_info->version);?>
</h3>
</div>
<div class="emoticonList">
<select name="list" onchange="getEmoticons(this.options[this.selectedIndex].value); return false;">
<?php $Context->__idx[0]=0;if(count($__Context->emoticon_list)) foreach($__Context->emoticon_list as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<option <?php if($__Context->val=='msn'){ ?>selected="select"<?php } ?> value="<?php @print($__Context->val);?>"><?php @print($__Context->val);?></option>
<?php } ?>
</select>
</div>
<div id="popBody">
</div>