📄 top.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles"
prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template"
prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested"
prefix="nested"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<html:base />
<title>top.jsp</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<style type="text/css">
<!--
body {
background-image: url();
background-color: #F4F7FE;
}
.STYLE4 {color: #000000}
.STYLE5 {font-size: 12px}
.STYLE6 {font-size: 14px}
-->
</style>
</head>
<body>
<table width="760" height="93" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td width="275" height="58" valign="middle" bgcolor="#F4F7FE">
<img src="./image/tb.png" width="255" height="54" />
</td>
<td width="536" valign="middle" bgcolor="#FFFFFF">
<img src="./image/1.gif" width="497" height="57" />
</td>
<td width="216" valign="middle" bgcolor="#F4F7FE">
<table width="189" height="56" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="117" height="29" valign="middle">
<a
onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://victory.com/');return(false);"
href="http://www.victory.com"><img src="./image/set.gif"
width="67" height="16" border="0"> </a>
</td>
<td width="123" valign="middle" bgcolor="#F4F7FE">
<a href="/CarFitManageSystem/postSessionCase.do"><img
width="50" height="19" src="./image/submit.gif" border="0">
</a>
</td>
</tr>
<tr>
<td height="24" valign="middle">
<a href="main.jsp" class="STYLE6"><img src="./img/aaaa.gif"
width="42" height="16" border="0"> </a>
</td>
<td valign="middle">
<a href="/CarFitManageSystem/postSessionCase.do"><img
src="./image/logout.gif" width="42" height="16" border="0">
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="14" colspan="3" valign="bottom" bgcolor="#CEEFF7">
<table width="100%" height="14" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td height="14" valign="middle" class="STYLE5">
<table width="760" height="34" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td width="355" height="13" valign="middle">
<marquee direction="left" scrolldelay="100"
onMouseMove="this.stop()" onMouseOut="this.start()"
class="STYLE5">
欢迎来到中国胜利汽配!!
</marquee>
</td>
<td width="356" valign="middle">
<div align="center">
<font color="red"> <logic:notEmpty name="storage"
scope="session">
</logic:notEmpty> </font>
<logic:notEmpty name="storage" scope="session">
<span class="STYLE4">欢迎您! <logic:iterate id="use"
name="user" scope="session">
<bean:write name="use" property="empName" />
</logic:iterate> 仓库管理员用户... </span>
</logic:notEmpty>
<span class="STYLE4"> <logic:notEmpty name="stocker"
scope="session">
欢迎您!
<logic:iterate id="use" name="user" scope="session">
<bean:write name="use" property="empName" />
</logic:iterate>
采购员 </logic:notEmpty> <logic:notEmpty name="saler" scope="session">
欢迎您!
<logic:iterate id="use" name="user" scope="session">
<bean:write name="use" property="empName" />
</logic:iterate>
</logic:notEmpty> <logic:notEmpty name="manager" scope="session">
欢迎您!
<logic:iterate id="use" name="user" scope="session">
<bean:write name="use" property="empName" />
</logic:iterate>
经理 </logic:notEmpty> </span>
</div>
</td>
<td width="257" valign="middle" class="STYLE5">
<div align="right">
<script language=JavaScript>
<!--
function PageDate()
{
currentDate = new Date()
with (currentDate)
{
day=getDay()
month=getMonth()+1
this.document.write('今天是'+getFullYear()+'年'+month+'月'+getDate()+'日')
}
if (day==1){document.write(' 星期一')}
if (day==2){document.write(' 星期二')}
if (day==3){document.write(' 星期三')}
if (day==4){document.write(' 星期四')}
if (day==5){document.write(' 星期五')}
if (day==6){document.write(' 星期六')}
if (day==0){document.write(' 星期日')}
document.write('<br>')
}
PageDate()
-->
</script>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -