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
|
<?php include_once("./_common2.php"); ?> <table> <tr> <th style='border-top:2px solid #627aaf;padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>»óÈ£¸í</th> <td style='border-top:2px solid #627aaf;padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==company==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>´ã´çÀÚ</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==name==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>¿¬¶ôó</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==tel==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>¿µ¾÷Àå¼ö</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==ofc_cnt==] </td> </tr> <tr> <th width="150" style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>±³À°Àοø</th> <td width="560" style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==edu_cnt==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>±³À°Àå¼Ò</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==location==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>±³À°¸ñÀû</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==purpose==] </td> </tr> <tr> <th style='padding-left:20px;height:35px;font-size:13px;font-weight:600;line-height:35px;border-bottom:1px solid #e7e7e7;background:#f8f8f8;'>±³À°Èñ¸ÁÀϽÃ</th> <td style='padding-left:10px;font-size:13px;line-height:35px;border-bottom:1px solid #e7e7e7;'> [==date==] </td> </tr> </table>
|