?? review.htm
字號:
<html>
<head>
<title>{$this->set[sysTitle]} - 查看/發表評論</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="{$this->tplPath}/css/default.css" type="text/css">
</head>
<font color = red><b><br><br>{$aSoft->name}相關的評論:</font></b><br>
<div align="center">
<center>
<table bgcolor=#006699 border=0 cellpadding=2 cellspacing=1 width=98%>
<tr bgcolor = #ffffff>
<td colspan = 2>相關評論(共有評論<b><font color=red>{$reviewcount}</font></b>篇,<font color =red><b>{$points}</font></b>分)(所有評論只代表個人觀點)</td>
</tr>
$reviews
</table>
</center>
</div>
<div align="center">
<center>
<table width=98% bgcolor=#006699 cellpadding=2 border=0 cellspacing=1>
<tr bgcolor = #efefef>
<td colspan=2 align=left height = 20><font color = #000000>共{$total}頁:$pages</font></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table bgcolor=#006699 border=0 cellpadding=2 cellspacing=1 width=98%>
<tr bgcolor = #006699>
<td colspan = 2><font color = white><b>發表評論:</b></fond></font></td>
</tr>
<form name=reviewform method=post action='index.php?modules=review&id={$this->input[id]}'>
<tr bgcolor = #efefef>
<td width=22%>姓名:</td>
<td width=78%>
<input type=text name=user_name maxlength=20>
<input type=hidden name=action value=addReview>
<font color=red>* </font></td>
</tr>
<tr bgcolor=#ffffff>
<td width=22% valign=top>標題:</td>
<td width=78%><input type=text name=review_title size=40 maxlength=30 value = '無標題'>(選項)</td>
</tr>
<tr bgcolor=#efefef>
<td width=22% valign=top>評分:</td>
<td width=78%><select size=1 name=review_point>
<option>1</option>
<option>2</option>
<option selected>3</option>
<option>4</option>
<option>5</option>
</select></td>
</tr>
<tr bgcolor=#ffffff>
<td width=22% valign=top>評論:<br>(不能超過<font color=red>400</font>個字符)</td>
<td width=78% bgcolor=#ffffff><textarea name=review_comment cols=40 rows=5></textarea>
<font color=red>* </font><br>
您的評論只代表個人意見,與<a href = {$this->set[webSite]}>{$this->set[webName]}</a>無關!</td>
</tr>
<tr bgcolor=#efefef>
<td width=22%> </td>
<td width=78%>
<input type=submit name=Submit2 value='確定'>
<input type='reset' name=Submit3 value='取消'>
</td>
</tr>
</form>
</table>
</center>
</div>
<p>
<center>
<input type=button class=input1 onclick=window.close() value=關閉窗口>
</center>
</p>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -