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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.uploadonlieninco" Codebehind="global_uploadonlieninco.aspx.cs" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
  4. <html>
  5. <head>
  6. <title>uploadonlieninco</title>
  7. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  8. <link href="../styles/datagrid.css" type="text/css" rel="stylesheet" />
  9. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  10. </head>
  11. <body>
  12. <form id="Form1" method="post" runat="server">
  13. <table class="ntcplist" >
  14. <tr>
  15. <td>
  16. <table class="datalist" id="DataGrid1" style="border-collapse: collapse;" border="1" cellspacing="0" rules="all">
  17. <tr class="category">
  18. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap" width="50%">图片</td>
  19. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap" width="50%">名称</td>
  20. </tr>
  21. <asp:Repeater id="incolist" runat="server">
  22. <ItemTemplate>
  23. <tr onmouseover="this.className='mouseoverstyle'" onmouseout="this.className='mouseoutstyle'" style="cursor:hand;">
  24. <td nowrap="nowrap" style="border-color:#EAE9E1;border-width:1px;border-style:Solid;width:70px;">
  25. <img src="../../images/groupicons/<%# DataBinder.Eval(Container.DataItem,"imgfile").ToString()%>" width="20">
  26. </td>
  27. <td nowrap="nowrap" style="border-color:#EAE9E1;border-width:1px;border-style:Solid;width:70px;">
  28. <%# DataBinder.Eval(Container.DataItem,"imgfile").ToString()%>
  29. </td>
  30. </tr>
  31. </ItemTemplate>
  32. <AlternatingItemTemplate>
  33. <tr onmouseover="this.className='mouseoverstyle'" onmouseout="this.className='mouseoutstyle'" style="cursor:hand;">
  34. <td nowrap="nowrap" style="border-color:#EAE9E1;border-width:1px;border-style:Solid;width:70px;">
  35. <img src="../../images/groupicons/<%# DataBinder.Eval(Container.DataItem,"imgfile").ToString()%>" width="20">
  36. </td>
  37. <td nowrap="nowrap" style="border-color:#EAE9E1;border-width:1px;border-style:Solid;width:70px;">
  38. <%# DataBinder.Eval(Container.DataItem,"imgfile").ToString()%>
  39. </td>
  40. </tr>
  41. </AlternatingItemTemplate>
  42. </asp:Repeater>
  43. </table>
  44. </td>
  45. </tr>
  46. </table>
  47. <div class="ManagerForm">
  48. <fieldset>
  49. <legend style="background:url(../images/icons/icon35.jpg) no-repeat 6px 50%;">添加在线列表图片</legend>
  50. <table width="100%">
  51. <tr><td class="item_title">用户在线图片上传</td></tr>
  52. <tr>
  53. <td class="vtop">
  54.   <cc1:UpFile id="image" runat="server" UpFilePath="../../images/groupicons/" FileType=".jpg|.gif|.png" IsShowTextArea="false"></cc1:UpFile>
  55. </td>
  56. </tr>
  57. </table>
  58. <div class="Navbutton">
  59. <cc1:Button id="UpdateOnLineIncoCache" runat="server" Text="上传并重新加载图例列表"  ShowPostDiv="false"></cc1:Button>&nbsp;&nbsp;
  60. <button type="button" class="ManagerButton" id="Button3" onclick="window.history.back();"><img src="../images/arrow_undo.gif"/> 返 回 </button>
  61. </div>
  62. </fieldset>
  63. </div>
  64. </form>
  65. <%=footer%>
  66. </body>
  67. </html>