📄 spiclib.php
字号:
<?php
include( "../../config.inc.php" );
include( "../language/".$aLan."_".$charset.".php" );
include( "../../includes/version.php" );
include( "../../includes/pro.php" );
echo "<html>\r\n<head >\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link rel=stylesheet type=text/css href=style.css>\r\n<title>";
echo $strHtmlImageLib;
echo "</title>\r\n\r\n</head>\r\n\r\n<body leftmargin=\"0\" topmargin=\"0\" class=\"bodybackground\">\r\n<center>\r\n <table width=\"20\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr> \r\n <td><img src=\"dot.gif\" height=\"7\" width=\"1\"></td>\r\n </tr>\r\n </table>\r\n <table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"3\">\r\n <tr align=\"right\"> \r\n <td width=\"100%\" valign=\"top\"> <FIELDSET> <LEGEND>";
echo $strHtmlImageLibSel;
echo "</LEGEND> \r\n <table width=\"98%\" height=\"311\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"6\" bordercolorlight=\"#999999\" bordercolordark=\"#FFFFFF\">\r\n <tr> \r\n <td width=\"83%\" rowspan=\"6\" valign=\"top\" style=\"border:1 outset\"> \r\n <iframe src='mypic.php' name='look' height='100%' width='100%' scrolling='yes' marginheight='0'frameborder='0'>IE</iframe></td>\r\n ";
echo " </tr>\r\n </table>\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr> \r\n <td><img src=\"dot.gif\" width=\"1\" height=\"5\"></td>\r\n </tr>\r\n </table></FIELDSET></td>\r\n </tr>\r\n <tr align=\"right\">\r\n <td width=\"100%\" height=\"28\" valign=\"top\"> \r\n <input name=\"button\" type=button onClick=\"look.location='mypic.php'\" value=\"";
echo $strReflesh;
echo "\">\r\n\t\t<input name=\"button\" type=button onClick=\"javascript:window.close();\" value=\"";
echo $strCancel;
echo "\">\r\n </td>\r\n </tr>\r\n </table>\r\n</center>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -