-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbbssendmsg.ptn
More file actions
49 lines (48 loc) · 1.71 KB
/
bbssendmsg.ptn
File metadata and controls
49 lines (48 loc) · 1.71 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
<!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 type="text/css">
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"/><a href="bbssec">{BBSNAME}电子公告板系统(BBS)</a></p>
<p><img src="images/location03.gif" alt="" align="absmiddle" width="37" height="14" />发送信息</p>
</div>
</div>
<table border="0" cellpadding="0" cellspacing="0" class="table">
<tr>
<td colspan="2" class="tb_head"><img src="images/table_ul01.gif" alt="" align="absmiddle" class="tb_ul" style="float:left" />
<div style="margin-top:8px">发送讯息</div></td>
<td align="right" valign="top" class="tb_r"><img src="images/table_ur.gif" alt=""/></td>
</tr>
<tr>
<td class="tb_l"> </td>
<td><ul class="search">
<li>送讯息给:
<input name=destid maxlength=12 value='{USER}' size=12>
</li>
<li>讯息内容:
<input name=msg maxlength=50 size=50 value=''>
</li>
<li><input class="confirm" type="image" src="images/confirm.gif" align="absmiddle" alt='确认' hspace='2px'/></li>
</ul></td>
<td class="tb_r"> </td>
</tr>
<tr class="tb_bottom">
<td width="10"><img src="images/table_bl.gif" alt=""/></td>
<td width="757"></td>
<td align="right"><img src="images/table_br.gif" alt=""/></td>
</tr>
</table>
</form>
</body>
</html>