📄 index.jsp
字号:
<%@ 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">
<html xmlns="http://www.w3.org/1999/xhtml">
<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>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -