📄 apply.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="common/include/header.jsp" %>
</head>
<body topmargin=0 leftmargin=0>
<TABLE class=tableCommonStyle cellSpacing=1 cellPadding=3 border=0 align=center>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
<TR>
<TD class=noBgStyle>
<lybbs:typeAdTag/>
</TD>
</TR>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
<tr>
<td class=menuStyle height=22>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<td align=left>
<lybbs:typeUserHeaderTag forumID="0"/>
</td>
<td align=right>
<lybbs:web key="returnHomeLink"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<td class=navStyle vAlign=center height=25>
<img src="lybbs/images/forum_nav.gif" width="9" height="9" align="absMiddle"> <a href="bbs_index.do"><lybbs:web key="forumName"/></a>
</td>
</tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<form method=post name="apply" action="bbs_adminApplyManager.do">
<input type=hidden name="action" value="<bean:write name="action"/>">
<input type=hidden name="checkAction" value="yes">
<input type=hidden name="sessionToken" value="<%=ParameterUtils.getString(request,"sessionToken")%>">
<tr>
<TD width=6% align=center class=catStyle><bean:message key="common.lybbs.select"/></TD>
<TD width=20% align=center class=catStyle><bean:message key="common.lybbs.title"/></TD>
<TD align=center class=catStyle><bean:message key="common.lybbs.price"/></script></TD>
</tr>
<logic:iterate id="element" name="itemList">
<tr>
<td class=forumColorTwo>
<input type=radio name="applyItemID" value="<bean:write name="element" property="itemID"/>">
</td>
<td class=forumColorTwo>
<bean:write name="element" property="itemName"/>
</td>
<td class=forumColorTwo>
<bean:write name="element" property="itemPrice"/>
</td>
</tr>
</logic:iterate>
<tr>
<td class=forumColorTwo valign=middle colspan=3 align=center>
<html:submit><bean:message key="common.lybbs.submit"/></html:submit>
</td>
</tr>
</form>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<TD align=center class=catStyle><script>document.write("\u7533\u8bf7\u9879\u76ee");</script></TD>
<TD width=20% align=center class=catStyle><script>document.write("\u7533\u8bf7\u65f6\u95f4");</script></TD>
<TD width=12% align=center class=catStyle><bean:message key="common.lybbs.status"/></TD>
</tr>
<logic:iterate id="element" name="itemApplyList">
<tr>
<td class=forumColorTwo>
<bean:write name="element" property="itemName"/>
</td>
<td class=forumColorTwo align=center>
<bean:write name="element" property="applyAt"/>
</td>
<td class=forumColorTwo align=center>
<logic:equal name="element" property="applyStatus" value="0">
<script>document.write("\u5f85\u5ba1\u6838");</script>
</logic:equal>
<logic:equal name="element" property="applyStatus" value="2">
<script>document.write("\u5df2\u901a\u8fc7");</script>
</logic:equal>
<logic:equal name="element" property="applyStatus" value="3">
<script>document.write("\u5151\u73b0");</script>
</logic:equal>
<logic:equal name="element" property="applyStatus" value="4">
<script>document.write("\u62d2\u7edd");</script>
</logic:equal>
</td>
</tr>
</logic:iterate>
</table>
<lybbs:web key="foot"/>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -