-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbbsboa.ptn
More file actions
79 lines (78 loc) · 3.07 KB
/
bbsboa.ptn
File metadata and controls
79 lines (78 loc) · 3.07 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>{BBSNAME}电子公告板系统(BBS)</title>
<link href="templates/global.css" rel="stylesheet" type="text/css" />
<style>
body{
margin-right:16px;
}
</style>
</head>
<body>
<form name="form1" method="post" action="">
<div id="head">
<div id="location">
<p><img src="images/location01.gif" alt="" align="absmiddle" width="11" height="14"/><a href="bbssec">{BBSNAME}电子公告板系统(BBS)</a></p>
<p><img src="images/location03.gif" alt="" align="absmiddle" width="37" height="14"/><a href=bbsboa?board={SECNUM}>{SECNAME}</a></p>
</div>
</div>
<table class="table" border="0" cellspacing="0" cellpadding="0">
<tr class="tb_head">
<td><img src="images/table_ul05.gif" width="18" height="25" /></td>
<td align="right"><img src="images/table_ur.gif" width="19" height="25" /></td>
</tr>
<tr>
<td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="">
<tr>
<td width="18"><img src="images/table-left2.gif" alt="" align="absmiddle" /></td>
<td class="td2" width="28" align="left">状态</td>
<td class="td2" width="48" align="center">文章数</td>
<td width="75" class="td2" align="center">类别</td>
<td class="td2">讨论区名称</td>
<td class="td2">中文描述</td>
<td class="td2">版主</td>
<td width="92" class="td2">最后更新</td>
<td width="50" align="right" class="td2"> <div style="float:left;padding-top:7px;">操作</div>
<img src="images/table_right2.gif" alt="" align="absmiddle" /></td>
</tr>
<!-- BEGIN mainform -->
<tr>
<td class="tb_head_left td8"> </td>
<td class="td8">{READFLAG} {VOTEFLAG}</td>
<td class="td6" align="center">{POSTNUM}</td>
<td align="center" class="td6">{TYPE}</td>
<td class="td6 hightlight"><a href={METHOD}?board={BOARD}>{BOARD}</a></td>
<td class="td6"><a href={METHOD}?board={BOARD}>{BOARDNAME}</a></td>
<td class="td6">{BM}</td>
<td class="td6">{DATE}</td>
<td class="td7"><a href=bbsbrdadd?board={BOARD}>预定</a></td>
</tr>
<!-- END mainform -->
<tr>
<td height="10" class="tb_head_left"> </td>
<td height="10" colspan="8" class="tb_head_right"></td>
</tr>
</table></td>
</tr>
<tr>
<td class="tb_bottom"><img src="images/table_bl.gif" alt=""/></td>
<td class="tb_bottom" align="right"><img src="images/table_br.gif" alt="" /></td>
</tr>
</table>
</form>
<script>
if(window.top == window){
var foot = document.createElement('iframe')
foot.src='bbsfoot'
document.body.append(foot)
foot.style.bottom = '0px';
foot.style.position = 'fixed';
foot.style.height='24px';
foot.style.width='100%';
foot.scrolling = 'no';
}
</script>
</body>
</html>