📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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 style="text-align: center">
<table style="background-image: url(Images/企业门户网后台.bmp); width: 801px; height: 586px">
<tr>
<td style="width: 100px; height: 127px">
</td>
</tr>
<tr>
<td style="width: 100px; vertical-align: top;">
<table style="width: 749px; height: 346px;">
<tr>
<td rowspan="3" style="width: 323px">
</td>
<td style="width: 344px; height: 13px;" align="left"><a href="#" onClick="window.open('Default2.aspx','','width=200,height=150');"><strong>
<span style="font-size: 9pt;text-decoration:none" >添加数据</span></strong></a>
</td>
<td style="width: 100px; height: 13px;">
</td>
</tr>
<tr>
<td rowspan="2" style="vertical-align: top; width: 344px">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Font-Size="9pt" CellPadding="4" ForeColor="#333333" GridLines="None" Width="398px">
<Columns>
<asp:BoundField DataField="name" HeaderText="书名" />
<asp:BoundField DataField="number" HeaderText="数量" />
<asp:BoundField DataField="datetime" HeaderText="时间" />
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<span style="text-decoration: underline"></span>
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 73px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -