📄 parameter_modify.jsp~1~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.actionForm.parameterForm" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<%
ParameterForm form=(ParameterForm)request.getAttribute("parameterModifyif");
%>
<head>
<title>图书馆管理系统</title>
<link href="CSS/style.css" rel="stylesheet">
</head>
<body onLoad="clockon(bgclock)">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="tableBorder">
<tr>
<td height="183">
<%@include file="navigation.jsp"%>
</td>
</tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="99%" height="966" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tableBorder_gray">
<tr>
<td height="966" valign="top" style="padding:5px;"><table width="98%" height="487" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="22" valign="top" class="word_orange">当前位置:系统设置 > 参数设置 >>></td>
</tr>
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="84%"> </td>
</tr>
</table> <form name="form1" method="post" action="parameter.do?action=parameterModify">
<table width="80%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#D2E3E6" bordercolorlight="#FFFFFF">
<tr align="center">
<td width="16%" align="left" style="padding:5px;">办证费:</td>
<td width="84%" align="left">
<input name="libraryname" type="text" id="libraryname" value="<%=form.getCost()%>" size="30">
(元) </td>
<tr>
<td align="left" style="padding:5px;">有效期限:</td>
<td align="left"><input name="curator" type="text" id="curator" size="30" value="<%=form.getValidity()%>" >
(月)</td>
</tr>
<tr>
<td height="65" align="left" style="padding:5px;"> </td>
<td><input name="Submit" type="submit" class="btn_grey" value="保存">
<input name="Submit2" type="reset" class="btn_grey" value="取消"></td>
</tr>
</table>
</form></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -