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.');$addbg=1; include $this->admin_tpl('header','admin');?> <script type="text/javascript"> <!-- var charset = '<?php echo CHARSET;?>'; var uploadurl = '<?php echo pc_base::load_config('system','upload_url')?>'; //--> </script> <script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>content_addtop.js"></script> <script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>colorpicker.js"></script> <script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>hotkeys.js"></script> <script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>cookie.js"></script> <script type="text/javascript">var catid=<?php echo $catid;?></script> <form name="myform" id="myform" action="?m=content&c=content&a=add" method="post" enctype="multipart/form-data"> <div class="addContent"> <div class="crumbs"><?php echo L('add_content_position');?></div> <div class="col-right"> <div class="col-1"> <div class="content pad-6"> <?php if(is_array($forminfos['senior'])) { foreach($forminfos['senior'] as $field=>$info) { if($info['isomnipotent']) continue; if($info['formtype']=='omnipotent') { foreach($forminfos['base'] as $_fm=>$_fm_value) { if($_fm_value['isomnipotent']) { $info['form'] = str_replace('{'.$_fm.'}',$_fm_value['form'],$info['form']); } } foreach($forminfos['senior'] as $_fm=>$_fm_value) { if($_fm_value['isomnipotent']) { $info['form'] = str_replace('{'.$_fm.'}',$_fm_value['form'],$info['form']); } } } ?> <h6><?php if($info['star']){ ?> <font color="red">*</font><?php } ?> <?php echo $info['name']?></h6> <?php echo $info['form']?><?php echo $info['tips']?> <?php } } ?> <?php if($_SESSION['roleid']==1 || $priv_status) {?> <h6><?php echo L('c_status');?></h6> <span class="ib" style="width:90px"><label><input type="radio" name="status" value="99" checked/> <?php echo L('c_publish');?> </label></span> <?php if($workflowid) { ?><label><input type="radio" name="status" value="1" > <?php echo L('c_check');?> </label><?php }?> <?php }?> </div> </div> </div> <a title="展开与关闭" class="r-close" hidefocus="hidefocus" style="outline-style: none; outline-width: medium;" id="RopenClose" href="javascript:;"><span class="hidden">展开</span></a> <div class="col-auto"> <div class="col-1"> <div class="content pad-6"> <table width="100%" cellspacing="0" class="table_form"> <tbody> <?php if(is_array($forminfos['base'])) { foreach($forminfos['base'] as $field=>$info) { if($info['isomnipotent']) continue; if($info['formtype']=='omnipotent') { foreach($forminfos['base'] as $_fm=>$_fm_value) { if($_fm_value['isomnipotent']) { $info['form'] = str_replace('{'.$_fm.'}',$_fm_value['form'],$info['form']); } } foreach($forminfos['senior'] as $_fm=>$_fm_value) { if($_fm_value['isomnipotent']) { $info['form'] = str_replace('{'.$_fm.'}',$_fm_value['form'],$info['form']); } } } ?> <tr> <th width="80"><?php if($info['star']){ ?> <font color="red">*</font><?php } ?> <?php echo $info['name']?> </th> <td><?php echo $info['form']?> <?php echo $info['tips']?></td> </tr> <?php } } ?> </tbody></table> </div> </div> </div> </div> </div> <div class="fixed-bottom"> <div class="fixed-but text-c"> <div class="button"><input value="<?php echo L('save_close');?>" type="submit" name="dosubmit" class="cu" style="width:145px;" onclick="refersh_window()"></div> <div class="button"><input value="<?php echo L('save_continue');?>" type="submit" name="dosubmit_continue" class="cu" style="width:130px;" title="Alt+X" onclick="refersh_window()"></div> <div class="button"><input value="<?php echo L('c_close');?>" type="button" name="close" onclick="refersh_window();close_window();" class="cu" style="width:70px;"></div> </div> </div> </form> </body> </html> <script type="text/javascript"> <!-- //只能放到最下面 var openClose = $("#RopenClose"), rh = $(".addContent .col-auto").height(),colRight = $(".addContent .col-right"),valClose = getcookie('openClose'); $(function(){ if(valClose==1){ colRight.hide(); openClose.addClass("r-open"); openClose.removeClass("r-close"); }else{ colRight.show(); } openClose.height(rh); $.formValidator.initConfig({formid:"myform",autotip:true,onerror:function(msg,obj){window.top.art.dialog({id:'check_content_id',content:msg,lock:true,width:'200',height:'50'}, function(){$(obj).focus(); boxid = $(obj).attr('id'); if($('#'+boxid).attr('boxid')!=undefined) { check_content(boxid); } })}}); <?php echo $formValidator;?> /* * 加载禁用外边链接 */ $('#linkurl').attr('disabled',true); $('#islink').attr('checked',false); $('.edit_content').hide(); jQuery(document).bind('keydown', 'Alt+x', function (){close_window();}); }) document.title='<?php echo L('add_content');?>'; self.moveTo(-4, -4); function refersh_window() { setcookie('refersh_time', 1); } openClose.click( function (){ if(colRight.css("display")=="none"){ setcookie('openClose',0,1); openClose.addClass("r-close"); openClose.removeClass("r-open"); colRight.show(); }else{ openClose.addClass("r-open"); openClose.removeClass("r-close"); colRight.hide(); setcookie('openClose',1,1); } } ) //--> </script>