📄 bookinfo.aspx
字号:
<%@ Page language="c#" Codebehind="bookinfo.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.bookinfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>图书详情</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css/mm.css" type="text/css" rel="stylesheet">
</HEAD>
<body bgColor="#ffffff" leftMargin="0" topMargin="0" marginwidth="0" marginheight="0">
<form id="Form1" name="theForm" runat="server">
<table style="LEFT: 0px; POSITION: absolute; TOP: 0px" height="460" cellSpacing="10" cellPadding="0"
width="946" border="0">
<tr>
<td>
<table class="bborder" cellSpacing="1" cellPadding="0" width="900" border="0">
<tr>
<td height="20">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="17"><IMG height="16" hspace="3" src="images/loca.gif" width="16" align="absMiddle">位置: 首页
> 图书信息管理 > 图书详细信息</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="btd" height="355" cellSpacing="0" cellPadding="5" width="100%" border="0">
<tr>
<td width="730" colSpan="4"> </td>
</tr>
<tr>
<td width="58" height="28"> 图书编号:</td>
<td width="420" height="28"><font color="red"><asp:label id="BookID" runat="server"></asp:label><asp:textbox id="BookIDtxt" Runat="server" Visible="False"></asp:textbox></font></td>
</tr>
<tr>
<td width="58"> 图书名称:</td>
<td width="420"><font color="red"><asp:textbox id="BookName" runat="server" Width="402px"></asp:textbox></font></td>
<td width="279"> </td>
</tr>
<tr>
<td width="58"> 类 别:</td>
<td width="420"><font color="red"><asp:textbox id="Type" runat="server" Width="176px"></asp:textbox></font> 出版社:
<asp:textbox id="TPI" runat="server" Width="144px"></asp:textbox></FONT></td>
<td width="279"> 封面:</td>
</tr>
<tr>
<td width="58"> 作 者:</td>
<td width="420"><font color="red"><asp:textbox id="Writer" runat="server" Width="176px"></asp:textbox></font> 单 价:
<asp:textbox id="Price" runat="server" Width="144px"></asp:textbox></td>
<td width="279" height="0" rowSpan="3"><FONT face="宋体"><asp:image id="cover" Width="132px" Height="182px" ImageUrl="file:///G:\net\web\1\WebApplication1\cover\vbsjkkfgjjsyslyy.jpg"
Runat="server"></asp:image></FONT></td>
</tr>
<tr>
<td width="58"> 出版年月:</td>
<td width="420"><font color="red"><asp:textbox id="pDate" runat="server" Width="176px"></asp:textbox></font> 推荐级别:
<asp:textbox id="memo" runat="server" Width="144px"></asp:textbox></td>
</tr>
<tr>
<td width="58" height="137"> 简 介:</td>
<td width="420" height="137"><font color="red"><asp:textbox id="Introduce" runat="server" Width="400px" Height="103px" TextMode="MultiLine"></asp:textbox></font></td>
</tr>
<tr>
<td width="58" height="23"> 状 态:</td>
<td width="420" height="23"><font color="red"><asp:textbox id="state" runat="server" Width="88px" Height="22px"></asp:textbox></font></td>
</tr>
<tr>
<td width="730" colSpan="4"> </td>
</tr>
<tr vAlign="top">
<td colspan="4" align="left" height="38">
<asp:Button id="btSave" runat="server" Text="保存" Width="102px" Height="38px" Font-Bold="True"
Font-Size="Medium"></asp:Button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -