⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminblogsettings.aspx

📁 本程序基于 asp.net 2.0 +sql server 2
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminBlogSettings.aspx.cs" Inherits="admin_adminBlogSettings" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>后台管理</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
       <div class ="left"><!-- #include file ="adminLeft.htm" --></div>
   <div class ="center">
  
   <div class ="setting">
       <span style="font-size: 14pt; color: #ff0033">
       首页显示设置:</span><br />
       <table style="width: 382px; height: 102px">
           <tr>
               <td style="width: 151px">
       最新日志个数:</td>
               <td>
                   <asp:TextBox ID="tbNewBlog" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
       最新回复个数:</td>
               <td>
                   <asp:TextBox ID="tbNewReply" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
       热门日志个数:</td>
               <td>
                   <asp:TextBox ID="tbHotBlog" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
                   个人主题个数:</td>
               <td>
                   <asp:TextBox ID="tbSubject" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
       日志排行用户数:</td>
               <td>
                   <asp:TextBox ID="tbMaxBlogUser" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
       活跃用户数:</td>
               <td>
                   <asp:TextBox ID="tbActiveUser" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
       新注册用户数:</td>
               <td>
                   <asp:TextBox ID="tbNewUser" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
                   推荐日志数:</td>
               <td>
                   <asp:TextBox ID="tbGoodBlogCount" runat="server" Width="50px"></asp:TextBox></td>
           </tr>
           <tr>
               <td style="width: 151px">
               </td>
               <td>
       <asp:Button ID="btnOK" runat="server" Text="确  认" OnClick="btnOK_Click" Width="99px" /></td>
           </tr>
       </table>
   </div>
       
   
        <br />
        <div class ="setting">
        <span style="color: #ff0033">Blog 参数设置:</span><br />
            <table style="width: 380px; height: 88px">
                <tr>
                    <td style="width: 163px">
                        blog标题:</td>
                    <td style="width: 11px">
                        <asp:TextBox ID="tbBlogTitle" runat="server" Width="193px"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 163px">
                        是否允许注册</td>
                    <td style="width: 11px">
                        <asp:DropDownList ID="ddlCanReg" runat="server"> 
                        <asp:ListItem Value="0">否</asp:ListItem>
                       <asp:ListItem Value="1">是</asp:ListItem>
                        </asp:DropDownList></td>
                </tr>
                <tr>
                    <td style="width: 163px">
                        新用户是否需要审核</td>
                    <td style="width: 11px">
                        <asp:DropDownList ID="ddlNeedCheck" runat="server">
                            <asp:ListItem Value="0">否</asp:ListItem>                            <asp:ListItem Value="1">是</asp:ListItem>
                        </asp:DropDownList></td>
                </tr>
                <tr>
                    <td style="width: 163px">
                    </td>
                    <td style="width: 11px">
                        <asp:Button ID="btnok2" runat="server" OnClick="btnok2_Click" Text="确   认" Width="79px" /></td>
                </tr>
            </table>
            </div>
        <br />
        <div class ="setting">
        <span style="color: #ff0033">文件上传设置:</span><br />
        <table style="width: 378px">
            <tr>
                <td style="width: 205px">
                    用户上传的单个文件大小</td>
                <td>
                    <asp:TextBox ID="tbPerFileSize" runat="server" Width="58px"></asp:TextBox>KB</td>
            </tr>
            <tr>
                <td style="width: 205px">
                    总大小</td>
                <td>
                    <asp:TextBox ID="tbTotalFileSize" runat="server" Width="56px"></asp:TextBox>KB</td>
            </tr>
            <tr>
                <td style="width: 205px">
                    文件类型(例如 jpg|png|doc)</td>
                <td>
                    <asp:TextBox ID="tbFileExt" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 205px">
                </td>
                <td>
                    <asp:Button ID="btnFile" runat="server" OnClick="btnFile_Click" Text="确  认" Width="87px" /></td>
            </tr>
        </table>
        </div> 
     </div>    
   </div>     &nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -