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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" CodeBehind="likesetting.aspx.cs" Inherits="Discuz.Web.Admin.likesetting" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <%@ Register Src="../UserControls/PageInfo.ascx" TagName="PageInfo" TagPrefix="uc1" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head runat="server">
  7.     <title>个人喜好设置</title>
  8.     <script type="text/javascript" src="../js/common.js"></script>
  9.     <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />        
  10.     <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  11. <script type="text/javascript" src="../js/modalpopup.js"></script>
  12. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  13. </head>
  14. <body>
  15.     <div class="ManagerForm">
  16.         <form id="form1" runat="server">
  17.         <uc1:PageInfo ID="info1" runat="server" Icon="information" Text="设置本提示是否在其它页面中显示." />
  18.             <fieldset>
  19.     <legend style="background:url(../images/icons/icon58.jpg) no-repeat 6px 50%;">个人喜好设置</legend>
  20.                 <table class="table1" cellspacing="0" cellpadding="8" width="100%" align="center">
  21.                     <tr>
  22.                         <td  class="td2" width="20%">显示页面帮助信息:</td>
  23.     <td class="td2">
  24.     <cc1:RadioButtonList id="showhelp" runat="server"  RepeatLayout="flow" HintTitle="提示" 
  25.         HintInfo="选择&quot;是&quot;, 则会在页面中显示提示信息">
  26.     <asp:ListItem Value="1">是</asp:ListItem>
  27.     <asp:ListItem Value="0">否</asp:ListItem>
  28.     </cc1:RadioButtonList>
  29.     </td>
  30.     </tr>
  31.                 </table>
  32.             </fieldset>
  33.             <div align="center">
  34.                 <cc1:Button ID="saveinfo" runat="server" Text="提 交" OnClick="saveinfo_Click" ></cc1:Button>
  35.             </div>
  36.             <cc1:Hint id="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  37.         </form>
  38.     </div>
  39.     <%=footer%>
  40. </body>
  41. </html>