📄 allbookdetails.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/index.master" AutoEventWireup="true" CodeFile="Allbookdetails.aspx.cs" Inherits="Allbookdetails" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #3399ff 0.1mm solid;
border-top: #3399ff 0.1mm solid; border-left: #3399ff 0.1mm solid; width: 100%;
border-bottom: #3399ff 0.1mm solid">
<tr>
<td align="center" colspan="4" style="height: 16px; background-color: #6699ff">
期刊的详细内容</td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
文献名称:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="lablname" runat="server" Text="Label" Width="484px"></asp:Label></td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
摘要:</td>
<td colspan="3">
<asp:Label ID="Labzhaiyao" runat="server" Text="Label" Width="486px"></asp:Label></td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
期刊名:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Laqikanming" runat="server" Text="Label" Width="487px"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
关键字:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Labkeywords" runat="server" Text="Label" Width="489px"></asp:Label></td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
作者:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Labaurhor" runat="server" Text="Label" Width="488px"></asp:Label></td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
发表时间:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Labtime" runat="server" Text="Label" Width="492px"></asp:Label></td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
点此下载:</td>
<td colspan="3" style="height: 25px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/download.gif"
OnClick="ImageButton1_Click1" Width="25px" />
</td>
</tr>
<tr>
<td style="width: 86px; height: 25px">
下载次数:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Label1" runat="server" Width="20px"></asp:Label></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -