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 : 7.2.33 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/phpsso_server/phpcms/modules/admin/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.');?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET?>" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title><?php echo L('phpsso')?></title> <link href="<?php echo CSS_PATH?>reset.css" rel="stylesheet" type="text/css" /> <link href="<?php echo CSS_PATH?>system.css" rel="stylesheet" type="text/css" /> <style> #loading{position:absolute;left:600px;display:none} </style> <script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>jquery.min.js"></script> </head> <body scroll="no"> <div id="loading"><div class="msg lf"><p class="attention"><?php echo L('loading');?><span id="loadsecond"></span>...</p></div></div> <div class="header"> <div class="logo lf"><span class="invisible"><?php echo L('phpsso')?></span></div> <div class="lf"> <div class="log white cut_line"><?php echo L('hellow')?> <?php echo $userinfo['username']?> <?php if($userinfo['issuper']) echo '['.L('subminiature_tube').']'?><span>|</span><a href="?m=admin&c=password&a=init" target="right_iframe">[<?php echo L('account_setting')?>]</a><span>|</span><a href="?m=admin&c=login&a=logout">[<?php echo L('logout')?>]</a></div> </div> </div> <div id="content" class="content-on"> <div class="col-left left_menu"> <div> <a href="/"><h3 class="f14"><?php echo L('manage_center')?></h3></a> <ul> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=member&a=manage" target="right_iframe"><?php echo L('member_manage')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=applications&a=init" target="right_iframe"><?php echo L('application_manage')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=messagequeue&a=manage" target="right_iframe"><?php echo L('communicate_info')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=credit&a=manage" target="right_iframe"><?php echo L('credit_change')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=password&a=init" target="right_iframe"><?php echo L('account_setting')?></a></li> </ul> <?php if($this->get_userinfo('issuper')):?> <div class="line-x"></div> <ul> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=administrator&a=init" target="right_iframe"><?php echo L('admin_manage')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=system&a=init" target="right_iframe"><?php echo L('system_setting')?></a></li> <li class="menuli" onclick="menu_show(this);"><a hidefocus="true" style="outline:none" href="?m=admin&c=cache&a=init" target="right_iframe"><?php echo L('clean_cache')?></a></li> </ul> <?php endif;?> </div> <a hidefocus="true" style="outline:none" href="javascript:;" id="openClose" class="open" title="<?php echo L('spread_or_closed')?>"><span class="hidden"><?php echo L('expand')?></span></a> </div> <div class="col-auto mr8"> <div class="crumbs"><?php echo L('local')?><span id="local"></span></div> <div class="col-1"> <div class="content"> <iframe name="right_iframe" id="right_iframe" src="?m=admin&c=index&a=right" frameborder="false" scrolling="auto" style="overflow-x:hidden;border:none" width="100%" height="auto" allowtransparency="true" onload="showloading()"></iframe> </div> </div> </div> </div> <script type="text/javascript"> //clientHeight-0; 空白值 iframe自适应高度 function windowW(){ if($(window).width()<940){ $('.header').css('width',940+'px'); $('#content').css('width',940+'px'); $('body').attr('scroll',''); $('body').css('overflow',''); } } windowW(); $(window).resize(function(){ if($(window).width()<940){ windowW(); }else{ $('.header').css('width','auto'); $('#content').css('width','auto'); $('body').attr('scroll','no'); $('body').css('overflow','hidden'); } }); window.onresize = function(){ var heights = document.documentElement.clientHeight-120;document.getElementById('right_iframe').height = heights; var openClose = $("#right_iframe").height()+39; $("#openClose").height(openClose);$("#content").height(openClose); } window.onresize(); //左侧开关 $("#openClose").toggle( function () { $(".left_menu").addClass("left_menu_on"); $(this).addClass("close"); $("#content").addClass("content-off") }, function () { $(".left_menu").removeClass("left_menu_on"); $(this).removeClass("close"); $("#content").removeClass("content-off") } ); function menu_show(obj) { $('.menuli').removeClass('on fb blue'); $(obj).addClass('on fb blue'); } function span_local(name) { $('#local').html(name); } if(top.location != self.location) { top.location=self.location; } var read; function showloading(type) { if(type) { $('#loadsecond').html(''); $('#loading').show(); //second = 1; //read = setInterval(readsecond, 1000); } else { $('#loading').fadeOut("slow"); //if(read) clearInterval(read); } } function readsecond() { $('#loadsecond').html('('+second+')'); second++; } </script> </body> </html>