?? createterminalgroup.jsp
字號:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
createTerminalGroup
</title>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<html:form action="/createTerminalGroupAction.do" method="POST">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<caption>
<span class="style1"> 新增終端組 </span>
</caption>
<tr>
<td width="205"> </td>
<td width="395"><html:hidden property="groupId"/></td>
</tr>
<tr>
<td> 終端用戶組名稱</td>
<td><html:text property="groupName"/></td>
</tr>
<tr>
<td> 終端號碼</td>
<td><html:textarea property="terminals" rows="5" cols="60"></html:textarea></td>
</tr>
<tr>
<td> 備注</td>
<td><html:textarea property="note" rows="5" cols="60"></html:textarea></td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<html:submit property="submit" value="確定"/>
<html:reset value ="重置"/></div></td>
</tr>
</table>
<p>
</html:form>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -