?? cancelcalloff.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="17%" height="20" align="left" valign="middle" nowrap id="ttc">用戶來電號碼</td>
<td width="28%" height="20" align="left" valign="middle" 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="" />
<input type="text" name="userfromtel" id="userfromtel"> </td>
<td width="17%" height="20" align="left" valign="middle" nowrap id="ttc"> </td>
<td width="42%" align="left" valign="middle" nowrap id="ttc"> </td>
</tr>
<tr>
<td width="17%" 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="17%" height="20" align="left" valign="middle" nowrap id="ttc">注意事項</td>
<td colspan="3" align="left" valign="middle" nowrap id="ttc">
<p class="STYLE1">申請停機及撤消申掛操作應由同一人操作,故申請停機時限到期前應自動提醒操作者,
<br>
提醒時間分別為申請停機到期前12小時、6小時及2小時。
</p></td>
</tr>
<tr>
<td height="20" colspan="4" align="center" valign="middle" nowrap id="ttc">
<input type="button" name="Submit" value=" 提 交 " onClick="javascript:{checkForm(6);}"> </td>
</tr>
</table>
</html:form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -