?? adminspace.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//Dtd html 4.0 transitional//EN"><html> <head> <title>個人信息詳情</title> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <link href="../../css/style.css" rel="stylesheet" type="text/css"> </head> <body> <!-- <form action="result_Flow.do" method="post" name="form1"> --> <table width="760" border="0" style="margin-top:20px;" align="center" cellpadding="0" cellspacing="0" > <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" width="100%" height="62"> <tr> <td background="../../images/tab01.gif" width="309" valign="top"> <div class="tabhead"> 個人信息詳情 </div> </td> <td valign="bottom"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td background="../../images/topcenter.gif" width="100%" valign="top" align="right" style='padding:2px 0 0 0px;'> </td> <td><img src="../../images/topright.gif"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td background="../../images/centerleft.gif"></td> <td width="100%"> <table width="98%" border="1" style="margin:10px 0;" cellspacing="1" cellpadding="10" align="center"> <tr> <td bgcolor="#eeeeee" width="25%" align="center"> 姓名 </td> <td width="45%" align="center"> ${sessionScope.admin.nickname } </td> </tr> <tr> <td bgcolor="#eeeeee"width="20%" align="center"> 性別 </td> <td width="40%" align="center"> <c:choose> <c:when test="${admin.gender=='0'}">男</c:when> <c:when test="${admin.gender=='1'}">女</c:when> </c:choose> </td> </tr> <tr> <td bgcolor="#eeeeee"width="20%" align="center"> 年齡 </td> <td width="40%" align="center" > ${sessionScope.admin.age } </td> </tr> <tr> <td bgcolor="#eeeeee"width="20%" align="center"> 郵箱 </td> <td width="40%" align="center" > ${sessionScope.admin.email } </td> </tr> <tr> <td bgcolor="#eeeeee" width="20%" align="center"> 電話 </td> <td width="40%" align="center" > ${sessionScope.admin.phone } </td> </tr> <tr> <td bgcolor="#eeeeee" width="20%" align="center" > 工作時間 </td> <td width="40%" align="center" > ${sessionScope.admin.registerdate } </td> </tr> <tr> <td bgcolor="#eeeeee" width="20%" align="center" > 招生人數 </td> <td width="40%" align="center" > ${sessionScope.admin.num } </td> </tr><!-- <tr> <td colspan="2" align="center" bgcolor="#dddddd" > <input type="button" value="修改" onclick="location.href='createSpace.jsp';" style="width: 60;height: 25"> <input type="button" value="返回" onclick="location.href='backActivity.do';" style="width: 60;height: 25"> </td> </tr> --></table> </td> <td background="../../images/centeright.gif"></td> </tr> <tr> <td> <img src="../../images/bottomleft.gif"> </td> <td background="../../images/bottomcenter.gif"></td> <td> <img src="../../images/bottomright.gif"> </td> </tr> </table> <!--</form>--> </body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -