guestbook.htm
8.89 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
<title><?php echo $cfg_webname; ?> - 留言本</title>
<link href="<?php echo $cfg_templeturl; ?>/default/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
<style>
.lefttd {
border-left:1px solid #dedede;
border-right:1px solid #dedede;
}
.ltd {
border-left:1px solid #dedede;
border-right:1px solid #dedede;
border-top:1px solid #dedede;
border-bottom:1px dashed #dedede;
}
.msgtd {
line-height:180%;
border-right:1px solid #dedede;
padding:5px;
height:80px;
}
.timetd {
border-right:1px solid #dedede;
border-top:1px solid #dedede;
border-bottom:1px dashed #dedede;
padding-left:5px;
}
.bottomtd {
border-right:1px solid #dedede;
border-top:1px dashed #dedede;
padding-left:5px;
}
.writetable td {
padding: 5px;
}
.writetd {
background:url(img/wbg.gif);
}
.pagetable {
border:1px solid #dedede;
margin-bottom:8px;
background:#FBFEED;
}
.pagelistbox {
}
.pagelistbox span{
border:1px solid #dedede;
padding:2px;
margin-right:3px;
background:#E8F9BF;
}
.pagelistbox a {
border:1px solid #dedede;
padding:2px;
margin-right:3px;
background:#E8F9BF;
padding-left:5px;
padding-right:5px;
}
.rebox {
width:98%;
padding:3px;
border:1px solid #dedede;
}
</style>
</head>
<body class="mapspage">
<div class="header">
<div class="top w960 center">
<div class="title">
<h1>
<h1><a href="<?php echo $cfg_basehost;?>/"><?php echo $cfg_webname;?></a></h1>
</h1>
</div><!-- /title -->
</div><!-- /top -->
</div><!-- /header -->
<div class="w960 clear center mt1">
<div class="sp-title">
<h2>留言本</h2>
<span class="more">
<a href="#write">[发布留言]</a>
<a href="<?php echo $cfg_basehost;?>/">[返回主页]</a>
</span>
</div>
<?php
$ntt=0;
$bgcc = '#FBFEED';
?>
{dede:datalist}
<table width='100%' border='0' align="center" cellpadding='0' cellspacing='0' style="<?php echo (($ntt==0) ? "background:{$bgcc}" : 'background:#ffffff'); ?>">
<tr>
<td width='160' align="center" class='ltd'>
<b><?php echo $fields['uname']; ?></b>
</td>
<td height="26" class='timetd'>
<img height='16' src='guestbook/images/time.gif' width='16' /> 时间: <?php echo MyDate('m-d H:i',$fields['dtime']); ?>
主题:<?php echo $fields['title']; ?>
</td>
</tr>
<tr>
<td width='160' rowspan='2' align="center" class='lefttd'>
<table width='160' border='0' align="center" cellpadding='1' cellspacing='2'>
<tr>
<td height="80" align="center">
<img src='guestbook/images/<?php echo $fields['face']?>.gif' border=0 /> <?php echo GetIsCheck($fields['ischeck'],$fields['id'])?>
</td>
</tr>
<tr>
<td height="20"> 来自:<?php echo preg_replace("#[^\.]*\.[^\.]*$#","*.*",$fields['ip']); ?></td>
</tr>
<tr>
<td height="20"> QQ:<?php echo $fields['qq']?></td>
</tr>
</table>
</td>
<td class='msgtd'><?php echo $fields['msg']; ?></td>
</tr>
<tr>
<td height="26" class="bottomtd">
<a href='mailto:<?php echo $fields["email"]?>'><img src='guestbook/images/mail.gif' border=0 width='16' height='16' />[邮件]</a>
<a href='http://<?php echo $fields['homepage']?>' target='_blank'><img src='guestbook/images/home.gif' border=0 width='16' height='16' />[主页]</a>
<a href='guestbook.php?action=admin&id=<?php echo $fields['id']; ?>'><img src='guestbook/images/quote.gif' border=0 height=16 width=16 />[回复/编辑]</a>
<?php if($g_isadmin) { ?>
<a href='guestbook.php?action=admin&id=<?php echo $fields['id']; ?>&job=del'><img src='guestbook/images/del.gif' border=0 height=16 width=16 />[删除]</a>
<?php } ?>
</td>
</tr>
</table>
<?php if($ntt==0){$ntt=1;}else{ $ntt=0; } ?>
{/dede:datalist}
<table border='0' cellpadding='0' cellspacing='0' width='100%' align='center' class='pagetable'>
<tr>
<td align="center" height='28'> {dede:pagelist listsize='5'/} </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="4" align="center" bgcolor="#dedede" class='writetable'>
<form method="post" action="guestbook.php" name="form1">
<input type='hidden' name='action' value='save' />
<tr>
<td colspan='4' class='writetd'><b>发布留言:</b><a name='write'></a></td>
</tr>
<tr bgcolor="#ffffff">
<td width="10%" align="center" nowrap><font color="#FF0000">*</font>标题:</td>
<td width="40%"><input type="text" maxlength="50" name="title" size="30" class="ipt-txt"/></td>
<td width="10%" align="center" nowrap>验 证 码:</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="70"><input name="validate" type="text" id="vdcode2" class="ipt-txt" style="width:60px;text-transform: uppercase;" /></td>
<td><img src='../include/vdimgck.php'/></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="10%" align="center" nowrap><font color="#FF0000">*</font>你的姓名:</td>
<td width="40%"><input type="text" maxlength="10" name="uname" size="30" value="<?php echo $g_name; ?>" class="ipt-txt"/></td>
<td width="10%" align="center" nowrap>OICQ号码:</td>
<td width="40%"><input maxlength="20" type="text" name="qq" size="20" class="ipt-txt" /></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center" nowrap> 电子邮件:</td>
<td><input maxlength="80" type="text" name="email" size="30" class="ipt-txt"/></td>
<td align="center" nowrap height="12">个人主页:</td>
<td height="12"><input maxlength="80" type="text" name="homepage" size="20" class="ipt-txt" /></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center" nowrap width="10%"><font color="#FF0000">*</font>留言内容:<br />
(1000字内) </td>
<td align="left" width="40%">
<textarea name="msg" cols="38" rows="5" class="textarea ipt-txt"></textarea>
</td>
<td align="center" nowrap height="2" width="10%">选择头像:</td>
<td nowrap height="2" width="40%">
<input type="radio" name="img" value="01" checked />
<img src="guestbook/images/01.gif" width="25" height="25" />
<input type="radio" name="img" value="02" />
<img src="guestbook/images/02.gif" width="25" height="25" />
<input type="radio" name="img" value="03" />
<img src="guestbook/images/03.gif" width="25" height="25" />
<input type="radio" name="img" value="04" />
<img src="guestbook/images/04.gif" width="25" height="25" />
<input type="radio" name="img" value="05" />
<img src="guestbook/images/05.gif" width="25" height="25" />
<input type="radio" name="img" value="06" />
<img src="guestbook/images/06.gif" width="25" height="25" />
<input type="radio" name="img" value="08" />
<img src="guestbook/images/08.gif" width="25" height="25" />
<br /><br />
<input type="radio" name="img" value="13" />
<img src="guestbook/images/13.gif" width="25" height="25" />
<input type="radio" name="img" value="14" />
<img src="guestbook/images/14.gif" width="25" height="25" />
<input type="radio" name="img" value="15" />
<img src="guestbook/images/15.gif" width="25" height="25" />
<input type="radio" name="img" value="16" />
<img src="guestbook/images/16.gif" width="25" height="25" />
<input type="radio" name="img" value="17" />
<img src="guestbook/images/17.gif" width="25" height="25" />
<input type="radio" name="img" value="18" />
<img src="guestbook/images/18.gif" width="25" height="25" />
<input type="radio" name="img" value="20" />
<img src="guestbook/images/20.gif" width="25" height="25" />
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="4" align="center" nowrap><input maxlength="1000" type="submit" name="Submit" value="提 交" class="btn-2" />
<input type="reset" name="Submit2" value="取 消" class="btn-2" /></td>
</tr>
</form>
</table>
<br />
</div>
{dede:include filename='plus_foot.htm' /}
</div>
</body>
</html>