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

📄 detail_fresh.html

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 HTML
字号:
#set ($p = ${StringUtil.getInt($request,"p")})
${pc.setPageNo($p)}
${pc.setPageSize(7)}
<!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>
${detailParty.getString("title")}

 购物圈子 - ${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";
}
</script>
</head>
<body>
${group_head}
<br />
<table width="990" height="530" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="560" align="left" valign="top">
<br />

<table width="544" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="550" style="color:#27A4E2;font-size:14px;font-weight:bold">${detailParty.getString("title")}	</td>
  </tr>
  <tr>
    <td style="line-height:20px;">
	<span style="color:#666666">on ${detailParty.getString("post_date")}</span>
	</td>
  </tr>
  <tr>
    <td style="line-height:20px;"><br />
	${detailParty.getString("content")}      </td>
  </tr>
</table>
<br />
<br />

	#foreach ($evalRep in ${groupMgr.getGroupPartyRepByGpid($gpid,$pc)})
	<table width="544" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="3" align="left" valign="middle" style="border-bottom:1px #eeeeee solid">&nbsp;</td>
      </tr>
      <tr>
        <td id="enjoy-bottom"><a href="#">${evalRep.getString("nick_name")}</a>  <span style="color:#666666">发表 on ${evalRep.getString("post_date")}</span><br />
		  ${StringUtil.ascii2Html(${evalRep.getString("content")})}   </td>
      </tr>
    </table>



	#end
	
	<br />
	
		    <form name="dataForm">
    <input type="hidden" name="p" value="${p}">
	<input type="hidden" name="gpid" value="${gpid}">
  </form>

<DIV class=pages  align="right"> 
${StringUtil.getTurnPage($pc,$p)} </div>
	
	<br />


	
	</td>
    <td width="50" valign="top">&nbsp;</td>
    <td valign="top"><br />

<div style="width:370px;"><img src="imgs/announce_top.gif" width="370" height="10" /></div>

<div style="width:348px;height:80px;padding:10px;line-height:20px;border-left:1px #eeeeee solid;border-right:1px #eeeeee solid;background:#f8f8f8">
#if(${isLogin}==0)
  <table width="348" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="20" height="72" align="left" valign="middle">&nbsp;</td>
      <td width="101" align="left" valign="middle"><img src="imgs/alert.gif" width="46" height="47" /></td>
      <td width="227" style="color:#999999;line-height:20px;">登录后,您也能发表意见<br />
        <a href="../member/login.html?backurl=${StringUtil.getCurrentURL()}">注册/登录 &gt;&gt;</a> </td>
    </tr>
  </table>
#else
<script>
function check(theForm)
{
	if (theForm.content.value=="")
	{
		alert("请填写回复内容");
		return(false);
	}
	else
	{
		return(true);
	}
}
</script>
<form action="${ConfigBean.getStringValue("systenFolder")}appController/addGroupPartyRep" method="post" name="form_ask" onSubmit="return check(this)">
<input type="hidden" name="gpid" value="${gpid}">
  <table width="348" border="0" cellspacing="0" cellpadding="4">
    <tr>
      <td width="348" style="font-size:14px;color:#FF0099">我要回复······</td>
    </tr>
    
    <tr>
      <td>回复内容<br />
          <textarea name="content"  style="width:300px;height:100px;"></textarea>      </td>
    </tr>
    <tr>
      <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>

#end
</div>
<div style="width:370px;"><img src="imgs/announce_bottom.gif" width="370" height="10" /></div>
    </td>
  </tr>
</table>

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




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

⌨️ 快捷键说明

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