empirecms.temp.sql
186 KB
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
# --------------------------------------------------------
#
# 帝國網站管理系統
#
# http://www.PHome.Net
#
# EmpireCMS Version 7.2
#
# --------------------------------------------------------
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsbqtemp`;
CREATE TABLE `phome_enewsbqtemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`modid` smallint(5) unsigned NOT NULL default '0',
`temptext` text NOT NULL,
`showdate` varchar(50) NOT NULL default '',
`listvar` text NOT NULL,
`subnews` smallint(5) unsigned NOT NULL default '0',
`rownum` smallint(5) unsigned NOT NULL default '0',
`classid` smallint(5) unsigned NOT NULL default '0',
`docode` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`tempid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsbqtemp` VALUES (1, '子欄目導航標籤模板', 1, '| [!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<a href=\\"[!--classurl--]\\">[!--classname--]</a> | ', 0, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (2, '標題列表模板', 1, '[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<li><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</a></li>', 0, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (3, '標題+簡介', 1, '[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'm-d', '<li><p><strong><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</a></strong>[!--smalltext--] </p></li>', 60, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (4, '頭條相關', 1, '[!--empirenews.listtemp--]<!--list.var1--> <!--list.var2-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<a href="[!--titleurl--]" title="[!--oldtitle--]">·[!--title--]</a>', 0, 2, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (5, '圖片+標題+簡介', 1, '[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<table width=\\"94%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"6\\" class=\\"picText\\">\r\n<tr valign=\\"top\\">\r\n<td><a href=\\"[!--titleurl--]\\" target=\\"_blank\\"><img width=\\"70\\" height=\\"78\\" src=\\"[!--titlepic--]\\" alt=\\"[!--oldtitle--]\\" /></a></td>\r\n<td><strong><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a></strong>[!--smalltext--]</td>\r\n</tr>\r\n</table>', 56, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (7, '循環子欄目標籤', 1, '<table width="100%" border="0" cellspacing="0" cellpadding="0" class="title">\r\n<tr>\r\n<td><strong>[!--the.classname--]</strong></td>\r\n<td align="right"><a href="[!--the.classurl--]">更多>></a></td>\r\n</tr>\r\n</table>\r\n<table width="100%" border="0" cellspacing="0" cellpadding="0" class="box">\r\n<tr>\r\n<td><ul>\r\n [!--empirenews.listtemp--]\r\n <!--list.var1-->\r\n [!--empirenews.listtemp--]\r\n</ul>\r\n</td>\r\n</tr>\r\n</table>', 'Y-m-d', '<li><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</a> <span>[!--newstime--]</span></li>', 0, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (8, '頭條標題', 1, '[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<strong><a href="[!--titleurl--]">[!--title--]</a></strong>\r\n<p> [!--smalltext--]</p>', 150, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (9, '標題+軟件簡介', 2, '[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<li><p><strong><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a></strong>[!--softsay--]</p></li>', 50, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (10, '排行列表', 1, '[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<li class="no[!--no.num--]"><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</a></li>', 0, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (11, '圖片集分頁模板', 1, '<script type=\\"text/javascript\\">\r\n var photosr=new Array();\r\n [!--photor--]\r\n function GotoPhPage(page){\r\n page=parseInt(page);\r\n document.getElementById(\\"showpagephoto\\").innerHTML=photosr[page];\r\n document.ViewPhotoForm.thisphpage.value=page;\r\n document.ViewPhotoForm.tothephpage.options[page-1].selected=true;\r\n }\r\n //上一頁\r\n function PriPhPage(){\r\n var thispage=parseInt(document.ViewPhotoForm.thisphpage.value);\r\n var num=photosr.length;\r\n if(thispage<=1)\r\n {\r\n return false;\r\n }\r\n GotoPhPage(thispage-1);\r\n }\r\n //下一頁\r\n function NextPhPage(){\r\n var thispage=parseInt(document.ViewPhotoForm.thisphpage.value);\r\n var num=photosr.length;\r\n if(thispage>=num-1)\r\n {\r\n return false;\r\n }\r\n GotoPhPage(thispage+1);\r\n }\r\n function PhAutoPlay(){\r\n var sec=parseInt(document.ViewPhotoForm.autoplaysec.value);\r\n var i;\r\n var num=photosr.length;\r\n for(i=1;i<=sec;i++)\r\n {\r\n if(document.ViewPhotoForm.autophstop.value==0)\r\n {\r\n window.setTimeout(\\"PhAutoPlayExe(\\"+i+\\",\\"+sec+\\")\\",i*1000);\r\n }\r\n else\r\n {\r\n break;\r\n }\r\n }\r\n }\r\n function PhAutoPlayExe(num,sec){\r\n var t;\r\n if(document.ViewPhotoForm.autophstop.value==1)\r\n {\r\n return \\"\\";\r\n }\r\n if(num==sec) \r\n {\r\n t=NextPhPage();\r\n if(t==false)\r\n {\r\n GotoPhPage(1);\r\n }\r\n PhAutoPlay();\r\n } \r\n }\r\n </script>\r\n \r\n<table width=\\"100%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\">\r\n <tr> \r\n <td height=\\"25\\" id=\\"showpagephoto\\" align=\\"center\\"> \r\n <!--list.var1-->\r\n </td>\r\n </tr>\r\n <form name=\\"ViewPhotoForm\\" id=\\"ViewPhotoForm\\" method=\\"POST\\" action=\\"\\">\r\n <tr> \r\n <td height=\\"25\\"> <div align=\\"center\\"> \r\n <input type=\\"button\\" name=\\"Submit\\" value=\\"上一頁\\" onclick=\\"PriPhPage();\\">\r\n \r\n <select name=\\"tothephpage\\" onchange=\\"GotoPhPage(this.options[this.selectedIndex].value)\\">\r\n [!--select--]\r\n </select>\r\n \r\n <input type=\\"button\\" name=\\"Submit2\\" value=\\"下一頁\\" onclick=\\"NextPhPage();\\">\r\n <input name=\\"thisphpage\\" type=\\"hidden\\" value=\\"1\\">\r\n </div></td>\r\n </tr>\r\n <tr>\r\n <td height=\\"25\\"><div align=\\"center\\">\r\n <select name=\\"autoplaysec\\">\r\n <option value=\\"1\\">1秒</option>\r\n <option value=\\"2\\">2秒</option>\r\n <option value=\\"3\\" selected>3秒</option>\r\n <option value=\\"4\\">4秒</option>\r\n <option value=\\"5\\">5秒</option>\r\n <option value=\\"6\\">6秒</option>\r\n <option value=\\"7\\">7秒</option>\r\n <option value=\\"8\\">8秒</option>\r\n <option value=\\"9\\">9秒</option>\r\n <option value=\\"10\\">10秒</option>\r\n </select>\r\n <input name=\\"autophstop\\" type=\\"hidden\\" value=\\"0\\">\r\n <input type=\\"button\\" name=\\"Submit3\\" value=\\"自動播放\\" onclick=\\"document.ViewPhotoForm.autophstop.value=0;PhAutoPlay();\\">\r\n <input type=\\"button\\" name=\\"Submit32\\" value=\\"停止播放\\" onclick=\\"document.ViewPhotoForm.autophstop.value=1;\\">\r\n </div></td>\r\n </tr>\r\n </form>\r\n</table>\r\n<table width=\\"500\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\">\r\n<tr><td>\r\n<marquee behavior=alternate ONMOUSEOUT=\\"this.scrollDelay=1\\" ONMOUSEOVER=\\"this.scrollDelay=600\\" scrollamount=1 SCROLLDELAY=1 border=0 scrolldelay=70 width=\\"100%\\" align=middle>\r\n [!--smalldh--]\r\n</marquee>\r\n</td></tr></table>', 'Y-m-d H:i:s', '<a href=\\\'#ecms\\\' onclick=\\\'NextPhPage();\\\' title=\\\'點擊進入下一張圖片\\\'><img src=\\\'[!--picurl--]\\\' alt=\\\'[!--picname--]\\\' border=1 class=\\\'photoresize\\\'></a><br><span style=\\\'line-height=18pt\\\'>[!--picname--]</span>', 0, 1, 0, 0);
INSERT INTO `phome_enewsbqtemp` VALUES (12, '欄目tabs導航', 1, '[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]', 'Y-m-d H:i:s', '<li id="tabnav_btn_[!--no--]" onmouseover="tabit(this)"><a href="[!--classurl--]">[!--classname--]</a></li>', 0, 1, 0, 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsbqtempclass`;
CREATE TABLE `phome_enewsbqtempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` char(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsclasstemp`;
CREATE TABLE `phome_enewsclasstemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(30) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`classid` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsclasstemp` VALUES (1, '通用一級欄目模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"channle\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"news_list\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n[listsonclass]\\\'selfinfo\\\',5,38,0,0,7,0,0[/listsonclass]</td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo] \r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo] \r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 0);
INSERT INTO `phome_enewsclasstemp` VALUES (2, '分類信息一級欄目模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"channle\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"news_list\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n[listsonclass]\\\'selfinfo\\\',5,38,0,0,7,0,0[/listsonclass]</td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>分類信息搜索</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><form action=\\"[!--news.url--]e/search/index.php\\" method=\\"post\\" name=\\"searchform\\" id=\\"searchform\\">\r\n<table width=\\"98%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"6\\">\r\n<input type=\\"hidden\\" name=\\"tbname\\" value=\\"info\\">\r\n<input type=\\"hidden\\" name=\\"tempid\\" value=\\"1\\">\r\n<tr>\r\n<td><input name=\\"keyboard\\" type=\\"text\\" class=\\"inputText\\" id=\\"keyboard\\" size=\\"18\\" />\r\n<select name=\\"show\\">\r\n<option value=\\"title,smalltext,myarea\\" selected=\\"selected\\">不限</option>\r\n<option value=\\"title\\">信息標題</option>\r\n<option value=\\"smalltext\\">信息內容</option>\r\n<option value=\\"myarea\\">所在地</option>\r\n</select></td>\r\n</tr>\r\n<tr>\r\n<td><select name=\\"classid\\">\r\n<option value=\\\'9\\\'>所有分類</option>\r\n<option value=\\\'10\\\'>|-房屋信息</option>\r\n<option value=\\\'11\\\' > |-房屋求租</option>\r\n<option value=\\\'12\\\' > |-房屋出租</option>\r\n<option value=\\\'13\\\' > |-房屋求購</option>\r\n<option value=\\\'14\\\' > |-房屋出售</option>\r\n<option value=\\\'15\\\' > |-辦公用房</option>\r\n<option value=\\\'16\\\' > |-旺鋪門面</option>\r\n<option value=\\\'17\\\'>|-跳蚤市場</option>\r\n<option value=\\\'18\\\' > |-電腦配件</option>\r\n<option value=\\\'19\\\' > |-電器數碼</option>\r\n<option value=\\\'20\\\' > |-通訊產品</option>\r\n<option value=\\\'21\\\' > |-居家用品</option>\r\n<option value=\\\'22\\\'>|-同城生活</option>\r\n<option value=\\\'23\\\' > |-本地新聞</option>\r\n<option value=\\\'24\\\' > |-購物打折</option>\r\n<option value=\\\'25\\\' > |-旅遊活動</option>\r\n<option value=\\\'26\\\' > |-便民告示</option>\r\n<option value=\\\'27\\\'>|-求職招聘</option>\r\n<option value=\\\'28\\\' > |-工程技術</option>\r\n<option value=\\\'29\\\' > |-財務會計</option>\r\n<option value=\\\'30\\\' > |-餐飲行業</option>\r\n<option value=\\\'31\\\' > |-經營管理</option>\r\n</select>\r\n<input name=\\"Submit2\\" type=\\"image\\" value=\\"搜索\\" src=\\"[!--news.url--]skin/default/images/search.gif\\" /> \r\n[<a href=\\"[!--news.url--]e/DoInfo/ChangeClass.php?mid=8\\" target=\\"_blank\\">發佈信息</a>]</td>\r\n</tr>\r\n</table>\r\n</form></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>地區導航</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--temp.infoarea--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>分類導航</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--temp.infoclassnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo] \r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsclasstempclass`;
CREATE TABLE `phome_enewsclasstempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` char(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsindexpage`;
CREATE TABLE `phome_enewsindexpage` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(30) NOT NULL default '',
`temptext` mediumtext NOT NULL,
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsjstemp`;
CREATE TABLE `phome_enewsjstemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(30) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`classid` smallint(5) unsigned NOT NULL default '0',
`isdefault` tinyint(1) NOT NULL default '0',
`showdate` varchar(20) NOT NULL default '',
`modid` smallint(6) NOT NULL default '0',
`subnews` smallint(6) NOT NULL default '0',
`subtitle` smallint(6) NOT NULL default '0',
PRIMARY KEY (`tempid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsjstemp` VALUES (1, '默認js模板', '[!--empirenews.listtemp--]<li><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a></li>[!--empirenews.listtemp--]', 0, 1, 'm-d', 1, 0, 32);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsjstempclass`;
CREATE TABLE `phome_enewsjstempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` varchar(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewslisttemp`;
CREATE TABLE `phome_enewslisttemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`subnews` smallint(6) NOT NULL default '0',
`isdefault` tinyint(1) NOT NULL default '0',
`listvar` text NOT NULL,
`rownum` smallint(6) NOT NULL default '0',
`modid` smallint(6) NOT NULL default '0',
`showdate` varchar(50) NOT NULL default '',
`subtitle` smallint(6) NOT NULL default '0',
`classid` smallint(5) unsigned NOT NULL default '0',
`docode` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`tempid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewslisttemp` VALUES (1, '默認新聞列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"news_list\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--empirenews.listtemp--]<ul>\r\n<!--list.var1-->\r\n<!--list.var2-->\r\n<!--list.var3-->\r\n<!--list.var4-->\r\n<!--list.var5--></ul>\r\n[!--empirenews.listtemp--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n <td height=\\"38\\"><div class=\\"epages\\">[!--show.listpage--]</div></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo] \r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo] \r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 0, 0, '<li><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a> <span>[!--newstime--]</span></li>', 5, 1, 'Y-m-d', 0, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (2, '默認下載列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"down_list\\"><table bgcolor=\\"#FFFFFF\\" width=\\"100%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" style=\\"table-layout: fixed; word-wrap: break-word\\">\r\n<tr align=\\"center\\">\r\n<td bgcolor=\\"#D0E7F7\\">軟件名稱</td>\r\n<td width=\\"76\\" nowrap=\\"nowrap\\" bgcolor=\\"#D0E7F7\\">整理日期</td>\r\n<td width=\\"70\\" nowrap=\\"nowrap\\" bgcolor=\\"#D0E7F7\\">軟件大小</td>\r\n<td width=\\"50\\" nowrap=\\"nowrap\\" bgcolor=\\"#D0E7F7\\">人氣</td>\r\n<td width=\\"76\\" nowrap=\\"nowrap\\" bgcolor=\\"#D0E7F7\\">軟件等級</td>\r\n</tr>\r\n[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]\r\n</table></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦下載</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,2,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo]\r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 200, 0, '<tr> \r\n <td width=\\"290\\"><img src=\\"[!--news.url--]e/data/images/list.gif\\" width=\\"11\\" height=\\"11\\" border=\\"0\\" /> <b>[!--class.name--]<a href=\\"[!--titleurl--]\\">[!--title--]</a></b></td>\r\n <td align=\\"center\\" nowrap=\\"nowrap\\">[!--newstime--]</td>\r\n <td align=\\"center\\" nowrap=\\"nowrap\\">[!--filesize--]</td>\r\n <td align=\\"center\\" nowrap=\\"nowrap\\">[!--totaldown--]</td>\r\n <td align=\\"center\\" nowrap=\\"nowrap\\"><img src=\\"[!--news.url--]e/data/images/[!--star--]star.gif\\" border=\\"0\\" /></td>\r\n </tr>\r\n <tr valign=\\"top\\"> \r\n <td colspan=\\"5\\" class=\\"softsay\\">[!--softsay--]</td>\r\n</tr>\r\n <tr> \r\n <td colspan=\\"5\\"><font color=\\"green\\">界面語言:</font>[!--language--] <font color=\\"green\\">軟件類型:</font>[!--softtype--] <font color=\\"green\\">授權方式:</font>[!--softsq--] <font color=\\"green\\">運行平台:</font>[!--softfj--]</td>\r\n</tr></td></tr>\r\n <tr> \r\n <td colspan=\\"5\\"><img src=\\"[!--news.url--]e/data/images/line.gif\\" width=\\"100%\\" height=\\"9\\" /></td>\r\n</tr>', 1, 2, 'Y-m-d', 0, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (3, '默認圖片列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"photo_list\\">\r\n[!--empirenews.listtemp--]\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"line_bottom\\">\r\n <tr>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var1--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var2--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var3--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var4--></td>\r\n </tr>\r\n</table>\r\n[!--empirenews.listtemp--]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>圖片推薦</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo]\r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 0, 0, '<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"4\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td align=\\"center\\" class=\\"titlepic\\"><a href=\\"[!--titleurl--]\\"><img src=\\"[!--titlepic--]\\" alt=\\"[!--oldtitle--]\\" width=\\"128\\" height=\\"90\\" border=\\"0\\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a></td>\r\n </tr>\r\n</table>', 4, 3, 'Y-m-d H:i:s', 22, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (4, '默認FLASH列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"flash_list\\">\r\n[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦下載</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo]\r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 200, 0, '<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"8\\" class=\\"line_bottom\\">\r\n<tr valign=\\"top\\">\r\n<td width=\\"200\\" align=\\"center\\"><a href=\\"[!--titleurl--]\\"><img src=\\"[!--titlepic--]\\" width=\\"200\\" height=\\"150\\" border=\\"0\\" /></a></td>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td width=\\"70%\\" height=\\"26\\" style=\\"font-size:14px\\"><strong><a href=\\"[!--titleurl--]\\">[!--title--]</a></strong></td>\r\n<td width=\\"30%\\"><div align=\\"right\\">[!--newstime--]</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\\"2\\"class=\\"flashsay\\">簡介:[!--flashsay--]</td>\r\n</tr>\r\n<tr>\r\n<td height=\\"26\\" colspan=\\"2\\">作者:[!--flashwriter--] 文件大小:[!--filesize--] 作品人氣:[!--onclick--] </td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>', 1, 4, 'Y-m-d', 0, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (5, '默認電影列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"movie_list\\">\r\n[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>影視推薦</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo]\r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 100, 0, '<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"8\\" class=\\"line_bottom\\">\r\n<tr valign=\\"top\\">\r\n <td width=\\"27%\\" align=\\"center\\" class=\\"titlepic\\"><a href=\\"[!--titleurl--]\\"><img src=\\"[!--titlepic--]\\" alt=\\"[!--oldtitle--]\\" width=\\"120\\" height=\\"150\\" border=\\"0\\" /></a></td>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n <td width=\\"80%\\" height=\\"26\\" style=\\"font-size:14px\\"><strong><a href=\\"[!--titleurl--]\\">[!--title--]</a></strong> \r\n <img src=\\"[!--news.url--]e/data/images/[!--star--]star.gif\\" alt=\\"推薦指數[!--star--]顆星\\" border=\\"0\\" align=\\"absmiddle\\" /></td>\r\n <td width=\\"20%\\"> \r\n <div align=\\"right\\">[!--newstime--]</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\\"2\\"><strong>年代:</strong>2008 <strong>出品公司:</strong>[!--company--]</td>\r\n</tr>\r\n<tr>\r\n <td height=\\"26\\" colspan=\\"2\\"><strong>導演:</strong>[!--playadmin--]</td>\r\n</tr>\r\n<tr>\r\n <td height=\\"26\\" colspan=\\"2\\"><strong>主演:</strong>[!--player--]</td>\r\n</tr>\r\n<tr>\r\n <td height=\\"26\\" colspan=\\"2\\"><strong>類型:</strong>[!--movietype--]</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\\"2\\"><strong>影片簡介:</strong>[!--moviesay--] [<a title=\\"閱讀全文\\" href=\\"[!--titleurl--]\\">詳細內容</a>]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>', 1, 5, 'Y-m-d', 0, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (6, '默認商城列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"shop_list\\">\r\n[!--empirenews.listtemp--]\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"line_bottom\\">\r\n <tr>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var1--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var2--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var3--></td>\r\n <td width=\\"25%\\" valign=\\"top\\"><!--list.var4--></td>\r\n </tr>\r\n</table>\r\n[!--empirenews.listtemp--]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>商品推薦</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo]\r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 60, 0, '<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"4\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td align=\\"center\\" class=\\"titlepic\\"><a href=\\"[!--titleurl--]\\"><img src=\\"[!--titlepic--]\\" alt=\\"[!--oldtitle--]\\" width=\\"120\\" height=\\"120\\" border=\\"0\\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" class=\\"tprice\\">市場價:<span>¥[!--tprice--]</span></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" class=\\"price\\">優惠價:<span>¥[!--price--]</span></td>\r\n </tr>\r\n</table>', 4, 6, 'Y-m-d', 20, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (7, '默認文章列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"news_list\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--empirenews.listtemp--]<ul>\r\n<!--list.var1-->\r\n<!--list.var2-->\r\n<!--list.var3-->\r\n<!--list.var4-->\r\n<!--list.var5--></ul>\r\n[!--empirenews.listtemp--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'selfinfo\\\',10,44,0,0,2,0[/ecmsinfo] \r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]\\\'selfinfo\\\',10,40,0,1,10,0[/ecmsinfo] \r\n</ol></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 0, 0, '<li><a href=\\"[!--titleurl--]\\" title=\\"[!--oldtitle--]\\">[!--title--]</a> <span>[!--newstime--]</span></li>', 5, 7, 'Y-m-d', 0, 0, 0);
INSERT INTO `phome_enewslisttemp` VALUES (8, '分類信息默認列表模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td colspan=\\"3\\" class=\\"info_list\\">\r\n[!--empirenews.listtemp--]\r\n<!--list.var1-->\r\n[!--empirenews.listtemp--]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n<tr>\r\n<td>[!--show.page--]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\">\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>地區導航</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--temp.infoarea--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>分類導航</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[!--temp.infoclassnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>推薦信息</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[!--self.goodnews--]\r\n</ul></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 120, 0, '<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"8\\" class=\\"line_bottom\\">\r\n<tr valign=\\"top\\">\r\n<td align=\\"center\\" class=\\"titlepic\\"><a href=\\"[!--titleurl--]\\"><img src=\\"[!--titlepic--]\\" alt=\\"[!--oldtitle--]\\" width=\\"80\\" height=\\"60\\" border=\\"0\\" /></a></td>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td width=\\"70%\\" height=\\"26\\" style=\\"font-size:14px\\"><strong>[<a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--classid--]&ph=1&myarea=[!--myarea--]\\">[!--myarea--]</a>] <a href=\\"[!--titleurl--]\\">[!--title--]</a>\r\n</strong> 關註:<span class=\\"click\\">[!--onclick--]</span></td>\r\n<td width=\\"30%\\"><div align=\\"right\\">[!--newstime--]</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\\"2\\" class=\\"smalltext\\">[!--smalltext--] [<a title=\\"閱讀全文\\" href=\\"[!--titleurl--]\\">詳細內容</a>]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>', 1, 8, 'Y-m-d', 0, 0, 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewslisttempclass`;
CREATE TABLE `phome_enewslisttempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` varchar(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsnewstemp`;
CREATE TABLE `phome_enewsnewstemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`isdefault` tinyint(1) NOT NULL default '0',
`temptext` mediumtext NOT NULL,
`showdate` varchar(50) NOT NULL default '',
`modid` smallint(6) NOT NULL default '0',
`classid` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`tempid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsnewstemp` VALUES (1, '默認新聞內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]e/data/js/ajax.js\\"></script>\r\n</head>\r\n<body class=\\"showpage news\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"title_info\\">\r\n<tr>\r\n<td><h1>[!--title--]</h1></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"info_text\\">時間:[!--newstime--] 來源:[!--befrom--] 作者:[!--writer--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td id=\\"text\\">[!--newstext--]\r\n<p align=\\"center\\" class=\\"pageLink\\">[!--page.url--]</p></td>\r\n</tr>\r\n</table>\r\n<table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"8\\">\r\n<tr>\r\n<td><table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"digg\\">\r\n<tr>\r\n<td class=\\"diggnum\\" id=\\"diggnum\\"><strong><script type=\\"text/javascript\\" src=\\"[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=5\\"></script></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"diggit\\"><a href=\\"JavaScript:makeRequest(\\\'[!--news.url--]e/public/digg/?classid=[!--classid--]&id=[!--id--]&dotop=1&doajax=1&ajaxarea=diggnum\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">來頂一下</a></td>\r\n</tr>\r\n</table></td>\r\n<td><table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"digg\\">\r\n<tr>\r\n<td valign=\\"middle\\" class=\\"diggnum\\"><strong><a href=\\"[!--news.url--]\\"><img src=\\"[!--news.url--]skin/default/images/back.gif\\" alt=\\"返回首頁\\" width=\\"12\\" height=\\"13\\" border=\\"0\\" align=\\"absmiddle\\" /></a></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"diggit\\"><a href=\\"[!--news.url--]\\">返回首頁</a></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n </td>\r\n</tr>\r\n</table>\r\n[!--temp.pl--]\r\n</td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td>[phomenewspic]\\\'news\\\',2,4,128,90,1,20,20[/phomenewspic]\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>相關文章</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[!--other.link--]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>欄目更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>欄目熱門</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n[!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d H:i:s', 1, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (2, '默認下載內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"2\\" bgcolor=\\"#FFFFFF\\">\r\n <tbody>\r\n <tr>\r\n <td width=\\"78\\" align=\\"center\\" nowrap=\\"nowrap\\" bgcolor=\\"#E1EFFB\\"><b>軟件名稱:</b></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#E1EFFB\\"><b>[!--title--]</b></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>文件類型:</strong></td>\r\n <td width=\\"296\\">[!--filetype--]</td>\r\n <td width=\\"180\\" rowspan=\\"9\\" align=\\"center\\"><a href=\\"[!--titlepic--]\\" target=\\"_blank\\"><img src=\\"[!--titlepic--]\\" border=\\"0\\" width=\\"128\\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>界面語言:</strong></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--language--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>軟件類型:</strong></td>\r\n <td>[!--softtype--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>運行環境:</strong></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--softfj--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>授權方式:</strong></td>\r\n <td>[!--softsq--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>軟件大小:</strong></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--filesize--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>軟件等級:</strong></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/[!--star--]star.gif\\" border=\\"0\\" /></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>軟件登陸:</strong></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--username--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>作 者 :</strong></td>\r\n <td>[!--softwriter--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>官方網址:</strong></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"><a href=\\\'[!--homepage--]\\\' target=\\"_blank\\">官方站</a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>程序演示:</strong></td>\r\n <td colspan=\\"2\\"><a href=\\\'[!--demo--]\\\' target=\\"_blank\\">演示</a></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#F4F9FD\\"><strong>整理時間:</strong></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\">[!--newstime--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\"><strong>軟件簡介:</strong></td>\r\n <td \r\n colspan=\\"2\\"> [!--softsay--]</td>\r\n </tr>\r\n <tr>\r\n <td width=\\"78\\" align=\\"center\\" nowrap=\\"nowrap\\" bgcolor=\\"#F4F9FD\\"><b><font color=\\"#008E00\\">下載地址:</font></b></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"> [!--downpath--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" nowrap=\\"nowrap\\"><strong>下載幫助:</strong></td>\r\n <td colspan=\\"2\\"><img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/pl/?classid=[!--classid--]&id=[!--id--]\\">發表評論</a> <img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/member/fava/add/?classid=[!--classid--]&id=[!--id--]\\">加入收藏夾</a> <img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/public/report/?classid=[!--classid--]&id=[!--id--]\\" target=\\"_blank\\">錯誤報告</a></td>\r\n </tr>\r\n <tr>\r\n <td width=\\"78\\" align=\\"center\\" valign=\\"top\\" nowrap=\\"nowrap\\" bgcolor=\\"#F4F9FD\\"><b><font color=\\"#008E0\\">相關軟件:</font></b></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\">[!--other.link--]</td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\" valign=\\"center\\" nowrap=\\"nowrap\\"><strong>下載說明:</strong></td>\r\n <td colspan=\\"2\\">⊙推薦使用網際快車下載本站軟件,使用 WinRAR v3.10 以上版本解壓本站軟件。<br />\r\n ⊙如果這個軟件總是不能下載的請點擊報告錯誤,謝謝合作!!<br />\r\n ⊙下載本站資源,如果服務器暫不能下載請過一段時間重試!<br />\r\n ⊙如果遇到什麼問題,請到<a href=\\"http://www.phome.net\\" target=\\"_blank\\">本站論壇</a>去咨尋,我們將在那裡提供更多\r\n 、更好的資源!<br />\r\n ⊙本站提供的一些商業軟件是供學習研究之用,如用於商業用途,請購買正版。 </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>推薦下載</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_goodnews.js\'></script></ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d', 2, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (3, '默認圖片內容模板(單圖片)', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"1\\" bgcolor=\\"#FFFFFF\\">\r\n <tr>\r\n <td bgcolor=\\"#E1EFFB\\"> <strong>[!--title--]</strong></td>\r\n </tr>\r\n <tr>\r\n <td><table width=\\"0\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td width=\\"25\\"><img src=\\"[!--news.url--]e/data/images/mod/center_1.gif\\" width=\\"25\\" height=\\"24\\" /></td>\r\n <td background=\\"[!--news.url--]e/data/images/mod/box_1.gif\\"> </td>\r\n <td width=\\"25\\"><img src=\\"[!--news.url--]e/data/images/mod/center_2.gif\\" width=\\"25\\" height=\\"24\\" /></td>\r\n </tr>\r\n <tr>\r\n <td background=\\"[!--news.url--]e/data/images/mod/box_4.gif\\"> </td>\r\n <td bgcolor=\\"#F3F3F3\\"><a href=\\"[!--news.url--]e/ViewImg/index.html?url=[!--picurl--]\\" target=\\"_blank\\"><img border=\\"0\\" src=\\"[!--picurl--]\\" class=\\"photoresize\\" /></a></td>\r\n <td background=\\"[!--news.url--]e/data/images/mod/box_2.gif\\"> </td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\"[!--news.url--]e/data/images/mod/center_3.gif\\" width=\\"25\\" height=\\"24\\" /></td>\r\n <td background=\\"[!--news.url--]e/data/images/mod/box_3.gif\\"> </td>\r\n <td><img src=\\"[!--news.url--]e/data/images/mod/center_4.gif\\" width=\\"25\\" height=\\"24\\" /></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"1\\">\r\n <tr>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"> <strong>圖片資料</strong></td>\r\n </tr>\r\n <tr>\r\n <td width=\\"80\\">圖片名稱:</td>\r\n <td width=\\"462\\"> [!--title--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F8F8F8\\">人氣:</td>\r\n <td bgcolor=\\"#F8F8F8\\"> [!--onclick--]</td>\r\n </tr>\r\n <tr>\r\n <td>圖片尺寸:</td>\r\n <td> [!--picsize--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F8F8F8\\">圖片大小:</td>\r\n <td bgcolor=\\"#F8F8F8\\"> [!--filesize--]</td>\r\n </tr>\r\n <tr>\r\n <td>編輯:</td>\r\n <td> [!--username--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F8F8F8\\">創建日期:</td>\r\n <td bgcolor=\\"#F8F8F8\\"> [!--newstime--]</td>\r\n </tr>\r\n <tr>\r\n <td valign=\\"top\\">簡介:</td>\r\n <td valign=\\"top\\">[!--picsay--]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table> </td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>圖片推薦</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script> </ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d H:i:s', 3, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (4, '默認圖片內容模板(圖片集)', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"1\\" bgcolor=\\"#FFFFFF\\">\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#E1EFFB\\"><strong>[!--title--]</strong></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"center\\">[eshowphoto]11,0,0[/eshowphoto]</td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>圖片推薦</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script> </ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d H:i:s', 3, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (5, '默認FLASH內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage news\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"title_info\\">\r\n <tr>\r\n <td><h1>[!--title--]</h1></td>\r\n </tr>\r\n <tr>\r\n <td class=\\"info_text\\">時間:[!--newstime--] 作者:[!--flashwriter--] 大小:[!--filesize--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td id=\\"text\\"><p align=\\"center\\">\r\n <object classid=\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\" codebase=\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\" name=\\"top10movie\\" width=\\"[!--width--]\\" height=\\"[!--height--]\\" id=\\"top10movie\\">\r\n <param name=\\"movie\\" value=\\"[!--flashurl--]\\" />\r\n <param name=\\"quality\\" value=\\"high\\" />\r\n <param name=\\"menu\\" value=\\"false\\" />\r\n <embed src=\\"[!--flashurl--]\\" width=\\"[!--width--]\\" height=\\"[!--height--]\\" quality=\\"high\\" pluginspage=\\"http://www.macromedia.com/go/getflashplayer\\" type=\\"application/x-shockwave-flash\\" id=\\"top10movie\\" name=\\"top10movie\\" menu=\\"false\\"></embed>\r\n </object>\r\n </p>\r\n <p><strong>作品簡介:</strong>[!--flashsay--]</p></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>推薦下載</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d H:i:s', 4, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (6, '默認電影內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"2\\">\r\n <tr>\r\n <td width=\\"16%\\"><div align=\\"center\\">[影片名稱]</div></td>\r\n <td width=\\"45%\\"><strong>[!--title--]</strong></td>\r\n <td width=\\"39%\\" rowspan=\\"10\\" align=\\"center\\" valign=\\"top\\" bgcolor=\\"#F4F9FD\\" class=\\"photo\\"><a href=\\"[!--titlepic--]\\" title=\\"查看原圖\\" target=\\"_blank\\"><img src=\\"[!--titlepic--]\\" width=\\"205\\" height=\\"278\\" border=\\"0\\" align=\\"top\\" /></a></td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[領銜主演]</div></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--player--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">[影片類型]</div></td>\r\n <td>[!--movietype--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[帶寬要求]</div></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--playdk--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">\r\n <p>[影片長度]</p>\r\n </div></td>\r\n <td>[!--playtime--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[文件大小]</div></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--filesize--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">[推薦級別]</div></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/[!--star--]star.gif\\" border=\\"0\\" /></td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[上傳時間]</div></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--movietime--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">[下載次數]</div></td>\r\n <td><script src=\\"[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=1\\"></script></td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[文件格式]</div></td>\r\n <td bgcolor=\\"#F4F9FD\\">[!--filetype--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">[在線觀看]</div></td>\r\n <td colspan=\\"2\\">[!--onlinepath--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[下載影片]</div></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\">[!--downpath--]</td>\r\n </tr>\r\n <tr>\r\n <td><div align=\\"center\\">[下載幫助]</div></td>\r\n <td colspan=\\"2\\"><img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/pl/?classid=[!--classid--]&id=[!--id--]\\">發表評論</a> <img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/member/fava/add/?classid=[!--classid--]&id=[!--id--]\\">加入收藏夾</a> <img src=\\"[!--news.url--]e/data/images/gonggao.gif\\" border=\\"0\\" /><a href=\\"[!--news.url--]e/public/report/?classid=[!--classid--]&id=[!--id--]\\" target=\\"_blank\\">錯誤報告</a></td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"><div align=\\"center\\">[影片介紹]</div></td>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"> </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\"3\\" valign=\\"top\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"4\\" style=\\"table-layout: fixed; word-wrap: break-word\\">\r\n <tr>\r\n <td>[!--moviesay--]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>影視推薦</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d', 5, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (7, '默認商城內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"2\\">\r\n <tr>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"> <strong>商品基本信息</strong></td>\r\n </tr>\r\n <tr>\r\n <td width=\\"30%\\" align=\\"center\\" class=\\"titlepic\\"><a href=\\"[!--productpic--]\\" title=\\"預覽大圖\\" target=\\"_blank\\"><img height=\\"128\\" src=\\"[!--titlepic--]\\" width=\\"128\\" border=\\"0\\" /></a></td>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"2\\">\r\n <tr>\r\n <td style=\\"font-size: 14px;\\"><strong>商品名稱:[!--title--]</strong></td>\r\n </tr>\r\n <tr>\r\n <td>市場價:<span class=\\"tprice\\">¥[!--tprice--]</span> 優惠價:<span class=\\"price\\">¥[!--price--]</span> \r\n 點數: [!--buyfen--]</td>\r\n </tr>\r\n <tr>\r\n <td>商品編號:[!--productno--]</td>\r\n </tr>\r\n <tr>\r\n <td>商品品牌:[!--pbrand--]</td>\r\n </tr>\r\n <tr>\r\n <td>計量單位:[!--unit--]</td>\r\n </tr>\r\n <tr>\r\n <td>商品重量:[!--weight--]</td>\r\n </tr>\r\n <tr>\r\n <td>[<a href=\\"#ecms\\" onclick=\\"window.open(\\\'[!--news.url--]e/ShopSys/doaction.php?enews=AddBuycar&classid=[!--classid--]&id=[!--id--]\\\',\\\'\\\',\\\'width=680,height=500,scrollbars=yes,resizable=yes\\\');\\">加入購物車</a>] [<a href=\\"[!--news.url--]e/member/fava/add/?classid=[!--classid--]&id=[!--id--]\\" target=\\"_blank\\">放入收藏夾</a>] [<a href=\\"[!--news.url--]e/pl/?classid=[!--classid--]&id=[!--id--]\\" target=\\"_blank\\">查看評論</a>]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"> <strong>商品介紹</strong></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\\"2\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"8\\">\r\n <tr>\r\n <td id=\\"text\\">[!--newstext--]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>商品推薦</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[phomenewspic]\\\'selfinfo\\\',2,4,128,90,1,20,2[/phomenewspic] </td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>最後更新</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>熱門點擊</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d', 6, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (8, '默認文章內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]e/data/js/ajax.js\\"></script>\r\n</head>\r\n<body class=\\"showpage news\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>您當前的位置:[!--newsnav--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"title_info\\">\r\n<tr>\r\n<td><h1>[!--title--]</h1></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"info_text\\">時間:[!--newstime--] 來源:[!--befrom--] 作者:[!--writer--]</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td id=\\"text\\">[!--newstext--]\r\n<p align=\\"center\\" class=\\"pageLink\\">[!--page.url--]</p></td>\r\n</tr>\r\n</table>\r\n<table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"8\\">\r\n<tr>\r\n<td><table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"digg\\">\r\n<tr>\r\n<td class=\\"diggnum\\" id=\\"diggnum\\"><strong><script type=\\"text/javascript\\" src=\\"[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=5\\"></script></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"diggit\\"><a href=\\"JavaScript:makeRequest(\\\'[!--news.url--]e/public/digg/?classid=[!--classid--]&id=[!--id--]&dotop=1&doajax=1&ajaxarea=diggnum\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">來頂一下</a></td>\r\n</tr>\r\n</table></td>\r\n<td><table border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"digg\\">\r\n<tr>\r\n<td valign=\\"middle\\" class=\\"diggnum\\"><strong><a href=\\"[!--news.url--]\\"><img src=\\"[!--news.url--]skin/default/images/back.gif\\" alt=\\"返回首頁\\" width=\\"12\\" height=\\"13\\" border=\\"0\\" align=\\"absmiddle\\" /></a></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"diggit\\"><a href=\\"[!--news.url--]\\">返回首頁</a></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n[!--temp.pl--]\r\n</td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n <td>[phomenewspic]\\\'article\\\',2,4,128,90,1,20,20[/phomenewspic] </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>相關文章</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[!--other.link--]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>欄目更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_newnews.js\'></script></ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>欄目熱門</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_hotnews.js\'></script></ul></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n[!--page.stats--]\r\n</body>\r\n</html>', 'Y-m-d H:i:s', 7, 0);
INSERT INTO `phome_enewsnewstemp` VALUES (9, '默認分類信息內容模板', 0, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"Keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"showpage info\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"main\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>您當前的位置:[!--newsnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"title_info\\">\r\n <tr>\r\n <td colspan=\\"2\\"><h1>[!--title--]</h1></td>\r\n </tr>\r\n <tr>\r\n <td class=\\"info_text\\">所在地區:<a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--classid--]&ph=1&myarea=[!--myarea--]\\">[!--myarea--]</a> </td>\r\n <td align=\\"right\\" class=\\"info_text\\">時間:[!--newstime--] 【<a \r\nhref=\\"[!--news.url--]e/member/fava/add/?classid=[!--classid--]&id=[!--id--]\\">加入收藏夾</a>】【<a href=\\"[!--news.url--]e/public/report/?classid=[!--classid--]&id=[!--id--]\\" target=\\"_blank\\">舉報</a>】【<a href=\\"javascript:window.close()\\">關閉</a>】</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td id=\\"text\\"><p><a href=\\"[!--titlepic--]\\" title=\\"點擊查看原圖\\" target=\\"_blank\\"><img src=\\"[!--titlepic--]\\" hspace=\\"6\\" border=\\"0\\" align=\\"left\\" /></a>[!--smalltext--]</p></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\" bgcolor=\\"#FFFFFF\\">\r\n <tr>\r\n <td bgcolor=\\"#F4F9FD\\"> <strong>聯繫方式</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"1\\" bgcolor=\\"#F4F9FD\\">\r\n <tr>\r\n <td width=\\"13%\\" bgcolor=\\"#FFFFFF\\"><div align=\\"right\\">發 布 者:</div></td>\r\n \r\n <td width=\\"88%\\" bgcolor=\\"#FFFFFF\\">[!--linkusername--] (<a href=\\"[!--news.url--]e/member/msg/AddMsg/?enews=AddMsg&re=1&username=[!--username--]\\" target=\\"_blank\\">發送站內信息</a>)</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#FFFFFF\\"><div align=\\"right\\">聯繫郵箱:</div></td>\r\n <td bgcolor=\\"#FFFFFF\\"><a href=\\"mailto:[!--email--]\\">[!--email--]</a></td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#FFFFFF\\"><div align=\\"right\\">聯繫方式:</div></td>\r\n <td bgcolor=\\"#FFFFFF\\">[!--mycontact--]</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#FFFFFF\\"><div align=\\"right\\">聯繫地址:</div></td>\r\n <td bgcolor=\\"#FFFFFF\\">[!--address--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"1\\" bgcolor=\\"#FFFFFF\\">\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F8F8F8\\"> <strong>推薦給朋友</strong></td>\r\n </tr>\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td width=\\"2%\\"> </td>\r\n <td><script>\r\nfunction sendtof(url)\r\n{\r\nwindow.clipboardData.setData(\\\'Text\\\',url);\r\nalert(\\\'複製地址完成,粘貼給你好友一起分享。\\\');\r\n}\r\n </script>\r\n <input name=\\"textfield\\" type=\\"text\\" value=\\"http://域名[!--titleurl--]\\" size=\\"60\\" onclick=\\"sendtof(this.value);\\" /></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n [!--temp.pl--]</td>\r\n <td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n <tr>\r\n <td><strong>地區導航</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[!--temp.infoarea--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>分類導航</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td>[!--temp.infoclassnav--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n <tr>\r\n <td><strong>推薦信息</strong></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><ul>\r\n <script src=\'[!--news.url--]d/js/class/class[!--self.classid--]_goodnews.js\'></script>\r\n </ul></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--] [!--page.stats--]\r\n</body>\r\n</html>', 'Y年m月d日 H:i:s', 8, 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsnewstempclass`;
CREATE TABLE `phome_enewsnewstempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` varchar(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewspagetemp`;
CREATE TABLE `phome_enewspagetemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(30) NOT NULL default '',
`temptext` mediumtext NOT NULL,
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewspltemp`;
CREATE TABLE `phome_enewspltemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`isdefault` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewspltemp` VALUES (1, '默認評論列表模板', '<!DOCTYPE HTML PUBLIC \\"-//W3C//DTD HTML 4.01 Transitional//EN\\">\r\n<html>\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\">\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<style type=\\"text/css\\">\r\n<!--\r\nbody,Table{ color: #222; font-size: 12px; }\r\na { color: #222; text-decoration: none; }\r\na:hover { color: #f00; text-decoration: underline; }\r\nh1 { font-size:32px; font-weight: bold; }\r\nh2 { color: #1e3a9e; font-size: 25px; font-weight: bold; }\r\n.you { color: #1f3a87; font-size: 14px; }\r\n.text { font-size: 14px; padding-left: 5px; padding-right: 5px; line-height: 20px}\r\n.re a { color: #1f3a87; }\r\n.name { color: #1f3a87; }\r\n.name a { color: #1f3a87; text-decoration: underline;}\r\n.retext { background-color: #f3f3f3; width: 100%; float: left; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid #ccc; }\r\n.retext textarea { width: 535px; height: 130px; float: left; margin-left: 60px; border-top-style: inset; border-top-width: 2px; border-left-style: inset; border-left-width: 2px; }\r\n.hrLine{BORDER-BOTTOM: #807d76 1px dotted;}\r\n\r\n.ecomment {margin:0;padding:0;}\r\n.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}\r\n.ecommentauthor {float:left; color:#F96; font-weight:bold;}\r\n.ecommenttext {clear:left;margin:0;padding:0;}\r\n-->\r\n</style>\r\n<script src=\\"[!--news.url--]e/data/js/ajax.js\\"></script>\r\n</head>\r\n\r\n<body topmargin=\\"0\\">\r\n<table width=\\"766\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\">\r\n <tr>\r\n <td width=\\"210\\"><a href=\\"[!--news.url--]\\"><img src=\\"[!--news.url--]skin/default/images/logo.gif\\" border=\\"0\\" /></a></td>\r\n <td><h1>網友評論</h1></td>\r\n <td><div align=\\"right\\"><a href=\\"#tosaypl\\"><strong><font color=\\"#FF0000\\">我也評兩句</font></strong></a></div></td>\r\n </tr>\r\n</table>\r\n<table width=\\"766\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" bgcolor=\\"#222\\">\r\n <tr>\r\n <td height=\\"2\\"></td>\r\n </tr>\r\n</table>\r\n<table width=\\"766\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\">\r\n <tr> \r\n <td height=\\"42\\"> \r\n <h2>評論:<a href=\\"[!--titleurl--]\\" target=\\"_blank\\"><font color=\\"#1e3a9e\\">[!--title--]</font></a></h2></td>\r\n <td><div align=\\"right\\"><a href=\\"[!--titleurl--]\\" target=\\"_blank\\">查看原文</a></div></td>\r\n </tr>\r\n</table>\r\n<hr align=\\"center\\" width=\\"766\\" size=1 class=hrline>\r\n<table width=\\"766\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" bgcolor=\\"#384EA3\\">\r\n <form action=\\"../enews/index.php\\" method=\\"post\\" name=\\"infopfenform\\">\r\n <input type=\\"hidden\\" name=\\"enews\\" value=\\"AddInfoPfen\\" />\r\n <input type=\\"hidden\\" name=\\"classid\\" value=\\"[!--classid--]\\" />\r\n <input type=\\"hidden\\" name=\\"id\\" value=\\"[!--id--]\\" />\r\n <tr> \r\n <td width=\\"50%\\" height=\\"27\\" valign=\\"middle\\"><font color=\\"#FFFFFF\\"> 評分: \r\n <input type=\\"radio\\" name=\\"fen\\" value=\\"1\\">\r\n 1分 \r\n <input type=\\"radio\\" name=\\"fen\\" value=\\"2\\">\r\n 2分 \r\n <input name=\\"fen\\" type=\\"radio\\" value=\\"3\\" checked>\r\n 3分 \r\n <input type=\\"radio\\" name=\\"fen\\" value=\\"4\\">\r\n 4分 \r\n <input type=\\"radio\\" name=\\"fen\\" value=\\"5\\">\r\n 5分 \r\n <input type=\\"submit\\" name=\\"Submit\\" value=\\"提交\\">\r\n </font></td>\r\n <td width=\\"50%\\" valign=\\"middle\\"><div align=\\"center\\"><font color=\\"#FFFFFF\\">平均得分: \r\n <strong><span id=\\"pfendiv\\">[!--pinfopfen--]</span></strong> 分,共有 <strong>[!--infopfennum--]</strong> \r\n 人參與評分</font></div></td>\r\n </tr>\r\n </form>\r\n</table>\r\n<table width=\\"766\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" bgcolor=\\"#CCCCCC\\">\r\n <tr> \r\n <td height=\\"30\\" bgcolor=\\"#FFFFFF\\"> \r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"1\\" cellpadding=\\"3\\">\r\n <tr> \r\n <td width=\\"17%\\"> 網友評論</td>\r\n <td width=\\"83%\\"><div align=\\"right\\">[!--listpage--] </div></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr> \r\n <td bgcolor=\\"#f8fcff\\"> [!--empirenews.listtemp--] \r\n <table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" style=\\"word-break:break-all; word-wrap:break-all;\\">\r\n <tr> \r\n <td height=\\"30\\"><span class=\\"name\\">本站網友 [!--username--]</span> <font color=\\"#666666\\">ip:[!--plip--]</font></td>\r\n <td><div align=\\"right\\"><font color=\\"#666666\\">[!--pltime--] 發表</font></div></td>\r\n </tr>\r\n <tr valign=\\"top\\"> \r\n <td height=\\"50\\" colspan=\\"2\\" class=\\"text\\">[!--pltext--]</td>\r\n </tr>\r\n <tr> \r\n <td height=\\"30\\"> </td>\r\n <td><div align=\\"right\\" class=\\"re\\"><a href=\\"#tosaypl\\"[!--includelink--]>回復</a> \r\n <a href=\\"JavaScript:makeRequest(\\\'../pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=1&doajax=1&ajaxarea=zcpldiv[!--plid--]\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">支持</a>[<span id=\\"zcpldiv[!--plid--]\\">[!--zcnum--]</span>] \r\n <a href=\\"JavaScript:makeRequest(\\\'../pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=0&doajax=1&ajaxarea=fdpldiv[!--plid--]\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">反對</a>[<span id=\\"fdpldiv[!--plid--]\\">[!--fdnum--]</span>]\r\n </div></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"1\\" cellpadding=\\"3\\">\r\n <tr>\r\n <td background=\\"[!--news.url--]skin/default/images/plhrbg.gif\\"></td>\r\n </tr>\r\n </table>\r\n [!--empirenews.listtemp--] \r\n <div align=\\"right\\"><br />\r\n [!--listpage--] <br />\r\n <br />\r\n <font color=\\"#FF0000\\">網友評論僅供網友表達個人看法,並不表明本站同意其觀點或證實其描述 </font><br><br> </div></td>\r\n </tr>\r\n <script>\r\n function CheckPl(obj)\r\n {\r\n if(obj.saytext.value==\\"\\")\r\n {\r\n alert(\\"錯誤,評論不能為空\\");\r\n obj.saytext.focus();\r\n return false;\r\n }\r\n return true;\r\n }\r\n </script>\r\n <form action=\\"../pl/doaction.php\\" method=\\"post\\" name=\\"saypl\\" id=\\"saypl\\" onsubmit=\\"return CheckPl(document.saypl)\\">\r\n <tr id=\\"tosaypl\\"> \r\n <td bgcolor=\\"#f8fcff\\"> <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"1\\" cellpadding=\\"3\\">\r\n <tr> \r\n <td width=\\"13%\\" height=\\"28\\"> <span class=\\"you\\">我也評兩句</span></td>\r\n <td valign=\\"middle\\">用戶名: \r\n <input name=\\"username\\" type=\\"text\\" id=\\"username\\" size=\\"12\\" value=\\"[!--lusername--]\\" />\r\n 密碼: \r\n <input name=\\"password\\" type=\\"password\\" id=\\"password\\" size=\\"12\\" value=\\"[!--lpassword--]\\" />\r\n 驗證碼: \r\n <input name=\\"key\\" type=\\"text\\" id=\\"key\\" size=\\"6\\" />\r\n <img src=\\"[!--key.url--]\\" align=\\"middle\\" name=\\"plKeyImg\\" id=\\"plKeyImg\\" onclick=\\"plKeyImg.src=\\\'[!--news.url--]e/ShowKey/?v=pl&t=\\\'+Math.random()\\" title=\\"看不清楚,點擊刷新\\" /> <a href=\\"[!--news.url--]e/member/register/\\" target=\\"_blank\\">還沒有註冊?</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr> \r\n <td bgcolor=\\"#f8fcff\\"> <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"1\\" cellpadding=\\"3\\" class=\\"retext\\">\r\n <tr> \r\n <td width=\\"78%\\"><div align=\\"center\\"> \r\n <textarea name=\\"saytext\\" cols=\\"58\\" rows=\\"6\\" id=\\"saytext\\"></textarea>\r\n </div></td>\r\n <td width=\\"22%\\" rowspan=\\"2\\"> <div align=\\"center\\">\r\n <input name=\\"nomember\\" type=\\"checkbox\\" id=\\"nomember\\" value=\\"1\\" checked=\\"checked\\" />\r\n 匿名發表<br>\r\n <br />\r\n <input name=\\"imageField\\" type=\\"submit\\" id=\\"imageField\\" value=\\" 提 交 \\" />\r\n </div></td>\r\n </tr>\r\n <tr> \r\n <td><div align=\\"center\\"> \r\n <script src=\\"[!--news.url--]d/js/js/plface.js\\"></script>\r\n </div></td>\r\n </tr>\r\n </table> </td>\r\n </tr>\r\n <input name=\\"id\\" type=\\"hidden\\" id=\\"id\\" value=\\"[!--id--]\\" />\r\n <input name=\\"classid\\" type=\\"hidden\\" id=\\"classid\\" value=\\"[!--classid--]\\" />\r\n <input name=\\"enews\\" type=\\"hidden\\" id=\\"enews\\" value=\\"AddPl\\" />\r\n <input name=\\"repid\\" type=\\"hidden\\" id=\\"repid\\" value=\\"0\\" />\r\n </form>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 1);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsprinttemp`;
CREATE TABLE `phome_enewsprinttemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`isdefault` tinyint(1) NOT NULL default '0',
`showdate` varchar(50) NOT NULL default '',
`modid` smallint(6) NOT NULL default '0',
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsprinttemp` VALUES (1, '默認打印模板', '<html>\r\n<head>\r\n<meta http-equiv=\\"content-type\\" content=\\"text/html; charset=utf-8\\">\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<style>\r\nbody{font-family:細明體}td,.f12{font-size:12px}.f24 {font-size:24px;}.f14 {font-size:14px;}.title14 {font-size:14px;line-height:130%}.l17 {line-height:170%;}\r\n</style>\r\n</head>\r\n<body bgcolor=\\"#ffffff\\" topmargin=5 leftmargin=5 marginheight=5 marginwidth=5 onLoad=\\\'window.print()\\\'>\r\n<center>\r\n<table width=650 border=0 cellspacing=0 cellpadding=0>\r\n<tr>\r\n<td height=65 width=180><A href=\\"http://www.phome.net/\\"><IMG src=\\"../../skin/default/images/elogo.jpg\\" alt=\\"帝國軟件\\" width=\\"180\\" height=\\"65\\" border=0></A></td> \r\n<td valign=\\"bottom\\">[!--url--]</td>\r\n<td width=\\"83\\" align=\\"right\\" valign=\\"bottom\\"><a href=\\\'javascript:history.back()\\\'>返回</a> <a href=\\\'javascript:window.print()\\\'>打印</a></td>\r\n</tr>\r\n</table>\r\n<table width=650 border=0 cellpadding=0 cellspacing=20 bgcolor=\\"#EDF0F5\\">\r\n<tr>\r\n<td>\r\n<BR>\r\n<TABLE cellSpacing=0 cellPadding=0 width=\\"100%\\" border=0>\r\n<TBODY>\r\n<TR>\r\n<TH class=\\"f24\\"><FONT color=#05006c>[!--title--]</FONT></TH></TR>\r\n<TR>\r\n<TD>\r\n<HR SIZE=1 bgcolor=\\"#d9d9d9\\">\r\n</TD>\r\n</TR>\r\n<TR>\r\n<TD align=\\"middle\\" height=20><div align=\\"center\\">[!--writer--] [!--newstime--] [!--befrom--]</div></TD>\r\n</TR>\r\n<TR>\r\n<TD height=15></TD>\r\n</TR>\r\n<TR>\r\n<TD class=\\"l17\\">\r\n<FONT class=\\"f14\\" id=\\"zoom\\"> \r\n<P>[!--newstext--]<br>\r\n<BR clear=all>\r\n</P>\r\n</FONT>\r\n</TD>\r\n</TR>\r\n<TR height=10>\r\n<TD></TD>\r\n</TR>\r\n</TBODY>\r\n</TABLE>\r\n[!--titlelink--]\r\n</td>\r\n</tr>\r\n</table>\r\n</center>\r\n</body>\r\n</html>', 1, 'Y-m-d H:i:s', 1);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewspubtemp`;
CREATE TABLE `phome_enewspubtemp` (
`id` smallint(6) NOT NULL auto_increment,
`indextemp` mediumtext NOT NULL,
`cptemp` mediumtext NOT NULL,
`searchtemp` mediumtext NOT NULL,
`searchjstemp` mediumtext NOT NULL,
`searchjstemp1` mediumtext NOT NULL,
`otherlinktemp` mediumtext NOT NULL,
`downsofttemp` text NOT NULL,
`onlinemovietemp` text NOT NULL,
`listpagetemp` text NOT NULL,
`gbooktemp` mediumtext NOT NULL,
`loginiframe` mediumtext NOT NULL,
`otherlinktempsub` tinyint(4) NOT NULL default '0',
`otherlinktempdate` varchar(20) NOT NULL default '',
`loginjstemp` mediumtext NOT NULL,
`downpagetemp` mediumtext NOT NULL,
`pljstemp` mediumtext NOT NULL,
`schalltemp` mediumtext NOT NULL,
`schallsubnum` smallint(6) NOT NULL default '0',
`schalldate` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
INSERT INTO `phome_enewspubtemp` VALUES (1, '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"homepage\\">\r\n[!--temp.header--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>最後更新</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]0,11,28,0,3,2,0[/ecmsinfo]\r\n</ul>\r\n[ecmsinfo]0,1,18,0,5,5,1[/ecmsinfo]</td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n <td> \r\n <!-- 焦點圖片,調用默認模型帶標題圖片的頭條信息 -->\r\n [phomeflashpic]0,3,450,250,0,0,13,3[/phomeflashpic] </td>\r\n</tr>\r\n</table>\r\n<!-- 頭條信息調用 -->\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"8\\" cellpadding=\\"0\\" class=\\"focus\\">\r\n<tr>\r\n<td>[ecmsinfo]0,1,50,0,13,8,0[/ecmsinfo]</td>\r\n</tr>\r\n<tr>\r\n<td align=\\"center\\">[ecmsinfo]0,\\\'1,2\\\',28,0,13,4,0[/ecmsinfo]</td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>推薦資訊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box no_doc\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]0,5,28,0,5,3,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n <td align=\\"center\\" class=\\"banner_ad\\"><a href=\\"http://www.phome.net/ebak2008/\\" target=\\"_blank\\" title=\\"馬上免費下載\\"><img src=\\"[!--news.url--]skin/default/images/empirebak.gif\\" width=\\"920\\" height=\\"90\\" border=\\"0\\" /></a></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td width=\\"230\\" class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong><a href=\\"[!--news.url--]info/\\">分類信息</a></strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]\\\'info\\\',10,28,0,18,2,0[/ecmsinfo]\r\n</ul></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong><a href=\\"[!--news.url--]download/\\">下載更新</a></strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box no_doc\\">\r\n<tr>\r\n<td><ul>\r\n [ecmsinfo]\\\'download\\\',4,26,0,18,9,0[/ecmsinfo] \r\n </ul></td>\r\n</tr>\r\n</table></td>\r\n<td class=\\"content\\"><!-- tab選項卡,默認為點擊變化,如需改為移動,將onmouseover改為onclick -->\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"tbtn1\\">\r\n<tr>\r\n<td class=\\"tbtncon\\"><ul><li class=\\"curr\\" id=\\"tab1_btn_0\\" onmouseover=\\"etabit(this)\\">新聞</li><li id=\\"tab1_btn_1\\" onmouseover=\\"etabit(this)\\">圖片</li><li id=\\"tab1_btn_2\\" onmouseover=\\"etabit(this)\\">影視</li><li id=\\"tab1_btn_3\\" onmouseover=\\"etabit(this)\\">FLASH</li></ul></td>\r\n</tr>\r\n<tr>\r\n<td class=\\"picList\\"><div id=\\"tab1_div_0\\"> [phomenewspic]\\\'news\\\',3,6,128,90,1,20,20[/phomenewspic] \r\n </div>\r\n <div id=\\"tab1_div_1\\" style=\\"display:none;\\"> [phomenewspic]\\\'photo\\\',3,6,128,90,1,20,20[/phomenewspic] \r\n </div>\r\n <div id=\\"tab1_div_2\\" style=\\"display:none;\\"> [phomenewspic]\\\'movie\\\',3,6,128,90,1,20,20[/phomenewspic] \r\n </div>\r\n <div id=\\"tab1_div_3\\" style=\\"display:none;\\"> [phomenewspic]\\\'flash\\\',3,6,128,90,1,20,20[/phomenewspic] \r\n </div></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>精彩專題</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"box\\">\r\n<tr valign=\\"top\\">\r\n<td width=\\"50%\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"news_title\\">\r\n<tr>\r\n <td>[ecmsinfo]34,1,20,0,2,8,0[/ecmsinfo] </td>\r\n</tr>\r\n</table>\r\n<ul>\r\n [ecmsinfo]34,7,26,0,0,2,0[/ecmsinfo] \r\n </ul></td>\r\n<td width=\\"50%\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"news_title\\">\r\n<tr>\r\n <td>[ecmsinfo]35,1,20,0,2,8,0[/ecmsinfo]</td>\r\n</tr>\r\n</table>\r\n<ul>\r\n [ecmsinfo]35,7,26,0,0,2,0[/ecmsinfo] \r\n </ul></td>\r\n</tr>\r\n</table></td>\r\n<td width=\\"240\\" class=\\"sider\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>熱門點擊</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ol class=\\"rank\\">\r\n[ecmsinfo]0,10,28,0,4,10,0[/ecmsinfo] \r\n</ol></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"title margin_top\\">\r\n<tr>\r\n<td><strong>熱門評論文章</strong></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n<td><ul>\r\n[ecmsinfo]0,13,28,0,10,2,0[/ecmsinfo] \r\n</ul></td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n<!-- 友情鏈接 -->\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\" class=\\"links\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" bgcolor=\\"#E9F2FB\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>友情鏈接</strong></td>\r\n <td align=\\"right\\"> </td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\" class=\\"box\\">\r\n<tr>\r\n <td>\r\n <!-- 文字鏈接 -->\r\n [phomelink]9,18,2,0,1[/phomelink] \r\n <hr width=\\"100%\\" size=\\"1\\" noshade=\\"noshade\\" />\r\n <!-- logo鏈接 -->\r\n [phomelink]9,18,1,0,1[/phomelink]</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--pagetitle--] - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--] \r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>現在的位置:[!--newsnav--]\r\n</td>\r\n</tr>\r\n</table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr> \r\n <td width=\\"300\\" valign=\\"top\\"> \r\n <?php\r\n $lguserid=intval(getcvar(\\\'mluserid\\\'));//登陸用戶ID\r\n $lgusername=RepPostVar(getcvar(\\\'mlusername\\\'));//登陸用戶\r\n $lggroupid=intval(getcvar(\\\'mlgroupid\\\'));//會員組ID\r\n if($lggroupid) //登陸會員顯示菜單\r\n {\r\n ?>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"1\\" class=\\"tableborder\\">\r\n <tr class=\\"header\\"> \r\n <td height=\\"20\\" bgcolor=\\"#FFFFFF\\"> <div align=\\"center\\"><strong><a href=\\"[!--news.url--]e/member/cp/\\">會員中心</a></strong></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/EditInfo/\\">修改資料</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/my/\\">帳號狀態</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/msg/\\">站內信息</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/mspace/SetSpace.php\\">空間設置</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/DoInfo/\\">管理信息</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/fava/\\">收藏夾</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/payapi/\\">在線支付</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/friend/\\">我的好友</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/buybak/\\">消費記錄</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/buygroup/\\">在線充值</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/card/\\">點卡充值</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"#ecms\\" onclick=\\"window.open(\\\'[!--news.url--]e/ShopSys/buycar/\\\',\\\'\\\',\\\'width=680,height=500,scrollbars=yes,resizable=yes\\\');\\">我的購物車</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/ShopSys/ListDd/\\">我的訂單</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/login/\\">重新登陸</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/doaction.php?enews=exit\\" onclick=\\"return confirm(\\\'確認要退出?\\\');\\">退出登陸</a></div></td>\r\n </tr>\r\n </table>\r\n <?php\r\n }\r\n else //遊客顯示菜單\r\n {\r\n ?> \r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"1\\" class=\\"tableborder\\">\r\n <tr class=\\"header\\"> \r\n <td height=\\"20\\" bgcolor=\\"#FFFFFF\\"> <div align=\\"center\\"><strong><a href=\\"[!--news.url--]e/member/cp/\\">會員中心</a></strong></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/login/\\">會員登陸</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/member/register/\\">註冊帳號</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"[!--news.url--]e/DoInfo/\\">發佈投稿</a></div></td>\r\n </tr>\r\n <tr> \r\n <td height=\\"25\\" bgcolor=\\"#FFFFFF\\" onmouseout=\\"this.style.backgroundColor=\\\'#ffffff\\\'\\" onmouseover=\\"this.style.backgroundColor=\\\'#EBF3FC\\\'\\"><div align=\\"center\\"><a href=\\"#ecms\\" onclick=\\"window.open(\\\'[!--news.url--]e/ShopSys/buycar/\\\',\\\'\\\',\\\'width=680,height=500,scrollbars=yes,resizable=yes\\\');\\">我的購物車</a></div></td>\r\n </tr>\r\n </table>\r\n <?php\r\n }\r\n ?>\r\n </td>\r\n <td width=\\"85%\\" valign=\\"top\\">[!--empirenews.template--]</td>\r\n </tr>\r\n </table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>高級搜索 - Powered by EmpireCMS</title>\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n<script src=\\"[!--news.url--]e/data/images/setday.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>現在的位置:[!--url--]</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td><form action=\\\'[!--news.url--]e/search/index.php\\\' method=\\"post\\" name=\\"search_news\\" id=\\"search_news\\">\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td width=\\"54%\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"6\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td bgcolor=\\"#F4F4F4\\"><strong>搜索範圍</strong></td>\r\n </tr>\r\n </table></td>\r\n <td width=\\"46%\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"6\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td bgcolor=\\"#F4F4F4\\"><strong>搜索欄目</strong></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr>\r\n <td valign=\\"top\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"6\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td><input type=\\"radio\\" name=\\"show\\" value=\\"title\\" checked=\\"checked\\" />\r\n 標題\r\n <input type=\\"radio\\" name=\\"show\\" value=\\"smalltext\\" />\r\n 簡介\r\n <input type=\\"radio\\" name=\\"show\\" value=\\"newstext\\" />\r\n 內容\r\n <input type=\\"radio\\" name=\\"show\\" value=\\"writer\\" />\r\n 作者\r\n <input name=\\"show\\" type=\\"radio\\" value=\\"title,smalltext,newstext,writer\\" />\r\n 不限</td>\r\n </tr>\r\n </table>\r\n <br />\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"6\\" cellspacing=\\"0\\">\r\n <tr bgcolor=\\"#F4F4F4\\">\r\n <td><strong>時間限制</strong><font color=\\"#666666\\">(0000-00-00為不限制)</font></td>\r\n </tr>\r\n <tr>\r\n <td height=\\"30\\" valign=\\"top\\">從\r\n <input name=\\"starttime\\" type=\\"text\\" value=\\"0000-00-00\\" size=\\"12\\" onclick=\\"setday(this)\\" />\r\n 到\r\n <input name=\\"endtime\\" type=\\"text\\" value=\\"0000-00-00\\" size=\\"12\\" onclick=\\"setday(this)\\" />\r\n 之間的數據</td>\r\n </tr>\r\n <tr>\r\n <td bgcolor=\\"#F4F4F4\\"><strong>價格限制</strong><font color=\\"#666666\\">(商城模型中有效,0為不限制)</font></td>\r\n </tr>\r\n <tr>\r\n <td>從\r\n <input name=\\"startprice\\" type=\\"text\\" id=\\"startprice\\" value=\\"0\\" size=\\"6\\" />\r\n 到\r\n <input name=\\"endprice\\" type=\\"text\\" id=\\"endprice\\" value=\\"0\\" size=\\"6\\" />\r\n 元之間</td>\r\n </tr>\r\n </table></td>\r\n <td valign=\\"top\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"6\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td><select name=\\"classid\\" size=\\"8\\" id=\\"select2\\" style=\\"width: 100%;height:112px\\">\r\n <option value=\\"0\\" selected=\\"selected\\">所有欄目</option>\r\n [!--class--]\r\n \r\n </select></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"6\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td bgcolor=\\"#F4F4F4\\"><strong>結果顯示</strong></td>\r\n </tr>\r\n <tr>\r\n <td height=\\"30\\"><select name=\\"orderby\\" id=\\"select4\\">\r\n <option value=\\"\\">按發佈日期</option>\r\n <option value=\\"id\\">信息ID</option>\r\n <option value=\\"plnum\\">評論數</option>\r\n <option value=\\"onclick\\">人氣</option>\r\n <option value=\\"totaldown\\">下載數</option>\r\n </select>\r\n <select name=\\"myorder\\" id=\\"select5\\">\r\n <option value=\\"0\\">倒序排列</option>\r\n <option value=\\"1\\">順序排列</option>\r\n </select>\r\n </td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td>關鍵字:\r\n <input name=\\"keyboard\\" type=\\"text\\" id=\\"keyboard2\\" size=\\"60\\" />\r\n <input type=\\"submit\\" name=\\"Submit22\\" value=\\"搜索\\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </form></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', '<table border=0 cellpadding=3 cellspacing=1><form name=search_js1 method=post action=\'[!--news.url--]e/search/index.php\' onsubmit=\'return search_check(document.search_js1);\'><tr><td><div align=center>搜索: <select name=show><option value=title>標題</option><option value=smalltext>簡介</option><option value=newstext>內容</option><option value=writer>作者</option><option value=title,smalltext,newstext,writer>搜索全部</option></select><select name=classid><option value=0>所有欄目</option>[!--class--]</select><input name=keyboard type=text size=13><input type=submit name=Submit value=搜索></div></td></tr></form></table>', '<table width=99% border=0 cellpadding=3 cellspacing=1><form name=search_js2 method=post action=\'[!--news.url--]e/search/index.php\' onsubmit=\'return search_check(document.search_js2);\'><tr><td height=25><div align=center>關鍵字: <input name=keyboard type=text size=13></div></td></tr><tr><td><div align=center>範圍: <select name=show><option value=title>標題</option><option value=smalltext>簡介</option><option value=newstext>內容</option><option value=writer>作者</option><option value=title,smalltext,newstext,writer>搜索全部</option></select></div></td></tr><tr><td><div align=center>欄目:<select name=classid><option value=0>所有欄目</option>[!--class--]</select></div></td></tr><tr><td><div align=center><input type=submit name=Submit value=搜索></div></td></tr></form></table>', '[!--empirenews.listtemp--]<li><a href="[!--titleurl--]" title="[!--oldtitle--]">[!--title--]</a></li>[!--empirenews.listtemp--]', '[ <a href=\\"#ecms\\" onclick=\\"window.open(\\\'[!--down.url--]\\\',\\\'\\\',\\\'width=300,height=300,resizable=yes\\\');\\">[!--down.name--]</a> ]', '[ <a href=\\"#ecms\\" onclick=\\"window.open(\\\'[!--down.url--]\\\',\\\'\\\',\\\'width=300,height=300,resizable=yes\\\');\\">[!--down.name--]</a> ]', '頁次:[!--thispage--]/[!--pagenum--] 每頁[!--lencord--] 總數[!--num--] [!--pagelink--] 轉到:[!--options--]', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>留言板 - Powered by EmpireCMS</title>\r\n<meta name=\\"keywords\\" content=\\"[!--bname--]\\" />\r\n<meta name=\\"description\\" content=\\"[!--bname--]\\" />\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr valign=\\"top\\">\r\n<td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n<tr>\r\n<td>現在的位置:<a href=../../../>首頁</a> > [!--bname--]\r\n</td>\r\n</tr>\r\n</table><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"3\\" cellspacing=\\"2\\">\r\n <tr>\r\n <td align=\\"center\\" bgcolor=\\"#E1EFFB\\"><strong>[!--bname--]</strong></td>\r\n </tr>\r\n <tr>\r\n <td align=\\"left\\" valign=\\"top\\"><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\" bgcolor=\\"#FFFFFF\\">\r\n <tr>\r\n <td height=\\"100%\\" valign=\\"top\\" bgcolor=\\"#FFFFFF\\"> [!--empirenews.listtemp--]\r\n <table width=\\"92%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"4\\" cellspacing=\\"1\\" bgcolor=\\"#F4F9FD\\" class=\\"tableborder\\">\r\n <tr class=\\"header\\">\r\n <td width=\\"55%\\" height=\\"23\\">發佈者: [!--name--] </td>\r\n <td width=\\"45%\\">發佈時間: [!--lytime--] </td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td height=\\"23\\" colspan=\\"2\\"><table border=\\"0\\" width=\\"100%\\" cellspacing=\\"1\\" cellpadding=\\"8\\" bgcolor=\\\'#cccccc\\\'>\r\n <tr>\r\n <td width=\\\'100%\\\' bgcolor=\\\'#FFFFFF\\\' style=\\\'word-break:break-all\\\'> [!--lytext--] </td>\r\n </tr>\r\n </table>\r\n [!--start.regbook--]\r\n <table width=\\"100%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\">\r\n <tr>\r\n <td><img src=\\"../../data/images/regb.gif\\" width=\\"18\\" height=\\"18\\" /><strong><font color=\\"#FF0000\\">回復:</font></strong> [!--retext--] </td>\r\n </tr>\r\n </table>\r\n [!--end.regbook--] </td>\r\n </tr>\r\n </table>\r\n <br />\r\n [!--empirenews.listtemp--]\r\n <table width=\\"92%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"4\\" cellspacing=\\"1\\">\r\n <tr>\r\n <td>分頁: [!--listpage--]</td>\r\n </tr>\r\n </table>\r\n <form action=\\"../../enews/index.php\\" method=\\"post\\" name=\\"form1\\" id=\\"form1\\">\r\n <table width=\\"92%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"4\\" cellspacing=\\"1\\"class=\\"tableborder\\">\r\n <tr class=\\"header\\">\r\n <td colspan=\\"2\\" bgcolor=\\"#F4F9FD\\"><strong>請您留言:</strong></td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td width=\\"20%\\">姓名:</td>\r\n <td width=\\"722\\" height=\\"23\\"><input name=\\"name\\" type=\\"text\\" id=\\"name\\" />\r\n *</td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td>聯繫郵箱:</td>\r\n <td height=\\"23\\"><input name=\\"email\\" type=\\"text\\" id=\\"email\\" />\r\n *</td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td>聯繫電話:</td>\r\n <td height=\\"23\\"><input name=\\"mycall\\" type=\\"text\\" id=\\"mycall\\" /></td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td>留言內容(*):</td>\r\n <td height=\\"23\\"><textarea name=\\"lytext\\" cols=\\"60\\" rows=\\"12\\" id=\\"lytext\\"></textarea></td>\r\n </tr>\r\n <tr bgcolor=\\"#FFFFFF\\">\r\n <td height=\\"23\\"> </td>\r\n <td height=\\"23\\"><input type=\\"submit\\" name=\\"Submit3\\" value=\\"提交\\" />\r\n <input type=\\"reset\\" name=\\"Submit22\\" value=\\"重置\\" />\r\n <input name=\\"enews\\" type=\\"hidden\\" id=\\"enews\\" value=\\"AddGbook\\" /></td>\r\n </tr>\r\n </table>\r\n </form></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', '<html>\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\">\r\n<title>登陸</title>\r\n<LINK href=\\"../../data/images/qcss.css\\" rel=stylesheet>\r\n</head>\r\n<body bgcolor=\\"#ededed\\" topmargin=\\"0\\">\r\n<table border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\">\r\n <form name=login method=post action=\\"../../member/doaction.php\\">\r\n <input type=hidden name=enews value=login>\r\n <input type=hidden name=prtype value=1>\r\n <tr> \r\n <td height=\\"23\\" align=\\"center\\">\r\n <div align=\\"left\\">\r\n 用戶名:<input name=\\"username\\" type=\\"text\\" size=\\"8\\"> \r\n 密碼:<input name=\\"password\\" type=\\"password\\" size=\\"8\\">\r\n <select name=\\"lifetime\\" id=\\"lifetime\\">\r\n <option value=\\"0\\">不保存</option>\r\n <option value=\\"3600\\">一小時</option>\r\n <option value=\\"86400\\">一天</option>\r\n <option value=\\"2592000\\">一個月</option>\r\n <option value=\\"315360000\\">永久</option>\r\n </select> \r\n <input type=\\"submit\\" name=\\"Submit\\" value=\\"登陸\\"> \r\n <input type=\\"button\\" name=\\"Submit2\\" value=\\"註冊\\" onclick=\\"window.open(\\\'../register/\\\');\\">\r\n </div>\r\n </td>\r\n </tr>\r\n </form>\r\n</table>\r\n</body>\r\n</html>\r\n[!--empirenews.template--]\r\n<html>\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\">\r\n<title>登陸</title>\r\n<LINK href=\\"../../data/images/qcss.css\\" rel=stylesheet>\r\n</head>\r\n<body bgcolor=\\"#ededed\\" topmargin=\\"0\\">\r\n<table border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\">\r\n <tr>\r\n <td height=\\"23\\" align=\\"center\\">\r\n <div align=\\"left\\">\r\n » <font color=red><b>[!--username--]</b></font> <a href=\\"../my/\\" target=\\"_parent\\">[!--groupname--]</a> [!--havemsg--] <a href=\\"[!--news.url--]e/space/?userid=[!--userid--]\\" target=_blank>我的空間</a> <a href=\\"../msg/\\" target=_blank>短信息</a> <a href=\\"../fava/\\" target=_blank>收藏夾</a> <a href=\\"../cp/\\" target=\\"_parent\\">控制面板</a> <a href=\\"../../member/doaction.php?enews=exit&prtype=9\\" onclick=\\"return confirm(\\\'確認要退出?\\\');\\">退出</a> \r\n </div>\r\n </td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>', 50, 'Y-m-d H:i:s', '<form name=login method=post action=\\"[!--news.url--]e/member/doaction.php\\">\r\n <input type=hidden name=enews value=login>\r\n <input type=hidden name=ecmsfrom value=9>\r\n 用戶名:<input name=\\"username\\" type=\\"text\\" class=\\"inputText\\" size=\\"16\\" /> \r\n 密碼:<input name=\\"password\\" type=\\"password\\" class=\\"inputText\\" size=\\"16\\" /> \r\n <input type=\\"submit\\" name=\\"Submit\\" value=\\"登陸\\" class=\\"inputSub\\" /> \r\n <input type=\\"button\\" name=\\"Submit2\\" value=\\"註冊\\" class=\\"inputSub\\" onclick=\\"window.open(\\\'[!--news.url--]e/member/register/\\\');\\" />\r\n</form>\r\n[!--empirenews.template--]\r\n» <font color=red><b>[!--username--]</b></font> <a href=\\"[!--news.url--]e/member/my/\\" target=\\"_parent\\">[!--groupname--]</a> [!--havemsg--] <a href=\\"[!--news.url--]e/space/?userid=[!--userid--]\\" target=_blank>我的空間</a> <a href=\\"[!--news.url--]e/member/msg/\\" target=_blank>短信息</a> <a href=\\"[!--news.url--]e/member/fava/\\" target=_blank>收藏夾</a> <a href=\\"[!--news.url--]e/member/cp/\\" target=\\"_parent\\">控制面板</a> <a href=\\"[!--news.url--]e/member/doaction.php?enews=exit&ecmsfrom=9\\" onclick=\\"return confirm(\\\'確認要退出?\\\');\\">退出</a>', '<html>\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\">\r\n<title>[!--pagetitle--]</title>\r\n<meta name=\\"keywords\\" content=\\"[!--pagekey--]\\">\r\n<meta name=\\"description\\" content=\\"[!--pagedes--]\\">\r\n<link href=\\"../../data/images/qcss.css\\" rel=\\"stylesheet\\" type=\\"text/css\\">\r\n</head>\r\n<body>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<table align=\\"center\\" width=\\"100%\\">\r\n <tr> \r\n <td height=\\"32\\" align=center>\r\n <a href=\\"[!--down.url--]\\" title=\\"[!--title--] -[!--down.name--]\\">\r\n <img src=\\"../../data/images/download.jpg\\" border=0>\r\n </a>\r\n </td>\r\n </tr>\r\n <tr> \r\n <td align=center>(點擊下載)</td>\r\n </tr>\r\n</table>\r\n<br>\r\n</body>\r\n</html>', '[!--empirenews.listtemp--] \r\n <table width=\\"100%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"3\\" cellspacing=\\"1\\" style=\\"word-break:break-all; word-wrap:break-all;\\">\r\n <tr> \r\n <td height=\\"30\\"><span class=\\"name\\">本站網友 [!--username--]</span> <font color=\\"#666666\\">ip:[!--plip--]</font></td>\r\n <td><div align=\\"right\\"><font color=\\"#666666\\">[!--pltime--] 發表</font></div></td>\r\n </tr>\r\n <tr valign=\\"top\\"> \r\n <td height=\\"50\\" colspan=\\"2\\" class=\\"text\\">[!--pltext--]</td>\r\n </tr>\r\n <tr> \r\n <td height=\\"30\\"> </td>\r\n <td><div align=\\"right\\" class=\\"re\\"> \r\n <a href=\\"JavaScript:makeRequest(\\\'[!--news.url--]e/pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=1&doajax=1&ajaxarea=zcpldiv[!--plid--]\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">支持</a>[<span id=\\"zcpldiv[!--plid--]\\">[!--zcnum--]</span>] \r\n <a href=\\"JavaScript:makeRequest(\\\'[!--news.url--]e/pl/doaction.php?enews=DoForPl&plid=[!--plid--]&classid=[!--classid--]&id=[!--id--]&dopl=0&doajax=1&ajaxarea=fdpldiv[!--plid--]\\\',\\\'EchoReturnedText\\\',\\\'GET\\\',\\\'\\\');\\">反對</a>[<span id=\\"fdpldiv[!--plid--]\\">[!--fdnum--]</span>]\r\n </div></td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"1\\" cellpadding=\\"3\\">\r\n <tr>\r\n <td background=\\"[!--news.url--]skin/default/images/plhrbg.gif\\"></td>\r\n </tr>\r\n </table>\r\n[!--empirenews.listtemp--]', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>搜索 - Powered by EmpireCMS</title>\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n<style type=\\"text/css\\">\r\n<!--\r\n.r {\r\ndisplay:inline;\r\nfont-weight:normal;\r\nmargin:0;\r\nfont-size:16px;\r\nmargin-top:10px;\r\n}\r\n.a{color:green}\r\n.fl{color:#77c}\r\n-->\r\n</style>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>現在的位置:<a href=\\"[!--news.url--]\\">首頁</a> > 搜索</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><form action=\\\'index.php\\\' method=\\"GET\\" name=\\"search_news\\" id=\\"search_news\\">\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"6\\" cellpadding=\\"0\\">\r\n <tr>\r\n <td height=\\"32\\">關鍵字:\r\n <input name=\\"keyboard\\" type=\\"text\\" id=\\"keyboard\\" value=\\"[!--keyboard--]\\" size=\\"42\\" />\r\n <select name=\\"field\\" id=\\"field\\">\r\n <option value=\\"1\\">全文</option>\r\n <option value=\\"2\\">標題</option>\r\n <option value=\\"3\\">內容</option>\r\n </select> \r\n <input type=\\"submit\\" name=\\"Submit22\\" value=\\"搜索\\" />\r\n <font color=\\"#666666\\">(多個關鍵字請用"空格"隔開)</font> </td>\r\n </tr>\r\n </table>\r\n </form>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"6\\">\r\n <tr>\r\n <td>系統搜索到約有<strong>[!--num--]</strong>項符合<strong>[!--keyboard--]</strong>的查詢結果</td>\r\n </tr>\r\n </table>\r\n [!--empirenews.listtemp--]\r\n <h2 class=\\"r\\"><span>[!--no.num--].</span> <a class=\\"l\\" href=\\"[!--titleurl--]\\" target=\\"_blank\\">[!--title--]</a></h2>\r\n <table width=\\"80%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n <tbody>\r\n <tr>\r\n <td>[!--smalltext--]</td>\r\n </tr>\r\n <tr>\r\n <td><span class=\\"a\\">[!--titleurl--] - [!--newstime--]</span></td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n [!--empirenews.listtemp--]\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n <tr>\r\n <td>[!--listpage--]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 120, 'Y-m-d H:i:s');
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewssearchtemp`;
CREATE TABLE `phome_enewssearchtemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`subnews` smallint(6) NOT NULL default '0',
`isdefault` tinyint(1) NOT NULL default '0',
`listvar` text NOT NULL,
`rownum` smallint(6) NOT NULL default '0',
`modid` smallint(6) NOT NULL default '0',
`showdate` varchar(50) NOT NULL default '',
`subtitle` smallint(6) NOT NULL default '0',
`classid` smallint(5) unsigned NOT NULL default '0',
`docode` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`tempid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewssearchtemp` VALUES (1, '默認搜索模板', '<!DOCTYPE html PUBLIC \\"-//W3C//DTD XHTML 1.0 Transitional//EN\\" \\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\">\r\n<html xmlns=\\"http://www.w3.org/1999/xhtml\\">\r\n<head>\r\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=utf-8\\" />\r\n<title>[!--keyboard--] 搜索結果 - Powered by EmpireCMS</title>\r\n<link href=\\"[!--news.url--]skin/default/css/style.css\\" rel=\\"stylesheet\\" type=\\"text/css\\" />\r\n<script type=\\"text/javascript\\" src=\\"[!--news.url--]skin/default/js/tabs.js\\"></script>\r\n<style type=\\"text/css\\">\r\n<!--\r\n.r {\r\ndisplay:inline;\r\nfont-weight:normal;\r\nmargin:0;\r\nfont-size:16px;\r\nmargin-top:10px;\r\n}\r\n.a{color:green}\r\n.fl{color:#77c}\r\n-->\r\n</style>\r\n</head>\r\n<body class=\\"listpage\\">\r\n[!--temp.dtheader--]\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n <tr valign=\\"top\\">\r\n <td class=\\"list_content\\"><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"position\\">\r\n <tr>\r\n <td>現在的位置:<a href=\\"[!--news.url--]\\" class=\\"classlinkclass\\">首頁</a> > <a href=\\"[!--news.url--]search/\\" class=\\"classlinkclass\\">高級搜索</a> > 搜索結果</td>\r\n </tr>\r\n </table>\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"box\\">\r\n <tr>\r\n <td><form action=\\\'../../search/index.php\\\' method=\\"post\\" name=\\"search_news\\" id=\\"search_news\\">\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"6\\" cellpadding=\\"0\\">\r\n <input type=\\"hidden\\" name=\\"show\\" value=\\"title\\" />\r\n <tr>\r\n <td height=\\"32\\">關鍵字:\r\n <input name=\\"keyboard\\" type=\\"text\\" id=\\"keyboard\\" value=\\"[!--keyboard--]\\" size=\\"42\\" />\r\n <input type=\\"submit\\" name=\\"Submit22\\" value=\\"搜索\\" />\r\n \r\n <input type=\\"button\\" name=\\"Submit\\" value=\\"高級搜索\\" onclick=\\"self.location.href=\\\'../../../search/\\\'\\" />\r\n (多個關鍵字請用"空格"隔開) </td>\r\n </tr>\r\n </table>\r\n </form>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"6\\">\r\n <tr>\r\n <td>系統搜索到約有<strong>[!--ecms.num--]</strong>項符合<strong>[!--keyboard--]</strong>的查詢結果</td>\r\n </tr>\r\n </table>\r\n [!--empirenews.listtemp--]\r\n <!--list.var1-->\r\n [!--empirenews.listtemp--]\r\n <table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"list_page\\">\r\n <tr>\r\n <td>[!--show.page--]</td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n[!--temp.footer--]\r\n</body>\r\n</html>', 180, 1, '<h2 class=\\"r\\"><span>[!--no.num--].</span> <a class=\\"l\\" href=\\"[!--titleurl--]\\" target=\\"_blank\\">[!--title--]</a></h2>\r\n<table width=\\"80%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n <tbody>\r\n <tr>\r\n <td>[!--smalltext--]</td>\r\n </tr>\r\n <tr>\r\n <td><span class=\\"a\\">[!--titleurl--] - [!--newstime--]</span> - <a class=\\"fl\\" href=\\"[!--this.classlink--]\\" target=\\"_blank\\">[!--this.classname--]</a></td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', 1, 1, 'Y-m-d', 0, 0, 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewssearchtempclass`;
CREATE TABLE `phome_enewssearchtempclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` varchar(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewstempbak`;
CREATE TABLE `phome_enewstempbak` (
`bid` int(10) unsigned NOT NULL auto_increment,
`tempid` smallint(5) unsigned NOT NULL default '0',
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
`subnews` smallint(6) NOT NULL default '0',
`isdefault` tinyint(1) NOT NULL default '0',
`listvar` text NOT NULL,
`rownum` smallint(6) NOT NULL default '0',
`modid` smallint(5) unsigned NOT NULL default '0',
`showdate` varchar(50) NOT NULL default '',
`subtitle` smallint(6) NOT NULL default '0',
`classid` smallint(5) unsigned NOT NULL default '0',
`docode` tinyint(1) NOT NULL default '0',
`baktime` int(10) unsigned NOT NULL default '0',
`temptype` varchar(30) NOT NULL default '',
`gid` smallint(5) unsigned NOT NULL default '0',
`lastuser` varchar(30) NOT NULL default '',
PRIMARY KEY (`bid`),
KEY `tempid` (`tempid`),
KEY `temptype` (`temptype`),
KEY `gid` (`gid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewstempdt`;
CREATE TABLE `phome_enewstempdt` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempvar` char(30) NOT NULL default '',
`tempname` char(30) NOT NULL default '',
`tempsay` char(255) NOT NULL default '',
`tempfile` char(200) NOT NULL default '',
`myorder` smallint(5) unsigned NOT NULL default '0',
`temptype` char(20) NOT NULL default '',
PRIMARY KEY (`tempid`),
UNIQUE KEY `tempvar` (`tempvar`),
KEY `temptype` (`temptype`),
KEY `myorder` (`myorder`)
) TYPE=MyISAM;
INSERT INTO `phome_enewstempdt` VALUES (1, 'header', '主界面頭部', '主界面頭部', 'e/template/incfile/header.php', 0, 'incfile');
INSERT INTO `phome_enewstempdt` VALUES (2, 'footer', '主界面尾部', '主界面尾部', 'e/template/incfile/footer.php', 0, 'incfile');
INSERT INTO `phome_enewstempdt` VALUES (3, 'qDoInfo', '管理投稿首頁', '管理投稿首頁', 'e/template/DoInfo/DoInfo.php', 0, 'doinfo');
INSERT INTO `phome_enewstempdt` VALUES (4, 'qChangeClass', '投稿選擇欄目頁', '投稿選擇欄目頁', 'e/template/DoInfo/ChangeClass.php', 0, 'doinfo');
INSERT INTO `phome_enewstempdt` VALUES (5, 'qDoInfoTran', '發佈投稿上傳附件頁面', '發佈投稿上傳附件頁面', 'e/template/DoInfo/tran.php', 0, 'doinfo');
INSERT INTO `phome_enewstempdt` VALUES (6, 'qAddInfo', '發佈投稿頁', '發佈投稿頁', 'e/template/DoInfo/AddInfo.php', 0, 'doinfo');
INSERT INTO `phome_enewstempdt` VALUES (7, 'qListInfo', '默認管理投稿列表頁', '默認管理投稿列表頁', 'e/data/html/list/qlistinfo.php', 0, 'doinfo');
INSERT INTO `phome_enewstempdt` VALUES (8, 'report', '提交錯誤報告頁面', '提交錯誤報告頁面', 'e/template/public/report.php', 0, 'pubtemp');
INSERT INTO `phome_enewstempdt` VALUES (9, 'payapi', '在線支付頁面', '在線支付頁面', 'e/template/payapi/payapi.php', 0, 'pubtemp');
INSERT INTO `phome_enewstempdt` VALUES (10, 'infovote', '信息投票頁面', '信息投票頁面', 'e/template/public/vote.php', 0, 'pubtemp');
INSERT INTO `phome_enewstempdt` VALUES (11, 'vote', '投票插件頁面', '投票插件頁面', 'e/template/tool/vote.php', 0, 'pubtemp');
INSERT INTO `phome_enewstempdt` VALUES (12, 'ShopBurcar', '購物車頁面', '購物車頁面', 'e/template/ShopSys/buycar.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (13, 'ShopOrder', '提交訂單頁面', '提交訂單頁面', 'e/template/ShopSys/order.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (14, 'ShopSubmitOrder', '確認提交訂單頁面', '確認提交訂單頁面', 'e/template/ShopSys/SubmitOrder.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (15, 'ShopListDd', '訂單列表頁面', '訂單列表頁面', 'e/template/ShopSys/ListDd.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (16, 'ShopShowDd', '訂單詳細頁面', '訂單詳細頁面', 'e/template/ShopSys/ShowDd.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (17, 'ShopBurcarForm', '購物車-加入表單模板', '購物車-加入表單模板', 'e/template/ShopSys/buycar/buycar_form.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (18, 'ShopBurcarOrder', '購物車-確認訂單模板', '購物車-確認訂單模板', 'e/template/ShopSys/buycar/buycar_order.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (19, 'ShopBurcarShowdd', '購物車-顯示訂單模板', '購物車-顯示訂單模板', 'e/template/ShopSys/buycar/buycar_showdd.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (20, 'ShopAddAddress', '增加配送地址頁面', '增加配送地址頁面', 'e/template/ShopSys/AddAddress.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (21, 'ShopListAddress', '管理配送地址頁面', '管理配送地址頁面', 'e/template/ShopSys/ListAddress.php', 0, 'shopsys');
INSERT INTO `phome_enewstempdt` VALUES (22, 'MemberReg', '會員註冊頁面', '會員註冊頁面', 'e/template/member/register.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (23, 'MemberChangeReg', '選擇註冊類型頁面', '選擇註冊類型頁面', 'e/template/member/ChangeRegister.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (24, 'MemberRegsend', '重發註冊激活郵件頁面', '重發註冊激活郵件頁面', 'e/template/member/regsend.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (25, 'MemberLogin', '會員登錄頁面', '會員登錄頁面', 'e/template/member/login.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (26, 'MemberLoginopen', '會員登錄彈出頁面', '會員登錄彈出頁面', 'e/template/member/loginopen.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (27, 'MemberEditinfo', '修改會員信息頁面', '修改會員信息頁面', 'e/template/member/EditInfo.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (28, 'MemberEditsafeinfo', '修改會員安全信息頁面', '修改會員安全信息頁面', 'e/template/member/EditSafeInfo.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (29, 'MemberGetPassword', '取回密碼頁面', '取回密碼頁面', 'e/template/member/GetPassword.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (30, 'MemberGetResetPass', '取回密碼重置頁面', '取回密碼重置頁面', 'e/template/member/getpass.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (31, 'MemberCp', '會員中心首頁', '會員中心首頁', 'e/template/member/cp.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (32, 'MemberMy', '會員狀態頁面', '會員狀態頁面', 'e/template/member/my.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (33, 'MemberShowInfo', '查看會員信息頁面', '查看會員信息頁面', 'e/template/member/ShowInfo.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (34, 'MemberList1', '默認會員列表頁面', '默認會員列表頁面', 'e/template/member/memberlist/1.php', 0, 'member');
INSERT INTO `phome_enewstempdt` VALUES (35, 'MemberAddMsg', '發送站內消息頁面', '發送站內消息頁面', 'e/template/member/AddMsg.php', 0, 'membermsg');
INSERT INTO `phome_enewstempdt` VALUES (36, 'MemberMsg', '站內消息列表頁面', '站內消息列表頁面', 'e/template/member/msg.php', 0, 'membermsg');
INSERT INTO `phome_enewstempdt` VALUES (37, 'MemberViewMsg', '查看站內消息頁面', '查看站內消息頁面', 'e/template/member/ViewMsg.php', 0, 'membermsg');
INSERT INTO `phome_enewstempdt` VALUES (38, 'MemberAddFriend', '增加好友頁面', '增加好友頁面', 'e/template/member/AddFriend.php', 0, 'memberfriend');
INSERT INTO `phome_enewstempdt` VALUES (39, 'MemberFriend', '好友列表頁面', '好友列表頁面', 'e/template/member/friend.php', 0, 'memberfriend');
INSERT INTO `phome_enewstempdt` VALUES (40, 'MemberFriendClass', '好友分類頁面', '好友分類頁面', 'e/template/member/FriendClass.php', 0, 'memberfriend');
INSERT INTO `phome_enewstempdt` VALUES (41, 'MemberChangeFriend', '選擇好友頁面', '選擇好友頁面', 'e/template/member/ChangeFriend.php', 0, 'memberfriend');
INSERT INTO `phome_enewstempdt` VALUES (42, 'MemberAddFava', '增加收藏信息頁面', '增加收藏信息頁面', 'e/template/member/AddFava.php', 0, 'memberfav');
INSERT INTO `phome_enewstempdt` VALUES (43, 'MemberFava', '管理收藏頁面', '管理收藏頁面', 'e/template/member/fava.php', 0, 'memberfav');
INSERT INTO `phome_enewstempdt` VALUES (44, 'MemberFavaClass', '管理收藏分類頁面', '管理收藏分類頁面', 'e/template/member/FavaClass.php', 0, 'memberfav');
INSERT INTO `phome_enewstempdt` VALUES (45, 'MemberBuybak', '充值記錄頁面', '充值記錄頁面', 'e/template/member/buybak.php', 0, 'memberother');
INSERT INTO `phome_enewstempdt` VALUES (46, 'MemberDownbak', '下載記錄頁面', '下載記錄頁面', 'e/template/member/downbak.php', 0, 'memberother');
INSERT INTO `phome_enewstempdt` VALUES (47, 'MemberBuygroup', '購買會員類型頁面', '購買會員類型頁面', 'e/template/member/buygroup.php', 0, 'memberother');
INSERT INTO `phome_enewstempdt` VALUES (48, 'MemberCard', '點卡充值頁面', '點卡充值頁面', 'e/template/member/card.php', 0, 'memberother');
INSERT INTO `phome_enewstempdt` VALUES (49, 'MemberChangeStyle', '選擇會員空間風格頁面', '選擇會員空間風格頁面', 'e/template/member/mspace/ChangeStyle.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (50, 'MemberSetSpace', '設置會員空間頁面', '設置會員空間頁面', 'e/template/member/mspace/SetSpace.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (51, 'MemberFeedback', '管理會員空間反饋頁面', '管理會員空間反饋頁面', 'e/template/member/mspace/feedback.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (52, 'MemberShowFeedback', '查看會員空間反饋頁面', '查看會員空間反饋頁面', 'e/template/member/mspace/ShowFeedback.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (53, 'MemberGbook', '管理會員空間留言頁面', '管理會員空間留言頁面', 'e/template/member/mspace/gbook.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (54, 'MemberReGbook', '回復會員空間留言頁面', '回復會員空間留言頁面', 'e/template/member/mspace/ReGbook.php', 0, 'memberspace');
INSERT INTO `phome_enewstempdt` VALUES (55, 'MemberConnectListBind', '登錄綁定管理頁面', '登錄綁定管理頁面', 'e/template/memberconnect/ListBind.php', 0, 'memberconnect');
INSERT INTO `phome_enewstempdt` VALUES (56, 'MemberConnectTobind', '綁定登錄帳號頁面', '綁定登錄帳號頁面', 'e/template/memberconnect/tobind.php', 0, 'memberconnect');
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewstempgroup`;
CREATE TABLE `phome_enewstempgroup` (
`gid` smallint(5) unsigned NOT NULL auto_increment,
`gname` varchar(60) NOT NULL default '',
`isdefault` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`gid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewstempgroup` VALUES (1, '默認模板組', 1);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewstempvar`;
CREATE TABLE `phome_enewstempvar` (
`varid` smallint(5) unsigned NOT NULL auto_increment,
`myvar` varchar(60) NOT NULL default '',
`varname` varchar(60) NOT NULL default '',
`varvalue` mediumtext NOT NULL,
`classid` smallint(5) unsigned NOT NULL default '0',
`isclose` tinyint(1) NOT NULL default '0',
`myorder` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`varid`),
KEY `classid` (`classid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewstempvar` VALUES (1, 'header', '頁面頭部', '<!-- 頁頭 -->\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"top\\">\r\n<tr>\r\n<td>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td width=\\"63%\\"> \r\n<!-- 登錄 -->\r\n<script>\r\ndocument.write(\\\'<script src=\\"[!--news.url--]e/member/login/loginjs.php?t=\\\'+Math.random()+\\\'\\"><\\\'+\\\'/script>\\\');\r\n</script>\r\n</td>\r\n<td align=\\"right\\">\r\n<a onclick=\\"window.external.addFavorite(location.href,document.title)\\" href=\\"#ecms\\">加入收藏</a> | <a onclick=\\"this.style.behavior=\\\'url(#default#homepage)\\\';this.setHomePage(\\\'[!--news.url--]\\\')\\" href=\\"#ecms\\">設為首頁</a> | <a href=\\"[!--news.url--]e/member/cp/\\">會員中心</a> | <a href=\\"[!--news.url--]e/DoInfo/\\">我要投稿</a> | <a href=\\"[!--news.url--]e/web/?type=rss2&classid=[!--self.classid--]\\" target=\\"_blank\\">RSS<img src=\\"[!--news.url--]skin/default/images/rss.gif\\" border=\\"0\\" hspace=\\"2\\" /></a>\r\n</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"10\\">\r\n<tr valign=\\"middle\\">\r\n<td width=\\"240\\" align=\\"center\\"><a href=\\"[!--news.url--]\\"><img src=\\"[!--news.url--]skin/default/images/logo.gif\\" width=\\"200\\" height=\\"65\\" border=\\"0\\" /></a></td>\r\n<td align=\\"center\\"><a href=\\"http://www.phome.net/OpenSource/\\" target=\\"_blank\\"><img src=\\"[!--news.url--]skin/default/images/opensource.gif\\" width=\\"100%\\" height=\\"70\\" border=\\"0\\" /></a></td>\r\n</tr>\r\n</table>\r\n<!-- 導航tab選項卡 -->\r\n<table width=\\"920\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"nav\\">\r\n <tr> \r\n <td class=\\"nav_global\\"><ul>\r\n <li class=\\"curr\\" id=\\"tabnav_btn_0\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]\\">首頁</a></li>\r\n [showclasstemp]\\\'0\\\',12,0,0[/showclasstemp] </ul></td>\r\n </tr>\r\n</table>', 0, 0, 1);
INSERT INTO `phome_enewstempvar` VALUES (2, 'footer', '頁面尾部', '<!-- 頁腳 -->\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\">\r\n<tr>\r\n<td align=\\"center\\" class=\\"search\\">\r\n<form action=\\"[!--news.url--]e/search/index.php\\" method=\\"post\\" name=\\"searchform\\" id=\\"searchform\\">\r\n<table border=\\"0\\" cellspacing=\\"6\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td><strong>站內搜索:</strong>\r\n<input name=\\"keyboard\\" type=\\"text\\" size=\\"32\\" id=\\"keyboard\\" class=\\"inputText\\" />\r\n<input type=\\"hidden\\" name=\\"show\\" value=\\"title\\" />\r\n<input type=\\"hidden\\" name=\\"tempid\\" value=\\"1\\" />\r\n<select name=\\"tbname\\">\r\n<option value=\\"news\\">新聞</option>\r\n<option value=\\"download\\">下載</option>\r\n<option value=\\"photo\\">圖庫</option>\r\n<option value=\\"flash\\">FLASH</option>\r\n<option value=\\"movie\\">電影</option>\r\n<option value=\\"shop\\">商品</option>\r\n<option value=\\"article\\">文章</option>\r\n<option value=\\"info\\">分類信息</option>\r\n</select>\r\n</td>\r\n<td><input type=\\"image\\" class=\\"inputSub\\" src=\\"[!--news.url--]skin/default/images/search.gif\\" />\r\n</td>\r\n<td><a href=\\"[!--news.url--]search/\\" target=\\"_blank\\">高級搜索</a></td>\r\n</tr>\r\n</table>\r\n</form>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n <table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"4\\" class=\\"copyright\\">\r\n <tr> \r\n <td align=\\"center\\"><a href=\\"[!--news.url--]\\">網站首頁</a> | <a href=\\"#\\">關於我們</a> \r\n | <a href=\\"#\\">服務條款</a> | <a href=\\"#\\">廣告服務</a> | <a href=\\"#\\">聯繫我們</a> \r\n | <a href=\\"#\\">網站地圖</a> | <a href=\\"#\\">免責聲明</a> | <a href=\\"[!--news.url--]e/wap/\\" target=\\"_blank\\">WAP</a></td>\r\n </tr>\r\n <tr> \r\n <td align=\\"center\\">Powered by <strong><a href=\\"http://www.phome.net\\" target=\\"_blank\\">EmpireCMS</a></strong> \r\n <strong><font color=\\"#FF9900\\">7.2</font></strong> © 2002-2015 \r\n <a href=\\"http://www.digod.com\\" target=\\"_blank\\">EmpireSoft Inc.</a></td>\r\n </tr>\r\n </table>\r\n</td>\r\n</tr>\r\n</table>', 0, 0, 0);
INSERT INTO `phome_enewstempvar` VALUES (3, 'dtheader', '動態頁面頭部', '<!-- 頁頭 -->\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\" class=\\"top\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellspacing=\\"0\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td width=\\"63%\\">\r\n<!-- 登錄 -->\r\n<script>\r\ndocument.write(\\\'<script src=\\"[!--news.url--]e/member/login/loginjs.php?t=\\\'+Math.random()+\\\'\\"><\\\'+\\\'/script>\\\');\r\n</script>\r\n</td>\r\n<td align=\\"right\\">\r\n<a onclick=\\"window.external.addFavorite(location.href,document.title)\\" href=\\"#ecms\\">加入收藏</a> | <a onclick=\\"this.style.behavior=\\\'url(#default#homepage)\\\';this.setHomePage(\\\'[!--news.url--]\\\')\\" href=\\"#ecms\\">設為首頁</a> | <a href=\\"[!--news.url--]e/member/cp/\\">會員中心</a> | <a href=\\"[!--news.url--]e/DoInfo/\\">我要投稿</a> | <a href=\\"[!--news.url--]e/web/?type=rss2\\" target=\\"_blank\\">RSS<img src=\\"[!--news.url--]skin/default/images/rss.gif\\" border=\\"0\\" hspace=\\"2\\" /></a>\r\n</td>\r\n</tr>\r\n</table></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"10\\">\r\n<tr valign=\\"middle\\">\r\n<td width=\\"240\\" align=\\"center\\"><a href=\\"[!--news.url--]\\"><img src=\\"[!--news.url--]skin/default/images/logo.gif\\" width=\\"200\\" height=\\"65\\" border=\\"0\\" /></a></td>\r\n<td align=\\"center\\"><a href=\\"http://www.phome.net/OpenSource/\\" target=\\"_blank\\"><img src=\\"[!--news.url--]skin/default/images/opensource.gif\\" width=\\"100%\\" height=\\"70\\" border=\\"0\\" /></a></td>\r\n</tr>\r\n</table>\r\n<!-- 導航tab選項卡 -->\r\n<table width=\\"920\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"nav\\">\r\n <tr> \r\n <td class=\\"nav_global\\"><ul>\r\n <li class=\\"curr\\" id=\\"tabnav_btn_0\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]\\">首頁</a></li>\r\n <li id=\\"tabnav_btn_1\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]news/\\">新聞中心</a></li>\r\n <li id=\\"tabnav_btn_2\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]download/\\">下載中心</a></li>\r\n <li id=\\"tabnav_btn_3\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]movie/\\">影視頻道</a></li>\r\n <li id=\\"tabnav_btn_4\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]shop/\\">網上商城</a></li>\r\n <li id=\\"tabnav_btn_5\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]flash/\\">FLASH頻道</a></li>\r\n <li id=\\"tabnav_btn_6\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]photo/\\">圖片頻道</a></li>\r\n <li id=\\"tabnav_btn_7\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]article/\\">文章中心</a></li>\r\n <li id=\\"tabnav_btn_8\\" onmouseover=\\"tabit(this)\\"><a href=\\"[!--news.url--]info/\\">分類信息</a></li>\r\n </ul></td>\r\n </tr>\r\n</table>', 0, 0, 0);
INSERT INTO `phome_enewstempvar` VALUES (4, 'infoarea', '分類信息區域導航', '<table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"4\\">\r\n <tr>\r\n <td width=\\"33%\\"><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=東城區\\">東城區</a></td>\r\n <td width=\\"33%\\"><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=西城區\\">西城區</a></td>\r\n <td width=\\"33%\\"><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=通州區\\">通州區</a></td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=崇文區\\">崇文區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=宣武區\\">宣武區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=大興區\\">大興區</a></td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /><a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=朝陽區\\"> 朝陽區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=海澱區\\">海澱區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=昌平區\\">昌平區</a></td>\r\n </tr>\r\n <tr>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=豐台區\\">豐台區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=石景山區\\">石景山區</a></td>\r\n <td><img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo.php?classid=[!--self.classid--]&ph=1&myarea=其它\\">其它</a></td>\r\n </tr>\r\n</table>', 0, 0, 0);
INSERT INTO `phome_enewstempvar` VALUES (5, 'infoclassnav', '分類信息分類導航', '<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\">\r\n <tr>\r\n <td bgcolor=\\"#EEF1F4\\"> <img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo/?classid=10\\"><strong>房屋信息</strong></a></td>\r\n </tr> \r\n</table>\r\n<table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"4\\">\r\n <tr>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=11\\">房屋求租</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=12\\">房屋出租</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=15\\">辦公用房</a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=13\\">房屋求購</a></td>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=14\\">房屋出售</a></td>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=16\\">旺鋪門面</a></td>\r\n </tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"4\\" bgcolor=\\"#EEF1F4\\">\r\n <tr>\r\n <td> <img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo/?classid=17\\"><strong>跳蚤市場</strong></a></td>\r\n </tr>\r\n</table>\r\n<table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"4\\">\r\n <tr>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=18\\">電腦配件</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=19\\">電器數碼</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=21\\">居家用品</a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=20\\">通訊產品</a></td>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=21\\"></a></td>\r\n <td> </td>\r\n </tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\" bgcolor=\\"#EEF1F4\\">\r\n <tr>\r\n <td> <img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo/?classid=22\\"><strong>同城生活</strong></a></td>\r\n </tr>\r\n</table>\r\n<table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"4\\">\r\n <tr>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=23\\">本地新聞</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=24\\">購物打折</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=26\\">便民告示</a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=25\\">旅遊活動</a></td>\r\n <td> </td>\r\n <td> </td>\r\n </tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"4\\" cellspacing=\\"0\\" bgcolor=\\"#EEF1F4\\">\r\n <tr>\r\n <td> <img src=\\"[!--news.url--]e/data/images/msgnav.gif\\" width=\\"5\\" height=\\"5\\" /> <a href=\\"[!--news.url--]e/action/ListInfo/?classid=27\\"><strong>求職招聘</strong></a></td>\r\n </tr>\r\n</table>\r\n<table width=\\"96%\\" border=\\"0\\" align=\\"center\\" cellpadding=\\"0\\" cellspacing=\\"4\\">\r\n <tr>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=28\\">工程技術</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=29\\">財務會計</a></td>\r\n <td width=\\"33%\\"><a href=\\"[!--news.url--]e/action/ListInfo/?classid=31\\">經營管理</a></td>\r\n </tr>\r\n <tr>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=30\\">餐飲行業</a></td>\r\n <td><a href=\\"[!--news.url--]e/action/ListInfo/?classid=31\\"></a></td>\r\n <td> </td>\r\n </tr>\r\n</table>', 0, 0, 0);
INSERT INTO `phome_enewstempvar` VALUES (7, 'pl', '評論表單', '<script>\r\n function CheckPl(obj)\r\n {\r\n if(obj.saytext.value==\\"\\")\r\n {\r\n alert(\\"您沒什麼話要說嗎?\\");\r\n obj.saytext.focus();\r\n return false;\r\n }\r\n return true;\r\n }\r\n </script><form action=\\"[!--news.url--]e/pl/doaction.php\\" method=\\"post\\" name=\\"saypl\\" id=\\"saypl\\" onsubmit=\\"return CheckPl(document.saypl)\\">\r\n<table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" id=\\"plpost\\">\r\n\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" class=\\"title\\">\r\n<tr>\r\n<td><strong>發表評論</strong></td>\r\n<td align=\\"right\\"><a href=\\"[!--news.url--]e/pl/?classid=[!--classid--]&id=[!--id--]\\">共有<span><script type=\\"text/javascript\\" src=\\"[!--news.url--]e/public/ViewClick/?classid=[!--classid--]&id=[!--id--]&down=2\\"></script></span>條評論</a></td>\r\n</tr>\r\n</table>\r\n<table width=\\"100%\\" border=\\"0\\" cellspacing=\\"10\\" cellpadding=\\"0\\">\r\n<tr>\r\n<td><table width=\\"100%\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"2\\">\r\n<tr>\r\n<td width=\\"56%\\" align=\\"left\\">用戶名:\r\n<input name=\\"username\\" type=\\"text\\" class=\\"inputText\\" id=\\"username\\" value=\\"\\" size=\\"16\\" /></td>\r\n<td width=\\"44%\\" align=\\"left\\">密碼:\r\n<input name=\\"password\\" type=\\"password\\" class=\\"inputText\\" id=\\"password\\" value=\\"\\" size=\\"16\\" /></td>\r\n</tr>\r\n<tr>\r\n<td align=\\"left\\">驗證碼:\r\n<input name=\\"key\\" type=\\"text\\" class=\\"inputText\\" size=\\"10\\" />\r\n<img src=\\"[!--news.url--]e/ShowKey/?v=pl\\" align=\\"absmiddle\\" name=\\"plKeyImg\\" id=\\"plKeyImg\\" onclick=\\"plKeyImg.src=\\\'[!--news.url--]e/ShowKey/?v=pl&t=\\\'+Math.random()\\" title=\\"看不清楚,點擊刷新\\" /> </td>\r\n<td align=\\"left\\"><input name=\\"nomember\\" type=\\"checkbox\\" id=\\"nomember\\" value=\\"1\\" checked=\\"checked\\" />\r\n匿名發表</td>\r\n</tr>\r\n</table>\r\n<textarea name=\\"saytext\\" rows=\\"6\\" id=\\"saytext\\"></textarea><input name=\\"imageField\\" type=\\"image\\" src=\\"[!--news.url--]e/data/images/postpl.gif\\"/>\r\n<input name=\\"id\\" type=\\"hidden\\" id=\\"id\\" value=\\"[!--id--]\\" />\r\n<input name=\\"classid\\" type=\\"hidden\\" id=\\"classid\\" value=\\"[!--classid--]\\" />\r\n<input name=\\"enews\\" type=\\"hidden\\" id=\\"enews\\" value=\\"AddPl\\" />\r\n<input name=\\"repid\\" type=\\"hidden\\" id=\\"repid\\" value=\\"0\\" />\r\n<input type=\\"hidden\\" name=\\"ecmsfrom\\" value=\\"[!--titleurl--]\\"></td>\r\n</tr>\r\n</table>\r\n</td>\r\n</tr>\r\n</table></form>', 0, 0, 0);
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewstempvarclass`;
CREATE TABLE `phome_enewstempvarclass` (
`classid` smallint(5) unsigned NOT NULL auto_increment,
`classname` varchar(30) NOT NULL default '',
PRIMARY KEY (`classid`)
) TYPE=MyISAM;
# --------------------------------------------------------
DROP TABLE IF EXISTS `phome_enewsvotetemp`;
CREATE TABLE `phome_enewsvotetemp` (
`tempid` smallint(5) unsigned NOT NULL auto_increment,
`tempname` varchar(60) NOT NULL default '',
`temptext` mediumtext NOT NULL,
PRIMARY KEY (`tempid`)
) TYPE=MyISAM;
INSERT INTO `phome_enewsvotetemp` VALUES (1, '默認投票模板', '<table width=100% border=0 align=center cellpadding=3 cellspacing=0><form name=enewsvote method=POST action=\'[!--vote.action--]\' target=_blank><tr><td><strong>[!--title--]</strong></td></tr><input type=hidden name=voteid value=\'[!--voteid--]\'><input type=hidden name=enews value=AddVote>\r\n[!--empirenews.listtemp--]\r\n<tr><td>[!--vote.box--] [!--vote.name--]</td></tr>\r\n[!--empirenews.listtemp--]\r\n<tr><td align=center><input type=submit name=submit value=投票> <input type=button name=button value=查看結果 onclick=javascript:window.open(\'[!--vote.view--]\',\'\',\'width=[!--width--],height=[!--height--],scrollbars=yes\');></td></tr></form></table>');
INSERT INTO `phome_enewsvotetemp` VALUES (2, '默認信息投票模板', '<table width=\\\'100%\\\' border=0 align=center cellpadding=3 cellspacing=0><form name=enewsvote method=POST action=\\\'[!--news.url--]e/enews/index.php\\\' target=_blank><tr><td><strong>[!--title--]</strong></td></tr><input type=hidden name=id value=\\\'[!--id--]\\\'><input type=hidden name=classid value=\\\'[!--classid--]\\\'><input type=hidden name=enews value=AddInfoVote>\r\n[!--empirenews.listtemp--]\r\n<tr><td>[!--vote.box--] [!--vote.name--]</td></tr>\r\n[!--empirenews.listtemp--]\r\n<tr><td align=center><input type=submit name=submit value=投票> <input type=button name=button value=查看結果 onclick=javascript:window.open(\\\'[!--news.url--]e/public/vote/?classid=[!--classid--]&id=[!--id--]\\\',\\\'\\\',\\\'width=[!--width--],height=[!--height--],scrollbars=yes\\\');></td></tr></form></table>');