forum_forumcombination.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.forumcombination" Codebehind="forum_forumcombination.aspx.cs" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <%@ Register TagPrefix="uc1" TagName="PageInfo" Src="../UserControls/PageInfo.ascx" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html>
  6. <head>
  7. <title>forumcombination</title>
  8. <script type="text/javascript" src="../js/common.js"></script>
  9. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  11. </head>
  12. <body>
  13. <form id="Form1" method="post" runat="server">
  14. <uc1:PageInfo id="info1" runat="server" Icon="Information" Text="合并论坛后, 源论坛的帖子全部转入目标论坛, 同时删除源论坛"></uc1:PageInfo>
  15. <uc1:PageInfo id="PageInfo1" runat="server" Icon="Warning" Text="目前的功能要求进行合并的论坛不能有子论坛"></uc1:PageInfo>
  16. <div class="ManagerForm">
  17. <fieldset>
  18. <legend style="background:url(../images/icons/icon44.jpg) no-repeat 6px 50%;">合并版块</legend>
  19. <table width="100%">
  20. <tr><td class="item_title" colspan="2">源论坛</td></tr>
  21. <tr>
  22. <td class="vtop rowform">
  23.  <cc1:DropDownTreeList id="sourceforumid" runat="server"></cc1:DropDownTreeList>
  24. </td>
  25. <td class="vtop"></td>
  26. </tr>
  27. <tr><td class="item_title" colspan="2">目标论坛</td></tr>
  28. <tr>
  29. <td class="vtop rowform">
  30. <cc1:DropDownTreeList id="targetforumid" runat="server"></cc1:DropDownTreeList>
  31. </td>
  32. <td class="vtop"></td>
  33. </tr>
  34. </table>
  35. <div class="Navbutton">
  36. <cc1:Button id="SaveCombinationInfo" runat="server" Text=" 提 交 "></cc1:Button>
  37. </div>
  38. </fieldset>
  39. </div>
  40. </form>
  41. <%=footer%>
  42. </body>
  43. </html>