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

📄 topicbetter.jsp

📁 JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><form id="gform" name="gform" action="/club/topic.do" method="post" onsubmit="return c.p('qwSubmit',true);">
<table summary="" class="tabform">
<tr><th scope="row">标题:</th><td><club:link type="title" request="<%=request%>" object="${topic}"/></td></tr>
<tr><th scope="row">作者:</th><td><c:out value="${topic.userName}" escapeXml="boolean"/></td></tr>
<tr>
<th scope="row"></th>
<td class="t_end">
<club:html type="input" name="act" id="act" htmlType="hidden" value="<%=ParamUtils.getStringParameter(request,"act")%>"/>
<club:html type="input" name="topicId" id="topicId" htmlType="hidden" value="${topic.topicId}"/>
<club:html type="input" name="forumId" id="forumId" htmlType="hidden" value="${topic.forumId}"/>
<club:html type="input" name="userId" id="userId" htmlType="hidden" value="${topic.userId}"/>
<c:if test="${topic.better==0}" >
<club:html type="input" name="better" id="better" htmlType="hidden" value="1"/>
<input type="submit" name="qwSubmit" id="qwSubmit" value="确定加为精华贴">
</c:if>
<c:if test="${topic.better>0}" >
<club:html type="input" name="better" id="better" htmlType="hidden" value="0"/>
<input type="submit" name="qwSubmit" id="qwSubmit" value="确定加为普通帖">
</c:if>
</td>
</tr>
</table>
</form>

⌨️ 快捷键说明

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