Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/www.jkmold.com/phpcms/modules/content/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.'); include $this->admin_tpl('header','admin');?> <div class="pad-10"> <div class="explain-col"> <?php echo L('html_notice');?> </div> <div class="bk10"></div> <div class="table-list"> <table width="100%" cellspacing="0"> <form action="?m=content&c=create_html&a=category" method="post" name="myform"> <input type="hidden" name="dosubmit" value="1"> <input type="hidden" name="type" value="lastinput"> <thead> <tr> <th align="center" width="150"><?php echo L('according_model');?></th> <th align="center" width="386"><?php echo L('select_category_area');?></th> <th align="center"><?php echo L('select_operate_content');?></th> </tr> </thead> <tbody height="200" class="nHover td-line"> <tr> <td align="center" rowspan="6"> <?php $models = getcache('model','commons'); $model_datas = array(); foreach($models as $_k=>$_v) { if($_v['siteid']!=$this->siteid) continue; $model_datas[$_v['modelid']] = $_v['name']; } echo form::select($model_datas,$modelid,'name="modelid" size="2" style="height:200px;width:130px;" onclick="change_model(this.value)"',L('no_limit_model')); ?> </td> </tr> <tr> <td align="center" rowspan="6"> <select name='catids[]' id='catids' multiple="multiple" style="height:200px;" title="<?php echo L('push_ctrl_to_select');?>"> <option value='0' selected><?php echo L('no_limit_category');?></option> <?php echo $string;?> </select></td> <td><font color="red"><?php echo L('every_time');?> <input type="text" name="pagesize" value="10" size="4"> <?php echo L('information_items');?></font></td> </tr> <tr> <td><?php echo L('update_all');?> <input type="button" name="dosubmit1" value="<?php echo L('submit_start_update');?> " class="button" onclick="myform.type.value='all';myform.submit();"></td> </tr> <tr> <td></td> </tr> </tbody> </form> </table> </div> </div> <script language="JavaScript"> <!-- window.top.$('#display_center_id').css('display','none'); function change_model(modelid) { window.location.href='?m=content&c=create_html&a=category&modelid='+modelid+'&pc_hash='+pc_hash; } //--> </script>