?? auser.jsp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../format/style.css" rel="stylesheet" type="text/css">
<title>User Detail Information</title>
<style type="text/css">
<!--
.STYLE1 {color: #ffffff}
-->
</style>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<br>
<table width="95%" border="0" cellspacing="1" align="center">
<tr bgcolor="#d4dced">
<td colspan="2" align="left"><strong>User Detail Information </strong></td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Name:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">Chris</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Code:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">102</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Email:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">Wuhan Best Shore Building A3 </td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Tel:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">12/6/2007</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Address:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">12/6/2007</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Is Admin: </span></td>
<td width="80%" align="left" bgcolor="#ebebeb">14:00</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Is Manager: </span></td>
<td width="80%" align="left" bgcolor="#ebebeb">15:00</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Role:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">Candy</td>
</tr>
<tr align="center">
<td width="20%" align="right" bgcolor="#999999"><span class="STYLE1">Description:</span></td>
<td width="80%" align="left" bgcolor="#ebebeb">Lily</td>
</tr>
<tr align="center">
<td colspan="2" bgcolor="#d4dced">
<input type="button" value="Update" onClick="location.href='updateUser.jsp'">
<input type="button" value="Delete" onClick="javascript:if(confirm('Are you sure to delete this record?')) location.href='DeleteUserServlet?bookingID='">
<input type="button" value="Back" onClick="javascirpt:history.go(-1)"></td>
</tr>
</table>
</BODY>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -