?? addservices.jsp
字號:
<%@ page language="java" contentType="text/html" pageEncoding="gb2312" isELIgnored="false"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title> getusersuccess </title>
<style type="text/css">
<!--
@import url(/app/son.css);
@import url(/app/index.css);
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/app/index.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ccddee" background="/app/image/background.jpg" link="#000066" vlink="#0066FF" alink="#99FF00">
<form name="servicesform" method="post" action="../usermes.htm">
<p class="pp" align="center">添加新的業務帳號</p>
<table width="91%" border="1" bordercolor="#ccccff" bgcolor="#ccddee" class="9P">
<tr>
<td width="17%">帳務帳號</td>
<td width="26%">aaa</td>
<td width="57%"> </td>
</tr>
<tr>
<td>資費名稱</td>
<td><select name="select">
<option selected>p30-3</option>
<option>p50-2</option>
</select></td>
<td>請選擇用戶的資費政策</td>
</tr>
<tr>
<td>業務帳號</td>
<td><input name="labLoginName" type="text" maxlength="12"></td>
<td>請輸入用戶的業務帳號(只允許用英文,數字,下劃線)</td>
</tr>
<tr>
<td height="10">業務密碼</td>
<td><input type="password" name="labLoginPassword"></td>
<td>請輸入用戶的業務密碼(6-8位,建議采用特殊符號數字英文字母組合)</td>
</tr>
<tr>
<td height="10">重復密碼</td>
<td><input type="password" name="repeatpassword"></td>
<td>請輸入用戶的業務密碼(6-8位,建議采用特殊符號數字英文字母組合)</td>
</tr>
<tr>
<td height="10">服務器名稱</td>
<td><select name="labIP">
<option value="192.168.0.21" selected>Openlab1</option>
<option value="192.168.0.22">Openlab2</option>
<option value="192.168.0.23">Openlab3</option>
<option value="192.168.0.24">Openlab4</option>
<option value="192.168.0.25">Openlab6</option>
</select></td>
<td>請輸入要選擇的服務器</td>
<tr>
<td class="9P">業務狀態 <span class="pp">* </span></td>
<td class="9P"> <input name="userStatus" type="radio" value="1" checked>
開通
<input type="radio" name="userStatus" value="2">
暫停</td>
<td>請輸入用戶在服務器的狀態</td>
</tr>
<tr>
<td><div align="right"> </div></td>
<td> </td>
<td>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="reset" value="清除"> </td>
</tr>
</table>
<p> </p>
</form>
<center>
<p class="9P"> <a href="../usermes.htm">后退</a></p>
<hr/>
<p class="text_link"><font size="2" face="宋體">About Tarena - 公司簡介 - 聯系方法 - 相關法律
- 客戶服務 <br>
達內公司版權所有</font></p>
<p class="text_link"><font size="-1">Copyright <img src="/image/c-00.gif" width="9" height="9"> 2000.
Tarena Technologies Inc. All Rights Reserved </font></p>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -