📄 temp_new.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/conn.php" );
include_once( "inc/function_page_01.php" );
include_once( "inc/utility_sms1.php" );
echo "\r\n<html>\r\n<head>\r\n<title>新建模板</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n";
echo "<s";
echo "cript Language=\"JavaScript\">\r\nfunction CheckForm()\r\n{\r\n if(document.form1.TEMP_NAME.value==\"\")\r\n { alert(\"模板名称不能为空!\");\r\n return (false);\r\n }\r\n return (true);\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\" onLoad=\"document.form1.TEMP_NAME.focus();\">\r\n<form action=\"temp_new_insert.php\" method=\"post\" name=\"form1\" onSubmit=\"return CheckForm();\">\r\n<table border=\"0\" wid";
echo "th=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n <tr class=\"tablehead1\">\r\n <td><img src=\"/general/file_folder/treeicon/t_folder.gif\"> 新建模板</td>\r\n </tr>\r\n <tr class=\"tablehead2\">\r\n <td>\r\n <input type=\"image\" src=\"/images/button/submit.gif\" accesskey=\"S\" title=\"确定\">\r\n <a href=\"#\" onClick=\"history.back();\"><img src=\"/images/button/return.gif\" title=\"返回\" border=\"0\"></a>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<hr w";
echo "idth=\"95%\" height=\"1\" align=\"left\" color=\"#FFFFFF\">\r\n <table border=\"0\" width=\"100%\" cellpadding=\"5\" cellspacing=\"1\" align=\"center\" class=\"small\">\r\n <tr>\r\n <td nowrap class=\"TableLine2\" width=\"15%\"> 新建模板名称:</td>\r\n <td class=\"TableLine1\">\r\n <input type=\"text\" name=\"TEMP_NAME\" size=\"25\" maxlength=\"100\" class=\"BigInput\">\r\n </td>\r\n </tr>\r\n\t\r\n </table>\r\n</form>\r\n\r\n</body>\r\n</";
echo "html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -