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
|
<?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;'> [==Mcompany==] </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;'> [==mtel==] </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;'> [==Memail==] </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;'> [==cus_date==] </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;'> [==smtel==] </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;'> [==smname==] </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;'> [==smoption==] </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;'> [==smemail==] </td> </tr> <tr class='smemail_etc'> <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;'> [==smtitle==] </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;'> [==smdetail==] </td> </tr> </table>
|