⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 review.htm

📁 下在管理系统2.0
💻 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%>&nbsp;</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 + -