liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<%@ 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>