📄 systemadmin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SystemAdmin.aspx.cs" Inherits="Manager_Systemadmin" %>
<!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 topmargin="0" leftmargin="0">
<form id="form1" runat="server">
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center" ID="tabList" runat =server >
<tr align="center">
<td align="left" style="font-weight: bolder; font-size: 14px; height: 20px;" background="../Images/右侧总标头.jpg">
系统设置列表</td></tr>
<tr align =center >
<td align =center valign =top >
<asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" CellPadding="4"
ForeColor="#333333" GridLines="None" Height="100%" Width="100%" Font-Size="Small" PageSize="5" DataKeyNames ="id" OnRowCancelingEdit="gvList_RowCancelingEdit" OnRowEditing="gvList_RowEditing" OnRowUpdating="gvList_RowUpdating">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="isSearch" HeaderText="是否开放搜索" />
<asp:BoundField DataField="isOpen" HeaderText="是否开放系统" />
<asp:CommandField HeaderText="设置" ShowEditButton="True" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -