<%@ page language="java" contentType="text/html; charset=utf-8"
|
pageEncoding="utf-8"%>
|
<%@page import="com.landy.gum.session.SessionContextUserEntity"%>
|
<%String path = request.getContextPath();
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
Integer locationid = SessionContextUserEntity.getCurrentUser().getLocationid();
|
%>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<title>常用下载</title>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<base href="<%=basePath%>">
|
<script type="text/javascript"
|
src="system/parameterset/js/OftenDownLoad.js"></script>
|
<style type="text/css">
|
.one {
|
width: 47%;
|
float: left;
|
margin-left: 2%;
|
margin-top: 20px;
|
*margin-top: 10px;
|
margin-left: 30px;
|
}
|
|
.mainlist {
|
text-align: center;
|
width: 100%;
|
margin: 0 auto;
|
margin-top: 10px;
|
*margin-top: 15px;
|
}
|
|
fieldset {
|
width: 100%;
|
border-radius: 5px;
|
-webkit-border-radius: 5px;
|
-moz-border-radius: 5px;
|
margin: 0 auto;
|
margin-top: 5px;
|
z-index: -1;
|
background: #FFF;
|
border: 1px solid #ccc;
|
}
|
|
.ml,.mlf {
|
width: 100%;
|
margin: 0 auto;
|
margin-left: 2px;
|
}
|
|
legend {
|
width: 110px;
|
height: 28px;
|
margin: 0 auto;
|
*margin-top: -15px;
|
margin-top: -15px;
|
margin-bottom: 5px;
|
margin-left: 41%;
|
border-radius: 5px;
|
-webkit-border-radius: 5px;
|
-moz-border-radius: 5px;
|
background: #FFF;
|
border: 1px solid #ccc;
|
font-size: 14px;
|
color: #000;
|
line-height: 2em;
|
text-align: center;
|
}
|
|
legend span[class="legend"] {
|
z-index: 1;
|
height: 25px;
|
text-align: center;
|
}
|
|
.ml ul,.mlf ul {
|
width: 100%;
|
float: left;
|
margin-bottom:10px;
|
}
|
|
.ml ul li:first-child {
|
text-align: right;
|
width: 25%;
|
}
|
|
.mlf ul li:first-child {
|
text-align: right;
|
}
|
|
.ml ul li[class="input"],.mlf ul li[class="input"] {
|
text-align: left;
|
}
|
|
.ml ul li,.mlf ul li {
|
float: left;
|
height: 30px;
|
line-height: 30px;
|
background;
|
}
|
|
input.input1 {
|
size: 0px;
|
height: 25px;
|
line-height: 25px;
|
}
|
|
.input-notificationn1 {
|
background-position: 88px 0px;
|
background-repeat: no-repeat;
|
background-color: transparent;
|
position: relative;
|
top: 0px;
|
padding-left: 110px;
|
}
|
</style>
|
</head>
|
|
<body>
|
<div class="pageContent" id="pageContent">
|
<div class="bodyContAll">
|
<div class="queryBut" id="queryBut">
|
<span class="cont_img">常用下载列表</span>
|
<span class="but">
|
<ul>
|
<li class="but_back imageBut"></li>
|
<li id='backBtn'>返回</li>
|
</ul>
|
</span>
|
</div>
|
<div class="queryConditions" id="queryConditions">
|
<form id="menuEditDialogForm" valid="true" class="conditions">
|
|
<div class="one" >
|
<div class="mainlist">
|
|
<fieldset>
|
<legend>
|
<span class="legend">下载</span>
|
</legend>
|
<div class="ml" id="parameterStates">
|
<ul>
|
<li>打印控件:</li>
|
<li class="input">32位:<a href="print/install_lodop32.zip">打印控件32位下载</a>
|
</li>
|
<li class="input" style="margin-left:20px">64位:<a
|
href="print/install_lodop64.zip">打印控件64位下载</a>
|
</li>
|
</ul>
|
<ul>
|
<li>模板下载:</li>
|
<li class="input"><a href="initialization/excels_templet/dictionary.xls">数据字典模板</a>
|
</li>
|
<li class="input" style="margin-left:20px"><a
|
href="initialization/excels_templet/supplier.xls">供应商信息模板</a>
|
</li>
|
<li class="input" style="margin-left:20px"><a
|
href="initialization/excels_templet/product.xls">产品信息模板</a>
|
</li>
|
<li class="input" style="margin-left:20px"><a
|
href="initialization/excels_templet/product-supplier.xls">产品-供应商对应表模板</a>
|
</li>
|
</ul>
|
|
</div>
|
</fieldset>
|
</div>
|
</div>
|
</form>
|
</div>
|
</div>
|
<div class="clear"></div>
|
</div>
|
</body>
|
</html>
|