📄 projectmaint.html
字号:
<html>
<head>
<title>Project Maintenance</title>
<meta name="GENERATOR" content="YesSoftware CodeCharge v.1.2.0 / Templates.ccp build 5/9/2001">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body bgcolor="#F3F2E6" text="#000000" link="#800000" vlink="#000080" alink="#0000FF">
{Header}
<table>
<tr>
<td valign="top">
<!--BeginFormProjectMaint-->
<form method="POST" action="{FileName}" name="ProjectMaint">
<table border="1" cellspacing="0" cellpadding="2" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td align="center" bgcolor="#669999" colspan="2"><font style="font-size: 12pt; color: #FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica; font-weight: bold">Add/Edit Project</font></td>
</tr>
<!--BeginProjectMaintError-->
<tr>
<td bgcolor="#F0F0F0" colspan="2"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">{sProjectMaintErr}<font></td>
</tr>
<!--EndProjectMaintError-->
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Project Name</font></td>
<td bgcolor="#F0F0F0"><input type="text" name="project_name" maxlength="50" value="{project_name}" size="50"></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Responsible User</font></td>
<td bgcolor="#F0F0F0"><select size="1" name="employee_id"><!--BeginLBemployee_id--><option value="{ID}" {Selected}>{Value}</option><!--EndLBemployee_id--></select></td>
</tr>
<tr>
<td colspan="2" align="right">
<!-- *** Buttons *** -->
<!--BeginProjectMaintInsert-->
<input type="hidden" value="insert" name="FormAction">
<input type="submit" value="Add" onclick="document.ProjectMaint.FormAction.value = 'insert';">
<!--EndProjectMaintInsert-->
<!--BeginProjectMaintEdit-->
<input type="hidden" value="update" name="FormAction"/>
<!--BeginProjectMaintUpdate-->
<input type="submit" value="Update" onclick="document.ProjectMaint.FormAction.value = 'update';"/>
<!--EndProjectMaintUpdate-->
<!--EndProjectMaintDelete-->
<input type="submit" value="Delete" onclick="document.ProjectMaint.FormAction.value = 'delete';"/>
<!--EndProjectMaintDelete-->
<!--EndProjectMaintEdit-->
<input type="hidden" name="FormName" value="ProjectMaint"/>
<input type="hidden" name="PK_project_id" value="{PK_project_id}"/>
<input type="hidden" name="project_id" value="{project_id}"/>
</td>
</tr>
</table>
</form>
<!--EndFormProjectMaint-->
<SCRIPT Language="JavaScript">
if (document.forms["ProjectMaint"])
document.ProjectMaint.onsubmit=delconf;
function delconf() {
if (document.ProjectMaint.FormAction.value == 'delete')
return confirm('Delete record?');
}
</SCRIPT>
</td>
</tr>
</table>
{Footer}
<center><font face="Arial"><small>This dynamic site was generated with <a href="http://www.codecharge.com">CodeCharge</a></small></font></center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -