Commit 13c79014 authored by AlanGao's avatar AlanGao
Browse files

format jsp

parent 07259995
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<%@page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<% <%
String path = request.getContextPath(); String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
%> %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8"> <meta http-equiv=Content-Type content="text/html; charset=utf-8">
<!-- 指定以IE8的方式来渲染 --> <!-- 指定以IE8的方式来渲染 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
<link rel="shortcut icon" href="<%=path%>/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="<%=path%>/images/favicon.ico" type="image/x-icon"/>
<link href="css/admin.css" type="text/css" rel="stylesheet"> <link href="css/admin.css" type="text/css" rel="stylesheet">
<title>首页说明</title> <title>首页说明</title>
<style type="text/css"> <style type="text/css">
<!-- <!--
body { body {
margin-left: 0px; margin-left: 0px;
margin-top: 0px; margin-top: 0px;
margin-right: 0px; margin-right: 0px;
margin-bottom: 0px; margin-bottom: 0px;
background-color: #EAF2FD; background-color: #EAF2FD;
} }
.STYLE1 {font-size: 12px}
.STYLE4 { .STYLE1 {
font-size: 12px; font-size: 12px
color: #1F4A65; }
font-weight: bold;
} .STYLE4 {
font-size: 12px;
a:link { color: #1F4A65;
font-size: 12px; font-weight: bold;
color: #06482a; }
text-decoration: none;
a:link {
} font-size: 12px;
a:visited { color: #06482a;
font-size: 12px; text-decoration: none;
color: #06482a;
text-decoration: none; }
}
a:hover { a:visited {
font-size: 12px; font-size: 12px;
color: #FF0000; color: #06482a;
text-decoration: underline; text-decoration: none;
} }
a:active {
font-size: 12px; a:hover {
color: #FF0000; font-size: 12px;
text-decoration: none; color: #FF0000;
} text-decoration: underline;
.STYLE7 {font-size: 12} }
-->
</style> a:active {
</head> font-size: 12px;
<body> color: #FF0000;
<table cellSpacing=0 cellPadding=0 width="100%" align=center border=0> text-decoration: none;
<tr height=28> }
<td width="1101" class="STYLE4">
&nbsp;&nbsp;<img src="<%=path%>/images/preferences1.png" width="16" height="16" /> .STYLE7 {
<span >系统管理</span> font-size: 12
</td> }
</tr>
<tr> -->
<td bgColor=#b1ceef height=1></td> </style>
</tr> </head>
<tr height="5px"> <body>
<td background=images/shadow_bg.jpg></td> <table cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
</tr> <tr height=28>
</table> <td width="1101" class="STYLE4">
<p style="font-size: 12px;color: #1F4A65;padding: 10px"> &nbsp;&nbsp;<img src="<%=path%>/images/preferences1.png" width="16" height="16"/>
&nbsp;&nbsp;&nbsp;&nbsp; <span>系统管理</span>
系统管理是管理系统中的基础数据设置信息,包括供应商、资产类型、资产名称、用户管理等,通过系统管理,可以为系统提供基础数据支持。日志管理主要包括供应商、资产类型、资产名称、用户管理等的增删改查等功能点。 </td>
</p> </tr>
</body> <tr>
<td bgColor=#b1ceef height=1></td>
</tr>
<tr height="5px">
<td background=images/shadow_bg.jpg></td>
</tr>
</table>
<p style="font-size: 12px;color: #1F4A65;padding: 10px">
&nbsp;&nbsp;&nbsp;&nbsp;
系统管理是管理系统中的基础数据设置信息,包括供应商、资产类型、资产名称、用户管理等,通过系统管理,可以为系统提供基础数据支持。日志管理主要包括供应商、资产类型、资产名称、用户管理等的增删改查等功能点。
</p>
</body>
</html> </html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment