-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (182 loc) · 6.05 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TTSM 主網站設計稿/切版畫面清單</title>
<link rel="stylesheet" href="http://xy.com/wp-content/themes/[yourTheme]/css/fontello.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous" />
<style>
body {
font-size: 1.1em;
line-height: 1.8;
}
td h2 {
font-size: 1.2em;
}
table {
padding: 0;
border-collapse: collapse;
font-size: 16px;
width: 80%;
margin: 20px auto;
}
/*table caption {
font-size: 18px;
padding: 8px;
color: #333;
margin: 0 auto;
}*/
table caption span {
font-size: 24px;
font-weight: bold;
}
table th {
color: white;
padding: 6px 20px;
background-color: #41398a;
}
table td {
vertical-align: top;
border: 1px solid #ccc;
padding: 6px 20px;
}
/*table tr:nth-child(even) { background-color: #ddd; }*/
.list {
display: block;
float: left;
width: 45%;
}
.list li {
font-size: 1em;
line-height: 2;
}
.DL {
font-size: 1.35em;
line-height: 1.2;
margin: 0 auto;
text-align: center;
display: block;
}
.HL {
color: #c00 !important;
}
.OK {
background-color: pink;
color: #f00;
margin-left: 3px;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
}
.focus {
background: #dc0000;
color: #fff;
display: inline-block;
padding: 0.45em 1em;
font-size: 85%;
border-radius: 20px;
}
.new-add {
background: #f4f4f4;
padding: 1em;
border-left: solid 4px red;
}
.new-add h2 {
margin-top: 10px;
}
a {
text-decoration: none;
}
b {
padding: 0.25em 0.5em;
background: #dc0000;
color: #fff;
margin-left: 10px;
}
.note {
background: #eee;
margin-bottom: 0.5em;
}
.note h3 {
font-size: 1em;
padding-left: 1em;
color: #222 !important;
}
.note ul {
font-size: 0.9em;
}
.note a {
color: #a82476;
font-weight: bold;
}
.note b {
}
.title {
color: #41398a;
font-size: 1.125em;
}
.title b {
font-size: 2em;
margin-right: 0.5em;
}
</style>
</head>
<body>
<table width="100%" border="0">
<caption class="title">
<b>2023</b
>TTSM 主網站畫面清單
</caption>
<tr>
<th width="20%">編號</th>
<th>版型</th>
<th width="30%">處理狀態</th>
</tr>
<tr>
<td><strong>TTSM會員前台切版檔案</strong><br /></td>
<td>
<h2>頁面</h2>
<ul>
<li><a href="TTSM/mp.html" target="_blank">首頁 - mp.html</a></li>
<li><a href="TTSM/cp.html" target="_blank">關於我們 - cp.html</a></li>
<li><a href="TTSM/news.html" target="_blank">最新消息 - news.html</a></li>
<li><a href="TTSM/news_detail.html" target="_blank">最新消息-內頁 - news_detail.html</a></li>
<li><a href="TTSM/video.html" target="_blank">影片專區 - video.html</a></li>
<li><a href="TTSM/exhibition.html" target="_blank">展覽檔期 - exhibition.html</a></li>
<li><a href="TTSM/exhibition_detail.html" target="_blank">展覽檔期-內頁 - exhibition_detail.html</a></li>
</ul>
<div class="new-add">
<ul>
<li><a href="TTSM/login.html" target="_blank">login</a> login<span class="OK">✓</span></li>
</ul>
<h2>form modual</h2>
<ul>
<li><a href="TTSM/form_modual.html" target="_blank">表單模組</a><b> 步驟樣式</b> form_modual</li>
</ul>
<h2>會員註冊</h2>
<ul>
<li><a href="TTSM/member-register-01.html" target="_blank">01註冊會員</a> member-register-01<span class="OK">✓</span></li>
<!-- <li><a href="TTSM/member-register-02.html" target="_blank">02驗證電子郵</a> member-register-02<span class="OK">✓</span></li> -->
<li><a href="TTSM/member-register-03.html" target="_blank">03註冊</a> member-register-03<span class="OK">✓</span></li>
</ul>
<h2>忘記密碼</h2>
<ul>
<li><a href="TTSM/password-01.html" target="_blank">01輸入電子信箱</a> password-01<span class="OK">✓</span></li>
<li><a href="TTSM/password-02.html" target="_blank">02重設密碼</a> password-02<span class="OK">✓</span></li>
<li><a href="TTSM/password-03.html" target="_blank">03設定成功</a> password-03<span class="OK">✓</span></li>
</ul>
<h2>電子信箱驗證</h2>
<ul>
<li><a href="TTSM/email-verify-01.html" target="_blank">01電子信箱驗證</a> email-verify-01<span class="OK">✓</span></li>
<li><a href="TTSM/email-verify-02.html" target="_blank">02驗證完成</a> email-verify-02<span class="OK">✓</span></li>
</ul>
</div>
</td>
<td></td>
</tr>
</table>
</body>
</html>