classManageMenu.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8" %>
  2. <table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="tab">
  3. <form name="Gforms" id="Gforms" method="post" action=""><tr>
  4. <td height="22" class="tab1">&nbsp;&nbsp;&nbsp;&nbsp;
  5. <strong><a onmouseover="showmenu(event,'','Menu_Show_0')" href="#">更新管理员</a></strong>
  6. <DIV class="showMenu" id="Menu_Show_0" >
  7. <UL>
  8. <li><a href="clubUseropEdit.jsp?ccID=<%=ccID%>&act=add">添加管理员</a></li>
  9. <li><a href="cmUserop.jsp?ccID=<%=ccID%>" target="_self">管理员列表</a></li>
  10. </UL></DIV>
  11. &nbsp;&nbsp;&nbsp;&nbsp;
  12. <a href="clubClassManage.jsp?ccID=<%=ccID%>"><strong>更新版面寄语</strong></a>&nbsp;&nbsp;
  13. &nbsp;&nbsp;&nbsp;&nbsp;
  14. <a href="#" onmouseover="showmenu(event,'','Menu_Show_2')"><strong>管理公告</strong></a>
  15. <DIV class="showMenu" id="Menu_Show_2" >
  16. <UL>
  17. <li><a href="clubAfficheEdit.jsp?ccID=<%=ccID%>">添加公告</a></li>
  18. <li><a href="cmAffiche.jsp?ccID=<%=ccID%>">公告列表</a></li>
  19. </UL></DIV>
  20. &nbsp;&nbsp;&nbsp;&nbsp;
  21. <a href="cmUserArticle.jsp?ccID=<%=ccID%>"><strong>文章批量管理</strong></a>
  22. &nbsp;&nbsp;&nbsp;&nbsp;
  23. <strong><a href="cmBlacklist.jsp?ccID=<%=ccID%>" onmouseover="showmenu(event,'','Menu_Show_3')">黑名单管理</a></strong>
  24. <DIV class="showMenu" id="Menu_Show_3" >
  25. <UL>
  26. <li><a href="cmBlackEdit.jsp?ccID=<%=ccID%>">添加到黑名单</a></li>
  27. <li><a href="cmBlacklist.jsp?ccID=<%=ccID%>">黑名单列表</a></li>
  28. </UL></DIV>&nbsp;&nbsp;
  29. </td></tr></form></table>
  30. <script language="JavaScript" type="text/javascript">tabline(1,4,"#ffffff");</script>