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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" Inherits="Discuz.Web.Admin.attach" Codebehind="global_attach.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>baseset</title>
  7. <script type="text/javascript" src="../js/common.js"></script>
  8. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  9. <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  10. <script type="text/javascript" src="../js/modalpopup.js"></script>
  11. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  12. </head>
  13. <body>
  14. <form id="Form1" method="post" runat="server">
  15. <div class="ManagerForm">
  16. <fieldset>
  17. <legend style="background: url(../images/icons/icon24.jpg) no-repeat 6px 50%;">附件设置</legend>
  18. <table width="100%">
  19. <tr><td class="item_title" colspan="2">帖子中显示图片附件</td></tr>
  20. <tr>
  21. <td class="vtop rowform">
  22. <cc1:RadioButtonList ID="attachimgpost" runat="server" RepeatLayout="flow">
  23. <asp:ListItem Value="1">是</asp:ListItem>
  24. <asp:ListItem Value="0">否</asp:ListItem>
  25. </cc1:RadioButtonList>
  26. </td>
  27. <td class="vtop">在帖子中直接将图片或动画附件显示出来, 而不需要点击附件链接</td>
  28. </tr>
  29. <tr><td class="item_title" colspan="2">附件保存方式</td></tr>
  30. <tr>
  31. <td class="vtop rowform">
  32. <cc1:RadioButtonList ID="attachsave" runat="server" RepeatColumns="1" RepeatLayout="flow">
  33. <asp:ListItem Value="0">按年/月/日存入不同目录</asp:ListItem>
  34. <asp:ListItem Value="1">按年/月/日/论坛存入不同目录</asp:ListItem>
  35. <asp:ListItem Value="2">按版块存入不同目录 [不推荐]</asp:ListItem>
  36. <asp:ListItem Value="3">按文件类型存入不同目录 [不推荐]</asp:ListItem>
  37. </cc1:RadioButtonList>
  38. </td>
  39. <td class="vtop">本设置只影响新上传的附件, 设置更改之前的附件仍存放在原来位置.</td>
  40. </tr>
  41. <tr><td class="item_title" colspan="2">图片附件地址显示开关</td></tr>
  42. <tr>
  43. <td class="vtop rowform">
  44. <cc1:RadioButtonList ID="showattachmentpath" runat="server" RepeatLayout="flow">
  45. <asp:ListItem Value="1">显示</asp:ListItem>
  46. <asp:ListItem Value="0">不显示</asp:ListItem>
  47. </cc1:RadioButtonList>
  48. </td>
  49. <td class="vtop">如果选择是, 则系统会以真实路径显示图片.如果选择否, 则以程序路径显示</td>
  50. </tr>
  51. <tr><td class="item_title" colspan="2">图片最大高度</td></tr>
  52. <tr>
  53. <td class="vtop rowform">
  54. <cc1:TextBox ID="attachimgmaxheight" runat="server" Size="7" CanBeNull="必填" RequiredFieldType="数据校验" Text="0" MaxLength="5"></cc1:TextBox>(单位:像素)
  55. </td>
  56. <td class="vtop">0为不受限制.本设置只适用于bmp/png/jpeg格式图片</td>
  57. </tr>
  58. <tr><td class="item_title" colspan="2">JPG图片质量</td></tr>
  59. <tr>
  60. <td class="vtop rowform">
  61.  <cc1:TextBox ID="attachimgquality" runat="server" Size="5" CanBeNull="必填" RequiredFieldType="数据校验" Text="80" MaxLength="3"></cc1:TextBox>
  62. </td>
  63. <td class="vtop">本设置只适用于加水印的jpeg格式图片.取值范围 0-100, 0质量最低, 100质量最高, 默认80</td>
  64. </tr>
  65. <tr><td class="item_title" colspan="2">图片最大宽度</td></tr>
  66. <tr>
  67. <td class="vtop rowform">
  68.  <cc1:TextBox ID="attachimgmaxwidth" runat="server" CanBeNull="必填" RequiredFieldType="数据校验" Size="7" Text="0" MaxLength="5"></cc1:TextBox>(单位:像素)
  69. </td>
  70. <td class="vtop">0为不受限制.本设置只适用于bmp/png/jpeg格式图片</td>
  71. </tr>
  72. <tr><td class="item_title" colspan="2">下载附件来路检查</td></tr>
  73. <tr>
  74. <td class="vtop rowform">
  75. <cc1:RadioButtonList ID="attachrefcheck" runat="server" HintShowType="down" HintTopOffSet="25" RepeatLayout="flow">
  76. <asp:ListItem Value="1">是</asp:ListItem>
  77. <asp:ListItem Value="0">否</asp:ListItem>
  78. </cc1:RadioButtonList>
  79. </td>
  80. <td class="vtop">选择"是"将检查下载附件的来路, 来自其他网站或论坛的下载请求将被禁止. 注意: 本功能在开启"帖子中显示图片附件"时,会加重服务器负担</td>
  81. </tr>
  82. <tr><td class="item_title" colspan="2">图片附件水印类型</td></tr>
  83. <tr>
  84. <td class="vtop rowform">
  85.  <cc1:RadioButtonList ID="watermarktype" runat="server" RepeatLayout="flow">
  86. <asp:ListItem Value="0">文字</asp:ListItem>
  87. <asp:ListItem Value="1">图片</asp:ListItem>
  88. </cc1:RadioButtonList>
  89. </td>
  90. <td class="vtop"></td>
  91. </tr>
  92. <tr><td class="item_title" colspan="2">选择水印位置</td></tr>
  93. <tr>
  94. <td class="vtop rowform">
  95.  <asp:Literal ID="position" runat="server"></asp:Literal>
  96. </td>
  97. <td class="vtop">请在此选择水印添加的位置(共 9 个位置可选).添加水印暂不支持动画 GIF 格式. 附加的水印图片在下面的使用的 图片水印文件 中指定.</td>
  98. </tr>
  99. <tr><td class="item_title" colspan="2">文字型水印的内容</td></tr>
  100. <tr>
  101. <td class="vtop rowform">
  102. <cc1:TextBox ID="watermarktext" runat="server" RequiredFieldType="暂无校验" CanBeNull="必填" IsReplaceInvertedComma="false"></cc1:TextBox>
  103. </td>
  104. <td class="vtop">可以使用替换变量: {1}表示论坛标题 {2}表示论坛地址 {3}表示当前日期 {4}表示当前时间.例如: {3} {4}上传于{1} {2}</td>
  105. </tr>
  106. <tr><td class="item_title" colspan="2">图片附件文字水印字体</td></tr>
  107. <tr>
  108. <td class="vtop rowform">
  109. <cc1:DropDownList ID="watermarkfontname" runat="server"></cc1:DropDownList>
  110. </td>
  111. <td class="vtop"></td>
  112. </tr> 
  113. <tr><td class="item_title" colspan="2">图片型水印文件</td></tr>
  114. <tr>
  115. <td class="vtop rowform">
  116.  <cc1:TextBox ID="watermarkpic" runat="server" Width="200px" RequiredFieldType="暂无校验" CanBeNull="必填" IsReplaceInvertedComma="false"></cc1:TextBox>
  117. </td>
  118. <td class="vtop">附加的水印图片需存放到论坛目录的watermark子目录下.注意:如果图片不存在系统将使用文字类型的水印.</td>
  119. </tr>
  120. <tr><td class="item_title" colspan="2">图片附件文字水印大小</td></tr>
  121. <tr>
  122. <td class="vtop rowform">
  123. <cc1:TextBox ID="watermarkfontsize" runat="server" Size="7" CanBeNull="必填" RequiredFieldType="数据校验" MaxLength="5"></cc1:TextBox>(单位:像素)
  124. </td>
  125. <td class="vtop"></td>
  126. </tr>
  127. <tr><td class="item_title" colspan="2">图片水印透明度</td></tr>
  128. <tr>
  129. <td class="vtop rowform">
  130.  <cc1:TextBox ID="watermarktransparency" runat="server" RequiredFieldType="数据校验" MaxLength="2" CanBeNull="必填" Size="5"></cc1:TextBox>
  131. </td>
  132. <td class="vtop">取值范围1--10 (10为不透明).</td>
  133. </tr>
  134. </table>
  135. <cc1:Hint ID="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  136. <div class="Navbutton"><cc1:Button ID="SaveInfo" runat="server" Text=" 提 交 "></cc1:Button></div>
  137. </fieldset>
  138. </div>
  139. </form>
  140. <%=footer%>
  141. </body>
  142. </html>