1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="Content-Type" content="text/html; charset=shift-jis"> |
5 | |
6 | <link rel="stylesheet" href="index.css" type="text/css" > |
7 | <style type="text/css"><!-- |
8 | body { |
9 | background-color:#fff; |
10 | margin: 8px; |
11 | } |
12 | h1 { |
13 | text-align:center; |
14 | } |
15 | table{ |
16 | width: 100%; |
17 | border-collapse: collapse; |
18 | } |
19 | td,th { |
20 | border:1px solid #888; |
21 | padding:0px 0px 0px 0.5em; |
22 | } |
23 | th{ |
24 | background-color:#eee; |
25 | } |
26 | a{ |
27 | text-decoration:underline; |
28 | } |
29 | a:hover { |
30 | background-color: #FDE ; |
31 | } |
32 | |
33 | --></style> |
34 | <title>[%タイトル]</title> |
35 | </head> |
36 | <body > |
37 | <h1>[%タイトル]</h1> |
38 | <table class="t1"> |
39 | <tr> |
40 | <th>名前</th> |
41 | <th>住所</th> |
42 | <th>電話</th> |
43 | <th>Email</th> |
44 | </tr> |
45 | |
46 | [%* |
47 | LI:<tr> |
48 | <td><a href="[%URL]">[%名前c]</a></td> |
49 | <td>[%郵便] [%住所]</td> |
50 | <td>[%電話]</td> |
51 | <td><a href="mailto:[%EMAIL]?body=[%名前] 様%0D%0A&subject=">[%EMAIL]</a></td> |
52 | </tr> |
53 | ] |
54 | </table> |
55 | |
56 | </body> |
57 | </html> |