📄 index.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="index.master.cs" Inherits="index" %>
<!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="margin: 10px 60px 20px 100px;font-size:14px" >
<table border="0" cellpadding="0" cellspacing="0" style="width: 780px; border-right: #0099cc thin solid; border-top: #0099cc thin solid; border-left: #0099cc thin solid; border-bottom: #0099cc thin solid; height: 596px;">
<tr>
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 42px; background-image: url(images/head5.jpg); font-size: x-large; color: #3366ff;" valign="middle" align="center">
文献检索系统</td>
</tr><tr>
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 14px; background-image: url(image/menu.gif); color: #ffffff; background-color: #6699ff;" valign="top" align="left">
<asp:LinkButton ID="LinkButton2" runat="server" ForeColor="Azure" OnClick="LinkButton2_Click" CausesValidation="False" PostBackUrl="~/Index.aspx">首页</asp:LinkButton>
<asp:LinkButton ID="LinkButton3" runat="server" CausesValidation="False" ForeColor="White"
PostBackUrl="~/Reg.aspx" OnClick="LinkButton3_Click">注册</asp:LinkButton>
<asp:LinkButton ID="LinkButton4" runat="server" CausesValidation="False" ForeColor="White"
PostBackUrl="~/Login.aspx">登录</asp:LinkButton>
<asp:LinkButton ID="LinkButton7" runat="server" CausesValidation="False" ForeColor="White"
PostBackUrl="~/Userxiugai.aspx">修改资料</asp:LinkButton>
<asp:LinkButton ID="LinkButton6" runat="server" ForeColor="White" PostBackUrl="~/admin/AdminLogin.aspx" CausesValidation="False">后台管理</asp:LinkButton>
<asp:LinkButton ID="LinkButton1" runat="server" ForeColor="Azure" OnClientClick="window.close();" CausesValidation="False">退出</asp:LinkButton></td>
</tr>
<tr>
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 19px; background-image: url(images/bar.jpg); color: #ffffff;" valign="middle" align="left">
<asp:Label ID="Label1" runat="server" Height="23px" Width="453px"></asp:Label></td>
</tr>
<tr>
<td rowspan="2" style="width: 153px; height: 343px" valign="top" align="center">
<asp:LinkButton runat="server" ID="link1" Text="综合检索" BackColor="LightSkyBlue" CausesValidation="False" OnClick="link1_Click" Width="157px"></asp:LinkButton><br />
<br />
<asp:LinkButton ID="LinkButton8" runat="server" BackColor="LightSkyBlue" CausesValidation="False"
OnClick="LinkButton8_Click" Width="154px">按字母检索</asp:LinkButton><br />
<br />
<asp:LinkButton ID="LinkButton9" runat="server" BackColor="LightSkyBlue" CausesValidation="False"
OnClick="LinkButton9_Click" Width="157px">按类别检索</asp:LinkButton>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 112%">
<tr>
<td align="center" colspan="3" style="height: 32px">
综合检索</td>
</tr><tr>
<td colspan="3" style="height: 25px" align="center">
文献名称:</td>
</tr>
<tr>
<td colspan="3" style="height: 24px" align="center">
<asp:TextBox ID="txtwxname" runat="server"></asp:TextBox></td>
</tr><tr>
<td colspan="3" style="height: 25px" align="center">
期刊名:</td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
<asp:TextBox ID="txtqkname" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
作者名称:</td>
</tr><tr>
<td colspan="3" style="height: 25px" align="center">
<asp:TextBox ID="txtauthor" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
摘要:</td>
</tr><tr>
<td colspan="3" style="height: 25px" align="center">
<asp:TextBox ID="txtzhaiyao" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
关键字:</td>
</tr><tr>
<td colspan="3" style="height: 25px" align="center">
<asp:TextBox ID="txtkey" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 25px">
</td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
<asp:LinkButton ID="LinkButton5" runat="server" CausesValidation="False" OnClick="LinkButton5_Click" BackColor="LightSkyBlue">开始查询</asp:LinkButton></td>
</tr>
</table>
</asp:Panel>
<br />
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px"><table border="0" cellpadding="0" cellspacing="0" style="width: 46%">
<tr>
<td align="center" colspan="3" style="height: 32px">
按字母检索</td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 32px">
选择字母</td>
</tr><tr>
<td align="center" colspan="3" style="height: 32px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="149px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" AutoPostBack="True" OnTextChanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem>a</asp:ListItem>
<asp:ListItem>b</asp:ListItem>
<asp:ListItem>c</asp:ListItem>
<asp:ListItem>d</asp:ListItem>
<asp:ListItem>e</asp:ListItem>
<asp:ListItem>f</asp:ListItem>
<asp:ListItem>g</asp:ListItem>
<asp:ListItem>h</asp:ListItem>
<asp:ListItem>i</asp:ListItem>
<asp:ListItem>j</asp:ListItem>
<asp:ListItem>k</asp:ListItem>
<asp:ListItem>l</asp:ListItem>
<asp:ListItem>m</asp:ListItem>
<asp:ListItem>n</asp:ListItem>
<asp:ListItem>o</asp:ListItem>
<asp:ListItem>p</asp:ListItem>
<asp:ListItem>q</asp:ListItem>
<asp:ListItem>r</asp:ListItem>
<asp:ListItem>s</asp:ListItem>
<asp:ListItem>t</asp:ListItem>
<asp:ListItem>u</asp:ListItem>
<asp:ListItem>v</asp:ListItem>
<asp:ListItem>w</asp:ListItem>
<asp:ListItem>x</asp:ListItem>
<asp:ListItem>y</asp:ListItem>
<asp:ListItem>z</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="3" style="height: 25px" align="center">
文献名称:</td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -