📄 international-long-distance.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
<script language="javascript" src="${pageContext.request.contextPath}/image/CheckOperationForm.js"></script>
<title>1</title>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
-->
</style>
</head>
<body style="margin: 0px">
<html:form action="/acceptoper?tag=saveAccept" styleId="form1" target="rightw">
<table width="100%" border="1" cellspacing="0" cellpadding="0" id="ttc">
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">开通/关闭</td>
<td width="30%" nowrap id="ttc">
<input type="hidden" name="userid" id="userid" value="" />
<input type="hidden" name="nmax" id="nmax" value="" />
<input type="hidden" name="nmin" id="nmin" value="" />
<select name="dredgestate" id="dredgestate">
<option value="">--未选--</option>
<option value="开通">开通</option>
<option value="关闭">关闭</option>
</select> </td>
<td width="17%" align="left" valign="middle" nowrap id="ttc"> </td>
<td width="28%" align="left" valign="middle" nowrap id="ttc"> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">用户姓名</td>
<td width="30%" nowrap id="ttc">
<input type="text" name="sname" id="sname" value=""> </td>
<td width="17%" align="left" valign="middle" nowrap id="ttc">联络电话</td>
<td width="28%" align="left" valign="middle" nowrap id="ttc">
<input type="text" name="tel" id="tel" value=""> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">有效证件号(身份证)</td>
<td width="30%" nowrap id="ttc">
<input type="text" name="sid" id="sid" value=""> </td>
<td width="17%" align="left" valign="middle" nowrap id="ttc">证件有效期</td>
<td width="28%" align="left" valign="middle" nowrap id="ttc">
<input type="text" name="availability" id="availability" value=""> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">用户地址</td>
<td colspan="3" nowrap id="ttc">
<input name="address" type="text" id="address" value="" size="80"> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">邮编</td>
<td width="30%" nowrap id="ttc"><input type="text" name="postalcode" id="postalcode" value=""></td>
<td width="17%" align="left" valign="middle" nowrap id="ttc"> </td>
<td width="28%" align="left" valign="middle" nowrap id="ttc"> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">备注</td>
<td colspan="3" align="left" valign="middle" nowrap id="ttc">
<textarea name="remark" cols="" rows="" id="remark"></textarea> </td>
</tr>
<tr>
<td width="15%" height="20" align="left" valign="middle" nowrap id="ttc">注意事项</td>
<td colspan="3" align="left" valign="middle" nowrap id="ttc"><span class="STYLE1">需登记详细的客户资料,或有开通国际直通车的客户。</span></td>
</tr>
<tr>
<td height="20" colspan="4" align="center" valign="middle" nowrap id="ttc">
<input type="button" name="Submit" value=" 提 交 " onClick="javascript:{checkForm(8);}"> </td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -