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

📄 adminothermusic.jsp

📁 LyBBS基于Struts1.3/Ajax的架构
💻 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_adminOthersManager.do" method="post" name="myform">
    <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">
      <font color=#FFFFFF><b><bean:message key="jsp.admincenter.other.music"/></b></font>
     </td>
    </tr>
    <tr>
     <td bgcolor="#EEEEEE">
       <bean:message key="jsp.admincenter.other.musiccomment"/>
     </td>
    </tr>
    <tr>
     <td bgcolor="#FFFFFF">
       <textarea name="musicList" cols=85 rows=25><logic:notPresent name="musicList">The music config file is not found.</logic:notPresent><logic:present name="musicList" scope="request"><bean:write name="musicList"/></logic:present></textarea>
     </td>
    </tr>
    <tr>
     <td bgcolor="#EEEEEE" align=center>
       <input type=submit name="submit" value="<bean:message key="common.lybbs.submit"/>">&nbsp;&nbsp;
       <input type=reset value="<bean:message key="common.lybbs.reset"/>">
       <logic:notPresent name="musicList"><script language=JavaScript>document.myform.submit.disabled=true</script></logic:notPresent>
     </td>
    </tr>
    </form>
   </table>
   </td>
   </tr>
  </table>
  </td>
 </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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