📄 layout.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<html>
<head>
<title>学校图书馆管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<script>
<!--
function windowclose()
{
if(confirm("您确定要退出系统吗?"))
{
window.close();
return true;
}
return false;
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type="text/css">
<!--
a:link {
color: #0C53C5;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0C53C5;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color: #0C53C5;
}
a {
font-size: 12px;
}
.style3 {color: #FFFFFF}
.style6 {font-size: 12px}
.button {
background-color: #1453C1;
border: 1px solid #000000;
color: #FFFFFF;
font-size: 12px;
}
.style8 {
color: #FF0000;
font-size: 12px;
}
.style9 {color: #FF0000}
.style12 {
color: #0000FF;
font-weight: bold;
}
.style14 {
font-size: 16px;
color: #FF0000;
font-weight: bold;
}
.style16 {font-size: 14px}
.style17 {color: #FF0000}
.style18 {font-size: 12px; color: #0000FF; }
.text { border: 1px solid #000000;
}
.style19 {
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
.style7 {font-size: 12px; color: #FF0000}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin=0
onLoad="MM_preloadImages('images/menu_xtsy_ch.gif','images/menu_tscx_ch.gif','images/menu_jygl_ch.gif','images/menu_tsgl_ch.gif','images/menu_dzgl_ch.gif','images/menu_gzgl_ch.gif','images/menu_rsbg_ch.gif','images/menu_xtbz_ch.gif')"
valign=top>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<tiles:insert attribute="top" />
</td>
</tr>
<tr>
<td>
<table width="100%" height="500" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="150" valign="top" align="center">
<tiles:insert attribute="left" />
</td>
<td width="827" valign="top">
<tiles:insert attribute="main" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -