@ -1,47 +0,0 @@
|
|||||||
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
||||||
<%
|
|
||||||
String path = request.getContextPath();
|
|
||||||
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
||||||
%>
|
|
||||||
|
|
||||||
<HTML>
|
|
||||||
<HEADER>
|
|
||||||
<TITLE>涉密人员统计</TITLE>
|
|
||||||
</HEADER>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/font.css">
|
|
||||||
<script src="/js/check.js"></script>
|
|
||||||
<script src="../../js/date.js"></script>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
|
|
||||||
<BODY style="text-align:center;">
|
|
||||||
<br/>
|
|
||||||
<H2>涉密人员统计</H2>
|
|
||||||
<FORM name=imgForm METHOD=POST action="Chartsmry.jsp">
|
|
||||||
<%
|
|
||||||
String type=request.getParameter("chart");
|
|
||||||
System.out.println(type+"----++");
|
|
||||||
String checked = "";
|
|
||||||
String pieChecked = "";
|
|
||||||
String barChecked = "";
|
|
||||||
if(type!=null){
|
|
||||||
pieChecked = (type.equals("pie") ? "checked" : "");
|
|
||||||
barChecked = (type.equals("bar") ? "checked" : "");
|
|
||||||
System.out.println(checked);
|
|
||||||
}else
|
|
||||||
pieChecked = "checked";
|
|
||||||
%>
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="pie" <%=pieChecked %>> 饼状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 柱状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 扇形图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 折线图
|
|
||||||
<br/><br/>
|
|
||||||
<INPUT TYPE="submit" style="border: 1px;" VALUE="生成图像" class="box_button" >
|
|
||||||
</FORM>
|
|
||||||
<%
|
|
||||||
if(type!=null){
|
|
||||||
%>
|
|
||||||
<img src = "servlet?type=<%=type %>" BORDER=1 WIDTH=600 HEIGHT=500/>
|
|
||||||
<%} %>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,47 +0,0 @@
|
|||||||
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
||||||
<%
|
|
||||||
String path = request.getContextPath();
|
|
||||||
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
||||||
%>
|
|
||||||
|
|
||||||
<HTML>
|
|
||||||
<HEADER>
|
|
||||||
<TITLE>涉密资产统计</TITLE>
|
|
||||||
</HEADER>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/font.css">
|
|
||||||
<script src="/js/check.js"></script>
|
|
||||||
<script src="../../js/date.js"></script>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
|
|
||||||
<BODY style="text-align:center;">
|
|
||||||
<br/>
|
|
||||||
<H2>涉密资产统计</H2>
|
|
||||||
<FORM name=imgForm METHOD=POST action="Chartsmsb.jsp">
|
|
||||||
<%
|
|
||||||
String type=request.getParameter("chart");
|
|
||||||
System.out.println(type+"----++");
|
|
||||||
String checked = "";
|
|
||||||
String pieChecked = "";
|
|
||||||
String barChecked = "";
|
|
||||||
if(type!=null){
|
|
||||||
pieChecked = (type.equals("pie") ? "checked" : "");
|
|
||||||
barChecked = (type.equals("bar") ? "checked" : "");
|
|
||||||
System.out.println(checked);
|
|
||||||
}else
|
|
||||||
pieChecked = "checked";
|
|
||||||
%>
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="pie" <%=pieChecked %>> 饼状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 柱状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 扇形图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 折线图
|
|
||||||
<br/><br/>
|
|
||||||
<INPUT TYPE="submit" style="border: 1px;" VALUE="生成图像" class="box_button" >
|
|
||||||
</FORM>
|
|
||||||
<%
|
|
||||||
if(type!=null){
|
|
||||||
%>
|
|
||||||
<img src = "servlet2?type=<%=type %>" BORDER=1 WIDTH=600 HEIGHT=500/>
|
|
||||||
<%} %>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,47 +0,0 @@
|
|||||||
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
||||||
<%
|
|
||||||
String path = request.getContextPath();
|
|
||||||
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
||||||
%>
|
|
||||||
|
|
||||||
<HTML>
|
|
||||||
<HEADER>
|
|
||||||
<TITLE>涉密文件统计</TITLE>
|
|
||||||
</HEADER>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/font.css">
|
|
||||||
<script src="/js/check.js"></script>
|
|
||||||
<script src="../../js/date.js"></script>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
|
|
||||||
<BODY style="text-align:center;">
|
|
||||||
<br/>
|
|
||||||
<H2>涉密文件统计</H2>
|
|
||||||
<FORM name=imgForm METHOD=POST action="Chartsmwj.jsp">
|
|
||||||
<%
|
|
||||||
String type=request.getParameter("chart");
|
|
||||||
System.out.println(type+"----++");
|
|
||||||
String checked = "";
|
|
||||||
String pieChecked = "";
|
|
||||||
String barChecked = "";
|
|
||||||
if(type!=null){
|
|
||||||
pieChecked = (type.equals("pie") ? "checked" : "");
|
|
||||||
barChecked = (type.equals("bar") ? "checked" : "");
|
|
||||||
System.out.println(checked);
|
|
||||||
}else
|
|
||||||
pieChecked = "checked";
|
|
||||||
%>
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="pie" <%=pieChecked %>> 饼状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="bar" <%=barChecked %>> 柱状图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="sar" <%=barChecked %>> 扇形图
|
|
||||||
<INPUT TYPE="radio" NAME="chart" VALUE="zar" <%=barChecked %>> 折线图
|
|
||||||
<br/><br/>
|
|
||||||
<INPUT TYPE="submit" style="border: 1px;" VALUE="生成图像" class="box_button" >
|
|
||||||
</FORM>
|
|
||||||
<%
|
|
||||||
if(type!=null){
|
|
||||||
%>
|
|
||||||
<img src = "servlet1?type=<%=type %>" BORDER=1 WIDTH=600 HEIGHT=500/>
|
|
||||||
<%} %>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,5 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Created-By: IntelliJ IDEA
|
|
||||||
Built-By: 20918
|
|
||||||
Build-Jdk: Oracle OpenJDK version 1.8.0_371
|
|
||||||
|
|
@ -1,170 +0,0 @@
|
|||||||
body
|
|
||||||
{
|
|
||||||
scrollbar-highlight-color: #ffffff; /*滚动条及箭头的亮边色*/
|
|
||||||
scrollbar-shadow-color: #cccccc; /*滚动条及箭头的暗边色*/
|
|
||||||
scrollbar-3dlight-color: #cccccc; /*滚动条及箭头的3D亮边色*/
|
|
||||||
scrollbar-track-color: #EFEFEF; /*滚动条底色*/
|
|
||||||
scrollbar-darkshadow-color: #ffffff; /*滚动条及箭头的暗边阴影色*/
|
|
||||||
scrollbar-base-color: #f6f6f6; /*滚动条的基本颜色*/
|
|
||||||
scrollbar-arrow-color: #000000; /*箭头的颜色*/
|
|
||||||
scrollbar-face-color: #f6f6f6; /*滚动条及箭头的颜色*/
|
|
||||||
margin: 0px;
|
|
||||||
overflow: auto;
|
|
||||||
font-size: 9pt;
|
|
||||||
color: #393939;
|
|
||||||
}
|
|
||||||
body, td, th
|
|
||||||
{
|
|
||||||
font-size: 12px;
|
|
||||||
font: 12px tahoma,verdana;
|
|
||||||
}
|
|
||||||
.FRAME
|
|
||||||
{
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.load
|
|
||||||
{
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
background-position: left center;
|
|
||||||
width: 199px;
|
|
||||||
height: 64px;
|
|
||||||
|
|
||||||
|
|
||||||
left: expression((document.body.offsetWidth - 199)/2);
|
|
||||||
top: expression((document.body.offsetHeight - 64)/2);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*头部图片样式*/
|
|
||||||
.top
|
|
||||||
{
|
|
||||||
background-color: #CEE5F5;
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*头部图片上部logo样式*/
|
|
||||||
.logopic
|
|
||||||
{
|
|
||||||
z-index: 100;
|
|
||||||
left: 0px;
|
|
||||||
width: 252px;
|
|
||||||
position: absolute;
|
|
||||||
top: 10px;
|
|
||||||
height: 57px;
|
|
||||||
}
|
|
||||||
.tripbar
|
|
||||||
{
|
|
||||||
position: relative;
|
|
||||||
left: 5px;
|
|
||||||
width: 8px;
|
|
||||||
height: 13px;
|
|
||||||
background: url(left.gif);
|
|
||||||
}
|
|
||||||
.menuwidth
|
|
||||||
{
|
|
||||||
width: 185px;
|
|
||||||
}
|
|
||||||
.menu11
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat;
|
|
||||||
height: 20px;
|
|
||||||
width: 10px;
|
|
||||||
}
|
|
||||||
.menu12
|
|
||||||
{
|
|
||||||
background: url(left11.jpg);
|
|
||||||
}
|
|
||||||
.menu13
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat;
|
|
||||||
background-position: right top;
|
|
||||||
width: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menu21
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);
|
|
||||||
background-position: left;
|
|
||||||
}
|
|
||||||
.menu22
|
|
||||||
{
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
.menu23
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);
|
|
||||||
background-position: right;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu31
|
|
||||||
{
|
|
||||||
background: url(left3.jpg);
|
|
||||||
height: 18px;
|
|
||||||
}
|
|
||||||
.menu32
|
|
||||||
{
|
|
||||||
background: url(left31.jpg);
|
|
||||||
}
|
|
||||||
.menu33
|
|
||||||
{
|
|
||||||
background: url(left3.jpg);
|
|
||||||
background-position: right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right11
|
|
||||||
{
|
|
||||||
background: url(right11.jpg) no-repeat;
|
|
||||||
height: 9px;
|
|
||||||
width: 3px;
|
|
||||||
}
|
|
||||||
.right12
|
|
||||||
{
|
|
||||||
background: url(right12.jpg);
|
|
||||||
}
|
|
||||||
.right13
|
|
||||||
{
|
|
||||||
background: url(right13.jpg) no-repeat;
|
|
||||||
background-position: right top;
|
|
||||||
width: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right21
|
|
||||||
{
|
|
||||||
background-color: #CBE7F5;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.right22
|
|
||||||
{
|
|
||||||
background-color: #CBE7F5;
|
|
||||||
}
|
|
||||||
.right23
|
|
||||||
{
|
|
||||||
background: url(right23.jpg);
|
|
||||||
background-position: right top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right31
|
|
||||||
{
|
|
||||||
background: url(right31.jpg);
|
|
||||||
height: 7px;
|
|
||||||
}
|
|
||||||
.right32
|
|
||||||
{
|
|
||||||
background: url(right32.jpg);
|
|
||||||
}
|
|
||||||
.right33
|
|
||||||
{
|
|
||||||
background: url(right33.jpg);
|
|
||||||
background-position: right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 317 B |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 11 KiB |
@ -1,156 +0,0 @@
|
|||||||
body
|
|
||||||
{
|
|
||||||
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; /*滚动条及箭头的亮边色*/
|
|
||||||
SCROLLBAR-SHADOW-COLOR: #cccccc; /*滚动条及箭头的暗边色*/
|
|
||||||
SCROLLBAR-3DLIGHT-COLOR: #cccccc; /*滚动条及箭头的3D亮边色*/
|
|
||||||
SCROLLBAR-TRACK-COLOR: #EFEFEF; /*滚动条底色*/
|
|
||||||
SCROLLBAR-DARKSHADOW-COLOR:#ffffff; /*滚动条及箭头的暗边阴影色*/
|
|
||||||
SCROLLBAR-BASE-COLOR: #f6f6f6; /*滚动条的基本颜色*/
|
|
||||||
SCROLLBAR-ARROW-COLOR: #000000; /*箭头的颜色*/
|
|
||||||
SCROLLBAR-FACE-COLOR: #f6f6f6; /*滚动条及箭头的颜色*/
|
|
||||||
margin:0px;
|
|
||||||
overflow:auto;
|
|
||||||
}
|
|
||||||
body,td,th
|
|
||||||
{
|
|
||||||
font-size: 12px;
|
|
||||||
font: 12px tahoma,verdana;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
A {
|
|
||||||
COLOR: #FFFFFF
|
|
||||||
}
|
|
||||||
A:link {
|
|
||||||
COLOR: #FFFFFF
|
|
||||||
}
|
|
||||||
A:visited {
|
|
||||||
COLOR: #FFFFFF
|
|
||||||
}
|
|
||||||
A.fdleft:hover {
|
|
||||||
COLOR: #FFFFFF
|
|
||||||
}
|
|
||||||
|
|
||||||
.FRAME
|
|
||||||
{
|
|
||||||
width:100%; height:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.load
|
|
||||||
{
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
background-position: left center;
|
|
||||||
width: 199px;
|
|
||||||
height: 64px;
|
|
||||||
|
|
||||||
|
|
||||||
left: expression((document.body.offsetWidth - 199)/2);
|
|
||||||
top: expression((document.body.offsetHeight - 64)/2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.top
|
|
||||||
{
|
|
||||||
background: url(top_bg.jpg) no-repeat; background-position:right; background-color:#06823c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logopic
|
|
||||||
{
|
|
||||||
z-index: 100; left: 0px; width: 252px; position: absolute; top: 10px; height: 57px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tripbar
|
|
||||||
{
|
|
||||||
position:relative; left:5px; width:8px; height:13px; background: url(left.gif);
|
|
||||||
}
|
|
||||||
|
|
||||||
.menuwidth
|
|
||||||
{
|
|
||||||
width:150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu11
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; height: 10px; width:7px;
|
|
||||||
}
|
|
||||||
.menu12
|
|
||||||
{
|
|
||||||
background: url(left11.jpg);
|
|
||||||
}
|
|
||||||
.menu13
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; background-position:right top; width:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menu21
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:left;
|
|
||||||
}
|
|
||||||
.menu22
|
|
||||||
{
|
|
||||||
background-color:#F5FBF9;
|
|
||||||
}
|
|
||||||
.menu23
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:right; cursor:pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu31
|
|
||||||
{
|
|
||||||
background: url(left3.jpg); height: 7px;
|
|
||||||
}
|
|
||||||
.menu32
|
|
||||||
{
|
|
||||||
background: url(left31.jpg);
|
|
||||||
}
|
|
||||||
.menu33
|
|
||||||
{
|
|
||||||
background : url(left3.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right11
|
|
||||||
{
|
|
||||||
background: url(right11.jpg) no-repeat; height: 10px; width:4px;
|
|
||||||
}
|
|
||||||
.right12
|
|
||||||
{
|
|
||||||
background: url(right12.jpg);
|
|
||||||
}
|
|
||||||
.right13
|
|
||||||
{
|
|
||||||
background: url(right13.jpg) no-repeat; background-position:right top; width:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right21
|
|
||||||
{
|
|
||||||
background-color:#9EE3B7; cursor:pointer;
|
|
||||||
}
|
|
||||||
.right22
|
|
||||||
{
|
|
||||||
background-color:#9EE3B7;
|
|
||||||
}
|
|
||||||
.right23
|
|
||||||
{
|
|
||||||
background: url(right23.jpg);background-position:right top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right31
|
|
||||||
{
|
|
||||||
background: url(right31.jpg); height: 7px;
|
|
||||||
}
|
|
||||||
.right32
|
|
||||||
{
|
|
||||||
background: url(right32.jpg);
|
|
||||||
}
|
|
||||||
.right33
|
|
||||||
{
|
|
||||||
background : url(right33.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 977 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 15 KiB |
@ -1,140 +0,0 @@
|
|||||||
body
|
|
||||||
{
|
|
||||||
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; /*滚动条及箭头的亮边色*/
|
|
||||||
SCROLLBAR-SHADOW-COLOR: #cccccc; /*滚动条及箭头的暗边色*/
|
|
||||||
SCROLLBAR-3DLIGHT-COLOR: #cccccc; /*滚动条及箭头的3D亮边色*/
|
|
||||||
SCROLLBAR-TRACK-COLOR: #EFEFEF; /*滚动条底色*/
|
|
||||||
SCROLLBAR-DARKSHADOW-COLOR:#ffffff; /*滚动条及箭头的暗边阴影色*/
|
|
||||||
SCROLLBAR-BASE-COLOR: #f6f6f6; /*滚动条的基本颜色*/
|
|
||||||
SCROLLBAR-ARROW-COLOR: #000000; /*箭头的颜色*/
|
|
||||||
SCROLLBAR-FACE-COLOR: #f6f6f6; /*滚动条及箭头的颜色*/
|
|
||||||
margin:0px;
|
|
||||||
overflow:auto;
|
|
||||||
}
|
|
||||||
body,td,th
|
|
||||||
{
|
|
||||||
font-size: 12px;
|
|
||||||
font: 12px tahoma,verdana;
|
|
||||||
}
|
|
||||||
.FRAME
|
|
||||||
{
|
|
||||||
width:100%; height:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.load
|
|
||||||
{
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
background-position: left center;
|
|
||||||
width: 199px;
|
|
||||||
height: 64px;
|
|
||||||
|
|
||||||
|
|
||||||
left: expression((document.body.offsetWidth - 199)/2);
|
|
||||||
top: expression((document.body.offsetHeight - 64)/2);
|
|
||||||
}
|
|
||||||
.top
|
|
||||||
{
|
|
||||||
background: url(top_bg.jpg) no-repeat; background-position:right; background-color:#FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logopic
|
|
||||||
{
|
|
||||||
z-index: 100; left: 0px; width: 252px; position: absolute; top: 10px; height: 57px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tripbar
|
|
||||||
{
|
|
||||||
position:relative; left:5px; width:8px; height:13px; background: url(left.gif);
|
|
||||||
}
|
|
||||||
|
|
||||||
.menuwidth
|
|
||||||
{
|
|
||||||
width:160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu11
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; height: 20px; width:10px;
|
|
||||||
}
|
|
||||||
.menu12
|
|
||||||
{
|
|
||||||
background: url(left11.jpg);
|
|
||||||
}
|
|
||||||
.menu13
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; background-position:right top; width:12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menu21
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:left;
|
|
||||||
}
|
|
||||||
.menu22
|
|
||||||
{
|
|
||||||
background-color:#F5FBF9;
|
|
||||||
}
|
|
||||||
.menu23
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:right; cursor:pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu31
|
|
||||||
{
|
|
||||||
background: url(left3.jpg); height: 18px;
|
|
||||||
}
|
|
||||||
.menu32
|
|
||||||
{
|
|
||||||
background: url(left31.jpg);
|
|
||||||
}
|
|
||||||
.menu33
|
|
||||||
{
|
|
||||||
background : url(left3.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right11
|
|
||||||
{
|
|
||||||
background: url(right11.jpg) no-repeat; height: 9px; width:3px;
|
|
||||||
}
|
|
||||||
.right12
|
|
||||||
{
|
|
||||||
background: url(right12.jpg);
|
|
||||||
}
|
|
||||||
.right13
|
|
||||||
{
|
|
||||||
background: url(right13.jpg) no-repeat; background-position:right top; width:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right21
|
|
||||||
{
|
|
||||||
background-color:#FFFFFF; cursor:pointer;
|
|
||||||
}
|
|
||||||
.right22
|
|
||||||
{
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
}
|
|
||||||
.right23
|
|
||||||
{
|
|
||||||
background: url(right23.jpg);background-position:right top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right31
|
|
||||||
{
|
|
||||||
background: url(right31.jpg); height: 7px;
|
|
||||||
}
|
|
||||||
.right32
|
|
||||||
{
|
|
||||||
background: url(right32.jpg);
|
|
||||||
}
|
|
||||||
.right33
|
|
||||||
{
|
|
||||||
background : url(right33.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 72 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 9.1 KiB |
@ -1,141 +0,0 @@
|
|||||||
body
|
|
||||||
{
|
|
||||||
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; /*滚动条及箭头的亮边色*/
|
|
||||||
SCROLLBAR-SHADOW-COLOR: #cccccc; /*滚动条及箭头的暗边色*/
|
|
||||||
SCROLLBAR-3DLIGHT-COLOR: #cccccc; /*滚动条及箭头的3D亮边色*/
|
|
||||||
SCROLLBAR-TRACK-COLOR: #EFEFEF; /*滚动条底色*/
|
|
||||||
SCROLLBAR-DARKSHADOW-COLOR:#ffffff; /*滚动条及箭头的暗边阴影色*/
|
|
||||||
SCROLLBAR-BASE-COLOR: #f6f6f6; /*滚动条的基本颜色*/
|
|
||||||
SCROLLBAR-ARROW-COLOR: #000000; /*箭头的颜色*/
|
|
||||||
SCROLLBAR-FACE-COLOR: #f6f6f6; /*滚动条及箭头的颜色*/
|
|
||||||
margin:0px;
|
|
||||||
overflow:auto;
|
|
||||||
}
|
|
||||||
body,td,th
|
|
||||||
{
|
|
||||||
font-size: 12px;
|
|
||||||
font: 12px tahoma,verdana;
|
|
||||||
}
|
|
||||||
.FRAME
|
|
||||||
{
|
|
||||||
width:100%; height:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.load
|
|
||||||
{
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
border-left:1px solid #6795B4;
|
|
||||||
border-top:1px solid #6795B4;
|
|
||||||
border-bottom:1px solid #6795B4;
|
|
||||||
border-right:1px solid #6795B4;
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
left: expression((document.body.offsetWidth - 199)/2);
|
|
||||||
top: expression((document.body.offsetHeight - 64)/2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.top
|
|
||||||
{
|
|
||||||
background: url(top_bg.jpg) no-repeat; background-position:right; background-color:#FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logopic
|
|
||||||
{
|
|
||||||
z-index: 100; left: 0px; width: 252px; position: absolute; top: 10px; height: 57px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tripbar
|
|
||||||
{
|
|
||||||
position:relative; left:5px; width:8px; height:13px; background: url(left.gif);
|
|
||||||
}
|
|
||||||
|
|
||||||
.menuwidth
|
|
||||||
{
|
|
||||||
width:160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu11
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; height: 20px; width:10px;
|
|
||||||
}
|
|
||||||
.menu12
|
|
||||||
{
|
|
||||||
background: url(left11.jpg);
|
|
||||||
}
|
|
||||||
.menu13
|
|
||||||
{
|
|
||||||
background: url(left1.jpg) no-repeat; background-position:right top; width:12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menu21
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:left;
|
|
||||||
}
|
|
||||||
.menu22
|
|
||||||
{
|
|
||||||
background-color:#F5FBF9;
|
|
||||||
}
|
|
||||||
.menu23
|
|
||||||
{
|
|
||||||
background: url(left2.jpg);background-position:right; cursor:pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu31
|
|
||||||
{
|
|
||||||
background: url(left3.jpg); height: 18px;
|
|
||||||
}
|
|
||||||
.menu32
|
|
||||||
{
|
|
||||||
background: url(left31.jpg);
|
|
||||||
}
|
|
||||||
.menu33
|
|
||||||
{
|
|
||||||
background : url(left3.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right11
|
|
||||||
{
|
|
||||||
background: url(right11.jpg) no-repeat; height: 9px; width:3px;
|
|
||||||
}
|
|
||||||
.right12
|
|
||||||
{
|
|
||||||
background: url(right12.jpg);
|
|
||||||
}
|
|
||||||
.right13
|
|
||||||
{
|
|
||||||
background: url(right13.jpg) no-repeat; background-position:right top; width:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right21
|
|
||||||
{
|
|
||||||
background-color:#FFFFFF; cursor:pointer;
|
|
||||||
}
|
|
||||||
.right22
|
|
||||||
{
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
}
|
|
||||||
.right23
|
|
||||||
{
|
|
||||||
background: url(right23.jpg);background-position:right top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right31
|
|
||||||
{
|
|
||||||
background: url(right31.jpg); height: 7px;
|
|
||||||
}
|
|
||||||
.right32
|
|
||||||
{
|
|
||||||
background: url(right32.jpg);
|
|
||||||
}
|
|
||||||
.right33
|
|
||||||
{
|
|
||||||
background : url(right33.jpg); background-position:right bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 73 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 57 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 55 B |