accountybrowse.jsp

来自「电信运营系统代码,功能齐全,结合struts1.2+hibernate+tile」· JSP 代码 · 共 83 行

JSP
83
字号
<%@ page language="java" pageEncoding="gb2312" isELIgnored="false"%>
<%@taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
	<link href='${pageContext.request.contextPath}/css/main.css'
		rel='stylesheet' type='text/css'></link>
	<title>电信运营计费管理系统-帐务管理-年查询</title>
	<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}

.STYLE5 {
	font-size: 9px;
}

P {
	LINE-HEIGHT: 120%;
	font-size: 12px;
	font-style: normal;
}

.STYLE6 {
	font-size: 13px;
	font-weight: bold;
}

.STYLE7 {
	color: #FF8605;
}

P {
	LINE-HEIGHT: 150%;
	font-size: 14px;
	text-indent: 20pt;
	font-style: normal;
}

LI {
	FONT-SIZE: 12px;
}
-->
</style>
</head>
<body>
	<center>
		<!--logo头开始-->
		<tiles:insert flush="true" attribute="logo"></tiles:insert>
		<!--logo头结束-->
		<!--功能导航开始-->
		<tiles:insert flush="true" attribute="toolbar"></tiles:insert>
		<!--功能导航开结束-->
	</center>
	<!--正文区开始[包含左边的功能操作菜单,与中间的操作区域]-->
	<center>
		<table width='778' height='370' border='1'>
			<tr>
				<!--左边列[功能操作菜单]开始 -->
				<td valign='top' bgcolor='#f8f8f8'>
					<tiles:insert flush="true" attribute="menu"></tiles:insert>
				</td>
				<!--左边列[功能操作菜单]结束 -->

				<!--内容区开始-->
				<td width='575' align='center' valign='top'>
					<tiles:insert flush="true" attribute="data"></tiles:insert>
				</td>
				<!--内容区结束-->
			</tr>
		</table>
	</center>
	<!--正文区开始[包含左边的功能操作菜单,与中间的操作区域]结束-->


	<!--页面尾巴开始-->
	<tiles:insert flush="true" attribute="foot"></tiles:insert>
	<!--页面尾巴结束-->
</BODY>
</ui:html>

⌨️ 快捷键说明

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