📄 adminallianceedit.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="../common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/> - <bean:message key="jsp.admincenter.title"/></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/adminheader.jsp" %>
</head>
<body bgcolor="#555555" topmargin=5 leftmargin=5>
<table width=95% cellpadding=0 cellspacing=1 border=0 bgcolor=#000000 align=center>
<tr>
<td>
<table width=100% cellpadding=0 cellspacing=1 border=0>
<tr>
<td width=28% valign=top bgcolor=#FFFFFF>
<lybbs:typeLeftTag/>
</td>
<td width=70% valign=top bgcolor=#FFFFFF>
<table width=100% cellpadding=6 cellspacing=0 border=0>
<form action="bbs_adminAllianceManager.do" method="post">
<logic:present name="allianceBean" scope="request"><input type=hidden name="allianceID" value="<bean:write name="allianceBean" property="allianceID"/>"></logic:present>
<input type=hidden name="checkAction" value="yes">
<input type=hidden name="action" value="<bean:write name="action"/>">
<input type=hidden name="sessionToken" value="<%=ParameterUtils.getString(request,"sessionToken")%>">
<tr>
<td bgcolor=#333333" colspan=2>
<font color=#FFFFFF><b><bean:message key="jsp.admincenter.forum.alliance"/></b></font>
</td>
</tr>
<tr>
<td bgcolor=#EEEEEE align=center colspan=2>
<font color=#333333><logic:present name="allianceBean" scope="request"><bean:message key="jsp.admincenter.forum.allianceedit"/></logic:present><logic:notPresent name="allianceBean"><bean:message key="jsp.admincenter.forum.allianceadd"/></logic:notPresent></font>
</td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=left width=40%><font color=#333333><b><bean:message key="jsp.search.result.forumname"/></b></font></td>
<td bgcolor=#FFFFFF valign=middle align=left><input type=text size=40 name="allianceName" maxlength=40 value="<logic:present name="allianceBean" scope="request"><bean:write name="allianceBean" property="allianceName"/></logic:present>"></td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=left width=40%><font color=#333333><b><bean:message key="jsp.lycode.address"/></b></font></td>
<td bgcolor=#FFFFFF valign=middle align=left><input type=text size=40 name="allianceUrl" value="<logic:present name="allianceBean" scope="request"><bean:write name="allianceBean" property="allianceUrl"/></logic:present>"></td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=left width=40%><font color=#333333><b><bean:message key="jsp.lycode.icon"/></b></font></td>
<td bgcolor=#FFFFFF valign=middle align=left><input type=text size=40 name="allianceLogo" value="<logic:present name="allianceBean" scope="request"><bean:write name="allianceBean" property="allianceLogo"/></logic:present>"></td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=left width=40%><font color=#333333><b><bean:message key="jsp.lycode.description"/></b></font></td>
<td bgcolor=#FFFFFF valign=middle align=left><input type=text size=40 name="allianceDescription" value="<logic:present name="allianceBean" scope="request"><bean:write name="allianceBean" property="allianceDescription"/></logic:present>"></td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=center colspan=2><input type=submit value="<bean:message key="common.lybbs.submit"/>"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -