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

📄 pub_eval.html

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 HTML
字号:

<!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=utf-8" />
<title>
 ${detailProduct.getString("name")}  

 购物圈子 - ${systemConfig.getStringConfigValue("webtitle")}</title>
<link href="../css/light.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script>
function go(p)
{
	document.dataForm.p.value=p;
	window.location = "detail-eval-"+document.dataForm.gpeid.value+"-"+p+".html";
}

function check(theForm)
{
	if (theForm.title.value=="")
	{
		alert("请填写标题");
		return(false);
	}
	else if (theForm.content.value=="")
	{
		alert("请填写内容");
		return(false);
	}
	else
	{
		return(true);
	}
}
</script>
<style type="text/css">
<!--
.arrow-line {
	background-attachment: fixed;
	background-image: url(imgs/detail_eval_line.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
-->
</style>
</head>
<body>
${group_head}
<br />



<table width="990" height="530" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="579" align="left" valign="top">
<div style="font-size:14px;color:#FF0099;">
#if(${type}==1)
分享我的使用体验
#else
对商品评价
#end
</div>
<br />
<br />

<form action="${ConfigBean.getStringValue("systenFolder")}appController/addGroupProductEvaluate" method="post" name="form_ask" onSubmit="return check(this)">
<input type="hidden" name="pid" value="${pid}">
<input type="hidden" name="type" value="${type}">
<input type="hidden" name="backurl" value="${ConfigBean.getStringValue("systenFolder")}group/list-${type}-1.html">
<table width="495" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td width="49">标题:      </td>
    <td width="430"><input name="title" type="text" id="title" style="width:300px;"/></td>
  </tr>
  <tr>
    <td>内容:</td>
    <td><textarea name="content" id="content" style="width:400px;height:250px;"></textarea></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="submit" name="Submit" value="发表" style="border-top:1px #CCCCCC solid;border-left:1px #CCCCCC solid;border-left:1px #999999 solid;border-bottom:1px #999999 solid;background:#eeeeee;width:80px;height:25px;"/></td>
  </tr>
</table>
</form>
</td>
    <td width="10" valign="top">&nbsp;</td>
    <td width="404" valign="top">



	<table width="370" height="14" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="149" align="left" valign="top" >
		<img  src="${systenFolder}.${upload_pro_img}${detailProduct.getString("img_b")}" width="120" height="120" border="0" />		</td>
        <td width="221" align="left" valign="top"><span style="font-size:14px;color:#27A4E2;font-weight:bold">${detailProduct.getString("name")}</span>
		<br /><br />
		价格:
		<span style="color:#FF0000;font-size:13px;font-weight:bold">
		<script src="../product/my_price_js.jsp?pid=${pid}"></script>
		</span><br />
		<br />
		<a href="../product/detail-${detailProduct.getString("pid")}.html"></a></td>
      </tr>
      <tr>
        <td colspan="2" align="left" valign="top" style="color:#666666"><br />
          ${detailProduct.getString("short_desc")}		  </td>
      </tr>
    </table>
    <br />
    <br />

    </td>
  </tr>
</table>

	
	</td>
  </tr>
</table>




<br />
${foot}
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -