?? top.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page language="java" import="java.util.Date,java.text.SimpleDateFormat"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標(biāo)題文檔</title>
</head>
<style type="text/css">
body {font-size:9pt;color:#ffffff}
td {font-size:9pt; color:#0099FF}
a:link { text-decoration: none;color: #0099FF}
a:active { text-decoration:blink}
a:hover { text-decoration:underline;color: red}
a:visited { text-decoration: none;color: #0099FF}
</style>
<script language="javascript">
<!--
function callnm() {
window.open('usernm_manager.jsp','call','width=200,height=200')
}
function callkey() {
window.open('userkey_manager.jsp','call','width=200,height=200')
}
function callem() {
window.open('enterprise_amend_manager.jsp','call','width=200,height=200')
}
//-->
</script>
<%
SimpleDateFormat df=new SimpleDateFormat("yyyy年MM月dd日");
String dtime=df.format(new Date());
%>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border=0 cellpadding="0" cellspacing="0">
<tr>
<td colspan="5"><img src="img\bar.gif" width="1024" height="87"></td>
</tr>
<tr height="23" bgcolor="#E4E4E4">
<td width="14%"><div align="left"><img src="img/point.gif" width="12" height="12">尊敬的<%=(String)session.getValue("username")%>,您好!</div></td>
<td width="15%"><img src="img/point.gif" width="12" height="12">今天是:<%=dtime%></td>
<td width="13%"><img src="img/point.gif" width="12" height="12"><a href="javascript: callkey()">用戶密碼修改</a></td>
<td width="13%"><img src="img/point.gif" width="12" height="12"><a href="javascript: callnm()">用戶名修改</a></td>
<td width="45%"><img src="img/point.gif" width="12" height="12"><a href="javascript: callem()">企業(yè)名稱修改</a></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -