📄 plusedit.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/adm.inc.php" );
include( "func/common.inc.php" );
include( "func/plus.inc.php" );
include( "func/db.inc.php" );
include( "func/nocatch.php" );
needauth( 13 );
$step = $_REQUEST['step'];
$menuid = $_REQUEST['menuid'];
$plustype = $_REQUEST['plustype'];
$pluslocat = $_REQUEST['pluslocat'];
$tempfile = $_REQUEST['tempfile'];
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 $strAdminTitle;
echo "</title>\r\n";
echo "<S";
echo "CRIPT>\r\n\r\nfunction Dpop(url,w,h){\r\n\tres = showModalDialog(url, null, 'dialogWidth: '+w+'px; dialogHeight: '+h+'px; center: yes; resizable: no; scroll: no; status: no;');\r\n\r\n}\r\n\r\nfunction DWin(url,w,h){\r\n\twindow.open(url,\"edit\",\"width=780,height=520\");\r\n\r\n}\r\n\r\n\r\n\r\n\r\n</SCRIPT>\r\n\r\n</head>\r\n<body class=\"NormalPage\" text=\"#000000\" link=\"#000000\" vlink=\"#000000\" alink=\"#000000\" bgcolor=\"#FFFFFF\" >\r\n<table";
echo " width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" align=\"center\" background=\"images/mu8.gif\" height=\"12\" >\r\n <tr> \r\n <td ></td>\r\n </tr>\r\n</table>\r\n<table width=98% border=0 cellspacing=0 cellpadding=0 align=center height=22>\r\n <tr> \r\n <td align=center height=22 width=10 valign=top> </td>\r\n <td align=left height=22 width=3 bgcolor=\"#0068c3\" valign=top><img src=images/menubg10.gif wid";
echo "th=3></td>\r\n <td align=center height=22 width=130 bgcolor=\"#0068c3\"><a href='plusedit.php?menuid=";
echo $menuid;
echo "&plustype=";
echo $plustype;
echo "&pluslocat=";
echo $pluslocat;
echo "&tempfile=";
echo $tempfile;
echo "' style=\"color:#ffffff\">";
echo $strPlusMod;
echo "</a></td>\r\n <td align=center height=22 width=1 bgcolor=\"#0068c3\" valign=\"top\"><img src=images/menubg11.gif width=3 height=22></td>\r\n <td align=left height=22 width=3 bgcolor=\"#f0f0f0\" valign=top><img src=images/menubg10.gif width=3></td>\r\n <td align=center height=22 width=130 bgcolor=\"#f0f0f0\"><a href='pset.php?menuid=";
echo $menuid;
echo "&plustype=";
echo $plustype;
echo "&pluslocat=";
echo $pluslocat;
echo "&tempfile=";
echo $tempfile;
echo "' style=\"color:#333333\">";
echo $strPsetMod;
echo "</a></td>\r\n <td align=center height=22 width=1 bgcolor=\"#f0f0f0\"><img src=images/menubg11.gif width=3 height=22></td>\r\n <td align=right height=22>\r\n <table width=\"100\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <form name=cf>\r\n <tr align=\"right\"> \r\n <td> \r\n ";
echo "<s";
echo "cript>\r\nfunction changeframe(n){\r\n\t\r\n\tif(cf.cc.value==\"150\"){\r\n\t\tparent.menutd.style.display='none';\r\n\t\tcf.cc.value='1';\r\n\t\tn.src=\"images/600.gif\";\r\n\t}else{\r\n\t\tparent.menutd.style.display='block';\r\n\t\tcf.cc.value='150';\r\n\t\tn.src=\"images/1024.gif\";\r\n\t}\r\n\r\n}\r\n</script>\r\n <img id=\"fsimg\" src=\"images/1024.gif\" width=\"30\" height=\"16\" style=\"cursor:hand\" onClick=\"changeframe(this)\"> \r\n ";
echo " <input type=\"hidden\" name=\"cc\" value=\"150\">\r\n </td>\r\n </tr>\r\n </form>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n";
if ( $plustype == "" || $pluslocat == "" )
{
err( $strPlusNotice4, "", "" );
}
if ( $step == "changelable" )
{
changelable( );
}
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"5\" height=\"100%\" align=\"center\" width=\"98%\" style=\"border-top:5px #0068c3 solid;margin-bottom:30px;margin-right:50px;\" bgcolor=\"#0068c3\">\r\n <tr bgcolor=\"#FFFFFF\"> \r\n <td valign=\"top\"> ";
pageedittemp( $plustype, $pluslocat, $tempfile, $menuid );
echo " </td>\r\n </tr>\r\n</table>\r\n<p> </p>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -