📄 creathtm.htm
字号:
<!--
<?php
include_once template('head','admin');
print <<<EOT
-->
<body background-color: #9EB6D8 text="#000000" leftmargin="10" topmargin="10">
<br>
<br>
<br>
<!--
EOT;
if(empty($_GET['do']) || (!empty($_GET['do']) && $_GET['do']!=='creat' && $_GET['do']!=='delete')) {
print <<<EOT
-->
<table cellspacing="1" cellpadding="4" width="90%" align="center" class="tableborder">
<tr class="header">
<td colspan="2">设置</td>
</tr>
<form method="post" action="admin.php?job=creathtm&do=set">
<tr><td width="40%" bgcolor="#F8F8F8" >网站是否使用静态(html)页面:</td><td bgcolor="#FFFFFF"><input type="radio" name="ifhtml" value="1"{$c_a}> 是 <input type="radio" name="ifhtml" value="0"{$c_b}> 否</td></tr>
</table><br>
<center><input type="submit" value="提 交"></center>
</form><br>
<table cellspacing="1" cellpadding="4" width="90%" align="center" class="tableborder">
<tr class="header">
<td colspan="2">所有静态模板管理</td>
</tr>
<form method="post" action="admin.php?job=creathtm&do=creat">
<tr><td bgcolor="#F8F8F8" colspan="3"><span class="smalltxt">每次创建数目的多少取决于服务器的性能。若出现网页执行超时,则将数目调小。否则可适当调大,以增加创建速度!</span></td></tr>
<tr><td width="40%" bgcolor="#F8F8F8">每批主题数:</td><td bgcolor="#FFFFFF"><input type="text" size="30" name="percount" value="80"></td></tr>
</table><br>
<table cellspacing="0" cellpadding="0" width="90%" align="center">
<tr><td align="right" width="50%"><input type="submit" value="创 建"> </form></td><td align="left" width="50%"><form method="post" action="admin.php?job=creathtm&do=delete"> <input type="submit" value="删 除"></form></td></tr>
</table>
<!--
EOT;
} elseif($_GET['do']=='creat' || $_GET['do']=='delete') {
print <<<EOT
-->
<br>
<br>
<br>
<br>
<br>
<center><input type="button" value="{$output}"></center>
<br>
<br>
<br>
<!--
EOT;
if((!empty($_GET['go']) && $_GET['go']=='over') || (!empty($_GET['step']) && $_GET['step']=='over')) {
print <<<EOT
-->
<center><input type="button" value="返 回" onclick="javascript:window.location=('admin.php?job=creathtm')"></center>
<br>
<br>
<br>
<!--
EOT;
}
}
include_once template('foot','admin');
?>
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -