⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top2.jsp

📁 本源码为教学管理信息系统
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=GBK"%>
<%@ taglib prefix="ww" uri="webwork"%>
<%@ include file="/include/sessioninfo.inc"%>
<%@page import="com.opensymphony.xwork.util.OgnlValueStack"%>
<HTML>
	<HEAD>
		<meta http-equiv="Content-Language" content="zh-cn">
		<TITLE></TITLE>
		<META http-equiv=Content-Type content="text/html; charset=gb2312">
		<LINK href="style.css" type=text/css rel=stylesheet>
		<base target="_self">
		<script>
	function modifypsw(){
   		var dw=window.showModalDialog('<%=request.getContextPath()%>/jsp/xtgl/user/psw_.jsp','', 'dialogHeight:300px; dialogWidth:280px; dialogLeft:(screen.availWidth/2-100); dialogTop:(screen.availHeight/2-100);center: yes;help:no;resizable:no;status:yes');
	} 
	function closewindow(){ 
		parent.window.opener = null;
		parent.close();
	}
</script>

	</HEAD>
	<BODY bgColor=#CEEBFF leftMargin=0 topMargin=0 marginheight="0"
		marginwidth="0">
		<ww:action name="'Sys!getSystime'" id="t" />

		<table border="0" width="100%" cellspacing="0" cellpadding="0"
			id="table1" height="27">
			<tr>
				<td>
					<table border="0" width="100%" cellspacing="0" cellpadding="0"
						id="table2">
						<tr>
							<td width="420" background="rightbg.jpg">
								&nbsp;
							</td>
							<td background="topbg.jpg" valign="bottom">
								<div align="right">
									<table border="0" width="145" id="table7" cellspacing="0"
										cellpadding="0">
										<tr>
											<td width="150" height="24"></td>
										</tr>
										<tr>
											<td width="150" height="35">
												<p align="left">
													<font color="#FFFFFF">欢迎您:<b><%=username%>
													</b>
													</font>
											</td>
										</tr>
									</table>
								</div>
							</td>
							<td width="374" background="topright.jpg" valign="top">
								<table border="0" width="100%" cellspacing="0" cellpadding="0"
									id="table4">
									<tr>
										<td>
											<div align="right">
												<table border="0" width="100%" cellspacing="0"
													cellpadding="0" id="table5">
													<tr>
														<td height="19">
															<p align="center">
																<img border="0" src="calendar.gif" align="right">
																&nbsp;
														</td>
														<td width="189">
															<font color="#ffffff">今天是:<ww:property
																	value="#t.systime" />
																</SCRIPT>
															</font>
														</td>
													</tr>
												</table>
											</div>
										</td>
									</tr>
									<tr>
										<td height="20">
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												<table border="0" width="385" cellspacing="0"
													cellpadding="0" id="table6" height="23">
													<tr>
														<td width="26">
															<img border="0" src="pwd.gif">
														</td>
														<td width="51" valign="middle">
															<font color="#FFFFFF"><a
																href="javascript:modifypsw();"><font color="ffffff">更改口令</font>
															</a>
														</td>
														<td width="31">
															<p align="center">
																<img border="0" src="login.gif">
														</td>
														<td width="55" valign="middle">
															<a href="<%=request.getContextPath()%>/login.jsp"
																target="_top"><font color="ffffff">重新登录</font>
															</a>
														</td>
														<td width="31" valign="middle">
															<img border="0" src="back.gif">
														</td>
														<td width="55" valign="middle">
															<font color="#FFFFFF"><a
																href="<%=request.getContextPath()%>/frame/top2.jsp"
																target="_self"><font color="#FFFFFF">任务提示</font>
															</a>
															</font>
														</td>

													</tr>
												</table>
											</div>
										</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<table border="0" width="100%" cellspacing="0" cellpadding="0"
			height="10" id="table3">
			<tr>
				<td
					style="border-bottom: 1px solid #ffffff; filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#0075C4', endcolorstr='#ffffff', gradienttype='1'">
				</td>
			</tr>
		</table>
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -