📄 mainmenu.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>System Menu</title>
<style type="text/css">
<!--
.style1 {
font-size: x-large;
font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
body {
background-image: url();
}
.style4 {font-family: "Times New Roman", Times, serif; font-size: 18px; }
.style5 {font-size: 36px}
.style6 {font-size: 24px}
.style7 {font-size: 24}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.style9 {font-size: 24; color: #000000; }
.style10 {color: #FFFFFF}
-->
</style>
</head>
<body>
<div align="center" class="style1">
<p align="left" class="style4">Your Location:<a href="<%=request.getContextPath()%>/pages/index.jsp"> Frontpage</a>>>Systemmenu</p>
<p class="style2 style5"> System Menu </p>
<table width="503" border="0" align="center" cellspacing="40">
<tr>
<td width="461" height="50" bgcolor="#61B2DF"><div align="center">
<p align="center"><span class="style6"><span class="style9"><a href="<%=request.getContextPath()%>/pages/ConferenceInput.jsp">Information Extracting</a></span></span></p>
</div></td>
</tr>
<tr>
<td height="50" bgcolor="#61B2DF" class="style7"><div align="center"><a href="<%=request.getContextPath()%>/conferenceNews.do" class="style6">View History Information</a></div></td>
</tr>
<tr>
<td height="50" bgcolor="#61B2DF"><div align="center"><span class="style6"><a href="<%=request.getContextPath()%>/pages/userUpdate.jsp">Change Profile</a></span></div></td>
</tr>
<tr>
<td height="50" bgcolor="#61B2DF"><div align="center" class="style6 style10"><a href="<%=request.getContextPath()%>/pages/Userinterest.jsp">Similar users</a></div></td>
</tr>
</table>
<p class="style2 style5"> </p>
<p class="style2"> </p>
<p> </p>
<p align="right"> </p>
<p> </p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -