📄 bugrecord.html
字号:
<html>
<head>
<title>Bug Management</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">
<!--BeginFormBugs-->
<form method="POST" action="{FileName}" name="Bugs">
<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 Bug</font></td>
</tr>
<!--BeginBugsError-->
<tr>
<td bgcolor="#F0F0F0" colspan="2"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">{sBugsErr}<font></td>
</tr>
<!--EndBugsError-->
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Bug Name</font></td>
<td bgcolor="#F0F0F0"><input type="text" name="bug_name" maxlength="80" value="{bug_name}" size="80"></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Bug Desc</font></td>
<td bgcolor="#F0F0F0"><textarea name="bug_desc" cols="60" rows="3">{bug_desc}</textarea></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Project</font></td>
<td bgcolor="#F0F0F0"><select size="1" name="project_id"><!--BeginLBproject_id--><option value="{ID}" {Selected}>{Value}</option><!--EndLBproject_id--></select></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Priority</font></td>
<td bgcolor="#F0F0F0"><select size="1" name="priority_id"><!--BeginLBpriority_id--><option value="{ID}" {Selected}>{Value}</option><!--EndLBpriority_id--></select></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Assigned By</font></td>
<td bgcolor="#F0F0F0"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">{assigned_by} </font></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Assigned To</font></td>
<td bgcolor="#F0F0F0"><select size="1" name="assigned_to"><!--BeginLBassigned_to--><option value="{ID}" {Selected}>{Value}</option><!--EndLBassigned_to--></select></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Date Assigned</font></td>
<td bgcolor="#F0F0F0"><input type="text" name="date_assigned" maxlength="25" value="{date_assigned}" size="25"></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Status</font></td>
<td bgcolor="#F0F0F0"><select size="1" name="status_id"><!--BeginLBstatus_id--><option value="{ID}" {Selected}>{Value}</option><!--EndLBstatus_id--></select></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Date Resolved</font></td>
<td bgcolor="#F0F0F0"><input type="text" name="date_resolved" maxlength="25" value="{date_resolved}" size="25"></td>
</tr>
<tr>
<td bgcolor="#B3B300"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">Resolution</font></td>
<td bgcolor="#F0F0F0"><textarea name="resolution" cols="60" rows="3">{resolution}</textarea></td>
</tr>
<tr>
<td colspan="2" align="right">
<!-- *** Buttons *** -->
<!--BeginBugsInsert-->
<input type="hidden" value="insert" name="FormAction">
<input type="submit" value="Insert" onclick="document.Bugs.FormAction.value = 'insert';">
<!--EndBugsInsert-->
<!--BeginBugsEdit-->
<input type="hidden" value="update" name="FormAction"/>
<!--BeginBugsUpdate-->
<input type="submit" value="Update" onclick="document.Bugs.FormAction.value = 'update';"/>
<!--EndBugsUpdate-->
<!--EndBugsDelete-->
<input type="submit" value="Delete" onclick="document.Bugs.FormAction.value = 'delete';"/>
<!--EndBugsDelete-->
<!--EndBugsEdit-->
<!--BeginBugsCancel-->
<input type="submit" value="Cancel" onclick="document.Bugs.FormAction.value = 'cancel';"/>
<!--EndBugsCancel-->
<input type="hidden" name="FormName" value="Bugs"/>
<input type="hidden" name="PK_bug_id" value="{PK_bug_id}"/>
<input type="hidden" name="bug_id" value="{bug_id}"/>
</td>
</tr>
</table>
</form>
<!--EndFormBugs-->
<SCRIPT Language="JavaScript">
if (document.forms["Bugs"])
document.Bugs.onsubmit=delconf;
function delconf() {
if (document.Bugs.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 + -