-
Notifications
You must be signed in to change notification settings - Fork 2
/
training.html
211 lines (203 loc) · 5.68 KB
/
training.html
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>培训费申请</title>
<link href="files/training/styles.css" type="text/css" rel="stylesheet"/>
<script src="resources/scripts/jquery.min.js"></script>
<script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="resources/scripts/bootstrap.min.js"></script>
<script src="files/training/data.js"></script>
</head>
<body>
<div id="background">
<img id="pic1" src="images/contract/con3-1.png" width="1080" height="540" alt=""/>
<!-- <img id="pic2" src="images/contract/con3-2.png" width="1080" height="1380" alt=""/>-->
<img id="pic3" src="images/contract/con3-3.png" width="138" height="130" alt=""/>
<img id="pic4" src="images/contract/con3-4.png" width="152" height="126" alt=""/>
<img id="pic12" src="images/contract/con3-9.png" width="77" height="81" alt=""/>
<img id="pic13" src="images/contract/con3-8.png" width="77" height="81" alt=""/>
<img id="box" src="images/contract/con3-10.png">
<p id="word1">发起公务</p>
<p id="word7">业务报销</p>
</div>
<div style="position: absolute;left: 0px;top: 540px;width: 1080px;height: 174px;">
<table>
<body>
<tr id="choose">
<td width="71px"></td>
<td width="313px" height="174px">选择财务类别</td>
<td width="83px"><img src="images/contract/12-6.png"/></td>
<td id="unit" width="538px">培训费申请</td>
</tr>
</body>
</table>
</div>
<!--<div style="position: absolute;left: 0px;top: 540px;width: 1080px;height: 174px;text-align: center;">
<a style="margin-left: 71px; text-align: left;font-family: '汉仪旗黑-35S';font-size: 51.26px;color: #1D1D26;">选择财务类别</a>
<a style="margin-right: 71px; text-align: right;font-family: '汉仪旗黑-35S';font-size: 51.26px;color: #1D1D26;">培训费申请</a>
</div>-->
<div id="menu">
<img id="back" src="images/contract/back.png">
<table border="0">
<tr>
<td id="word2">差旅费报销</td>
</tr>
<tr>
<td id="word3">差旅费申请</td>
</tr>
<tr>
<td id="word4">公务接待申请</td>
</tr>
<tr>
<td id="word5">培训费申请</td>
</tr>
<tr>
<td id="word6">车辆维修费申请</td>
</tr>
<tr>
<td id="word9">车辆加油申请</td>
</tr>
<tr>
<td id="word8">车辆燃油费报销</td>
</tr>
</table>
</div>
<div class="all" style="position: absolute; top: 714px; left: 0px;width: 1080px;">
<table id="table1" cellspacing="0">
<body>
<tr height="159">
<td width="71"></td>
<td width="243">
<p class="Name">申请人</p>
</td>
<td >
<p class="name">XX</p>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">使用部门</p>
</td>
<td >
<p class="word10">财务部</p>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">培训项目</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">培训日期</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">培训地点</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">参加培训人数</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="158" style="background-color: #F3F3F3;">
<td width="67"></td>
<td colspan="3"><a class="type">费用明细</a></td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">教材开发费用</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">讲师讲课费</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">培训场地租金</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">培训设备租金</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="159" style="border:2px solid #F3F3F3;">
<td width="71"></td>
<td width="243">
<p class="word9">其他费用</p>
</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
<tr height="158" style="background-color: #F3F3F3;">
<td width="67"></td>
<td class="type">合计费用</td>
<td >
<form>
<input class="input1" type="text" >
</form>
</td>
</tr>
</body>
</table>
</div>
</body>
</html>