-
Notifications
You must be signed in to change notification settings - Fork 0
/
cp_table_pdf.htm
334 lines (333 loc) · 11.6 KB
/
cp_table_pdf.htm
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta name="robots" content="noindex" />
<!-- 使用 noindex 禁止 Google 搜尋建立索引,套版時請工程師刪掉這行 -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>臺北市社區疫苗接種系統</title>
<!--HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries [if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- hyUI css -->
<link rel="stylesheet" href="css/hyui.css" />
<link rel="stylesheet" href="css/PDF.css" />
<!-- favicon -->
<link href="images/favicon.png" rel="icon" type="image/x-icon" />
</head>
<body>
<!-- PDF -->
<div class="PDF">
<!-- cp star -->
<section class="cp">
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 1</span><span class="tt">完成報到</span><span class="time">1131001 09:00:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">報名序號</th>
<td>12</td>
</tr>
<tr>
<th scope="row">接種者姓名</th>
<td>王大明</td>
</tr>
<tr>
<th scope="row">身分證統一編號/統一證號</th>
<td>A123456789</td>
</tr>
<tr>
<th scope="row">生日</th>
<td>0470110 (66歲)</td>
</tr>
<tr>
<th scope="row">戶籍</th>
<td>北市</td>
</tr>
<tr>
<th scope="row">手機</th>
<td>0912345678</td>
</tr>
<tr>
<th scope="row">可接種資格</th>
<td>央PPV、流感</td>
</tr>
<tr>
<th scope="row">接種意願</th>
<td>肺鏈、流感</td>
</tr>
<tr>
<th scope="row">體溫</th>
<td>北市</td>
</tr>
<tr>
<th scope="row">戶籍</th>
<td>36.5 ℃</td>
</tr>
<tr>
<td scope="row" colspan="2">
<div class="checklist"><img src="images/basic/icon_success.svg" alt="同意" />本人同意接種意願書以電子簽名方式辦理</div>
<div class="checklist"><img src="images/basic/icon_success.svg" alt="同意" />本人已理解接種此項疫苗之保護效果、副作用及禁忌、並同意接種</div>
</td>
</tr>
<tr>
<th scope="row">接種者簽名</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 2</span><span class="tt">完成評估:可接種</span><span class="time">1131001 09:10:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">評估醫師</th>
<td>陳明白</td>
</tr>
<tr>
<th scope="row">身分別</th>
<td>肺鏈(R02A)、流感(F03B)</td>
</tr>
<tr>
<th scope="row">評估可接種疫苗類型</th>
<td>央PPV、流感 </td>
</tr>
<tr>
<th scope="row">備註說明</th>
<td>尚無資訊</td>
</tr>
<tr>
<th scope="row">醫師簽名</th>
<td>
<div class="sing"><img src="images/sign2.png" alt="簽名圖檔" /></div>
</td>
</tr>
<tr>
<th scope="row">接種者同意評估結果</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 3</span><span class="tt">完成接種</span><span class="time">1131001 09:20:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">施打護理師</th>
<td>王婷婷</td>
</tr>
<tr>
<th scope="row">疫苗類型/廠牌批號</th>
<td>央PPV(ABC001-CDC)</td>
</tr>
<tr>
<th scope="row">疫苗類型/廠牌批號</th>
<td>流感(未完成接種)</td>
</tr>
<tr>
<th scope="row">未完成接種原因</th>
<td>疫苗廠牌不符合期待</td>
</tr>
<tr>
<th scope="row">護理師簽名</th>
<td>
<div class="sing"><img src="images/sign3.png" alt="簽名圖檔" /></div>
</td>
</tr>
<tr>
<th scope="row">接種者簽名</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
</section>
<!-- cp end-->
</div>
<!-- PDF -->
<!-- PDF2 -->
<div class="PDF">
<!-- cp star -->
<section class="cp">
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 1</span><span class="tt">完成報到</span><span class="time">1131001 09:00:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">報名序號</th>
<td>12</td>
</tr>
<tr>
<th scope="row">接種者姓名</th>
<td>王大明</td>
</tr>
<tr>
<th scope="row">身分證統一編號/統一證號</th>
<td>A123456789</td>
</tr>
<tr>
<th scope="row">生日</th>
<td>0470110 (66歲)</td>
</tr>
<tr>
<th scope="row">戶籍</th>
<td>北市</td>
</tr>
<tr>
<th scope="row">手機</th>
<td>0912345678</td>
</tr>
<tr>
<th scope="row">可接種資格</th>
<td>央PPV、流感</td>
</tr>
<tr>
<th scope="row">接種意願</th>
<td>肺鏈、流感</td>
</tr>
<tr>
<th scope="row">體溫</th>
<td>北市</td>
</tr>
<tr>
<th scope="row">戶籍</th>
<td>36.5 ℃</td>
</tr>
<tr>
<td scope="row" colspan="2">
<div class="checklist"><img src="images/basic/icon_success.svg" alt="同意" />本人同意接種意願書以電子簽名方式辦理</div>
<div class="checklist"><img src="images/basic/icon_success.svg" alt="同意" />本人已理解接種此項疫苗之保護效果、副作用及禁忌、並同意接種</div>
</td>
</tr>
<tr>
<th scope="row">接種者簽名</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 2</span><span class="tt">完成評估:可接種</span><span class="time">1131001 09:10:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">評估醫師</th>
<td>陳明白</td>
</tr>
<tr>
<th scope="row">身分別</th>
<td>肺鏈(R02A)、流感(F03B)</td>
</tr>
<tr>
<th scope="row">評估可接種疫苗類型</th>
<td>央PPV、流感 </td>
</tr>
<tr>
<th scope="row">備註說明</th>
<td>尚無資訊</td>
</tr>
<tr>
<th scope="row">醫師簽名</th>
<td>
<div class="sing"><img src="images/sign2.png" alt="簽名圖檔" /></div>
</td>
</tr>
<tr>
<th scope="row">接種者同意評估結果</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
<!-- cptable star -->
<div class="cptable">
<div class="f_title"><span class="step">Step 3</span><span class="tt">完成接種</span><span class="time">1131001 09:20:00</span></div>
<table>
<tbody>
<tr>
<th scope="row">施打護理師</th>
<td>王婷婷</td>
</tr>
<tr>
<th scope="row">疫苗類型/廠牌批號</th>
<td>央PPV(ABC001-CDC)</td>
</tr>
<tr>
<th scope="row">疫苗類型/廠牌批號</th>
<td>流感(未完成接種)</td>
</tr>
<tr>
<th scope="row">未完成接種原因</th>
<td>疫苗廠牌不符合期待</td>
</tr>
<tr>
<th scope="row">護理師簽名</th>
<td>
<div class="sing"><img src="images/sign3.png" alt="簽名圖檔" /></div>
</td>
</tr>
<tr>
<th scope="row">接種者簽名</th>
<td>
<div class="sing"><img src="images/sign1.png" alt="簽名圖檔" /></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- cptable end -->
</section>
<!-- cp end-->
</div>
<!-- PDF2 -->
<!-- JS-->
<!-- JQ -->
<script src="js/jquery-3.6.0.min.js"></script>
<!-- 外掛 plugin js -->
<script src="vendor/jquery.easing.min.js"></script>
<!-- ease -->
<script src="vendor/slick/slick.min.js "></script>
<!-- slick -->
<script src="vendor/lazyload/lazyload.js"></script>
<!-- lazyload -->
<script src="vendor/picturefill/picturefill.min.js" async></script>
<!-- picturefill -->
<script src="vendor/scrolltable/jquery.scroltable.min.js"></script>
<!-- scrolltable -->
<!-- fancybox -->
<script src="vendor/fancybox/fancybox.umd.js"></script>
<script>
Fancybox.bind('[data-fancybox]', {
//
});
</script>
<!-- hyUI -->
<script src="js/hyui.js"></script>
<!-- 客製js -->
<script src="js/customize.js"></script>
</body>
</html>