-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbbsannstat.ptn
More file actions
50 lines (49 loc) · 1.93 KB
/
bbsannstat.ptn
File metadata and controls
50 lines (49 loc) · 1.93 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
<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 type="text/css">
body{
margin-right:16px;
}
</style>
</head>
<body>
<form name="form1" method="post" action="bbsannstat_m">
<div id="head">
<div id="location">
<p><img src="images/location01.gif" alt="" align="absmiddle"/><a href="bbssec">{BBSNAME}电子公告板系统(BBS)</a></p>
<p><img src="images/location03.gif" alt="" align="absmiddle"/>精华区操作统计</p>
</div>
</div>
<table border="0" cellpadding="0" cellspacing="0" class="table">
<tr>
<td colspan="2" class="tb_head"><img src="images/table_ul06.gif" alt="" width="37" height="25" align="absmiddle" class="tb_ul" style="float:left" />
<div style="margin-top:8px">精华区操作统计</div></td>
<td width="19" align="right" valign="top" class="tb_r"><img src="images/table_ur.gif" alt=""/></td>
</tr>
<tr>
<td class="tb_l"> </td>
<td><label>
<ul class="search">
版面: <input type="text" name="board"><br/>
开始时间: <input type="text" name="year1" size="4">年<input type="text" name="month1" size="2">月<br/>
结束时间: <input type="text" name="year2" size="4">年<input type="text" name="month2" size="2">月<br/>
(如果不输入结束时间, 则默认结束时间与开始时间相同)<br/>
<a href="javascript:form1.submit()"><img src="images/confirm.gif" alt="确认" border="0"/></a>
<a href="javascript:form1.reset()"><img src="images/reset.gif" alt="复原" hspace="10" border="0"/></a>
</ul>
</label>
</td>
<td class="tb_r"> </td>
</tr>
<tr class="tb_bottom">
<td width="25"><img src="images/table_bl.gif" alt=""/></td>
<td width="1063"></td>
<td align="right"><img src="images/table_br.gif" alt=""/></td>
</tr>
</table>
</form>
</body>
</html>