📄 plusset_frame.php
字号:
<?php
include( "../config.inc.php" );
include( "../includes/SysGlobal.php" );
include( "language/".$aLan."_".$charset.".php" );
include( "../includes/version.php" );
include( "../includes/pro.php" );
include( "func/nocatch.php" );
$plustype = $_GET['plustype'];
$pluslocat = $_GET['pluslocat'];
$pluslable = $_GET['pluslable'];
$modno = $_GET['modno'];
$menuid = $_GET['menuid'];
echo "<html>\r\n<head >\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link id=\"style_sheet\" href=\"css/commonstyle.css\" type=\"text/css\" rel=\"stylesheet\">\r\n<title>";
echo $strPlusSelSetup;
echo "</title>\r\n";
echo "<S";
echo "CRIPT>\r\n\r\n function sok(){\r\n \tself.close();\r\n }\r\n\r\n\r\n\r\n</SCRIPT>\r\n</HEAD>\r\n<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>\r\n";
echo "<IFRAME width=100% height=100% src='plusset.php?menuid={$menuid}&plustype={$plustype}&pluslocat={$pluslocat}&pluslable={$pluslable}&modno={$modno}' frameBorder=0></IFRAME>";
echo "</BODY>\r\n</HTML>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -