📄 s_index.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="s_index.aspx.vb" Inherits="library.WebForm2"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm2</title>
<meta content="Microsoft Visual Studio .NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<h3><font face="Verdana">
<DIV style="DISPLAY: inline; WIDTH: 232px; COLOR: #66ccff; FONT-FAMILY: 幼圆, 隶书; HEIGHT: 24px" ms_positioning="FlowLayout">
<P><FONT face="宋体" size="6">图书馆信息管理</FONT></P>
</DIV>
</font>
</h3>
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 232px; WIDTH: 384px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; POSITION: absolute; TOP: 72px; HEIGHT: 82px; BORDER-BOTTOM-STYLE: none" cellSpacing="1" cellPadding="1" width="384" borderColorLight="#66ffff" border="1">
<TR>
<TD style="WIDTH: 118px"><asp:label id="Label1" runat="server">个人借阅情况</asp:label></TD>
<TD style="WIDTH: 72px"><asp:button id="Button1" runat="server" Text="查询"></asp:button></TD>
<TD style="WIDTH: 98px"></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 118px">查询图书情况</TD>
<TD style="WIDTH: 72px"><asp:dropdownlist id="ddlist" runat="server" Width="96px">
<asp:ListItem Value="作者">作者</asp:ListItem>
<asp:ListItem Value="题名" Selected="True">题名</asp:ListItem>
<asp:ListItem Value="出版单位">出版单位</asp:ListItem>
<asp:ListItem Value="出版年份">出版年份</asp:ListItem>
</asp:dropdownlist></TD>
<TD style="WIDTH: 98px"><asp:textbox id="TextBox1" runat="server" Width="96px"></asp:textbox></TD>
<TD><asp:button id="Button2" runat="server" Text="查询"></asp:button></TD>
</TR>
</TABLE>
<DIV style="Z-INDEX: 102; LEFT: 8px; WIDTH: 136px; POSITION: absolute; TOP: 168px; HEIGHT: 24px" ms_positioning="FlowLayout">
<H3><FONT face="Verdana">查询结果为<FONT face="宋体"> </FONT> </FONT>
</H3>
</DIV>
<ASP:DATAGRID id="MyDataGrid" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 248px" runat="server" Width="700" EnableViewState="false" HeaderStyle-BackColor="#aaaadd" Font-Size="8pt" Font-Name="Verdana" CellSpacing="0" CellPadding="3" ShowFooter="false" BorderColor="black" BackColor="#ccccff" BorderStyle="None">
<SelectedItemStyle BackColor="#FF80FF"></SelectedItemStyle>
<HeaderStyle BorderColor="Aqua" BackColor="Blue"></HeaderStyle>
</ASP:DATAGRID>
<HR style="Z-INDEX: 104; LEFT: 8px; POSITION: absolute; TOP: 72px" width="100%" SIZE="1">
<HR style="Z-INDEX: 105; LEFT: 8px; POSITION: absolute; TOP: 160px" width="100%" SIZE="1">
</form>
</FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -