?? setgroupterminal.jsp
字號:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
設置終端組的終端集合
</title>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
<script language="javascript">
function idchange(){
window.location = "/setGroupTerminalAction.do?action=get&groupId="
+ groupTerminalSetActionForm.groupId.options[groupTerminalSetActionForm.groupId.selectedIndex].value;
}
</script>
</head>
<body>
<html:form action="/setGroupTerminalAction.do" method="POST">
<p>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<caption>
<span class="style1"> 設置終端用戶組的終端號碼集合 </span><br/><br/>
</caption>
<tr>
<td width="212"> <label>用戶組</label></td>
<td width="388">
<html:select property="groupId" style="width:180" onchange="idchange()"
value='<%=request.getAttribute("groupId")==null?"":request.getAttribute("groupId").toString()%>'>
<html:optionsCollection property="groups" />
</html:select>
</td>
</tr>
<tr>
<td><label>終端號碼集合(號碼間以分號";"隔開)</label></td>
<td><html:textarea property="terminals" cols="60" rows="8"></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 + -