📄 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>
<script language="javascript" type="text/javascript">
<!--
function TABLE1_onclick() {
}
// -->
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<table background="images/001.JPG" cellpadding="0" cellspacing="0" style="width: 882px; height: 382px" id="TABLE1" language="javascript" onclick="return TABLE1_onclick()">
<tr>
<td colspan="4" style="height: 139px">
<span style="font-size: 24pt; background-image: url(images/002.JPG);"></span>
</td>
</tr>
<tr>
<td colspan="1" rowspan="2" style="vertical-align: top; width: 1655px; text-align: center; height: 425px;">
<span style="font-size: 9pt"> </span></td>
<td colspan="3" rowspan="2" style="background-image: url(SQLOperation/Images/001.JPG);
vertical-align: top; width: 218px; text-align: center; height: 425px;">
<table cellpadding="0" cellspacing="0" style="width: 245px; height: 1px">
<tr>
<td colspan="3" rowspan="6" style="width: 277px; text-align: center">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan="3" rowspan="3" style="width: 277px; height: 27px; text-align: center">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True" Font-Size="9pt"
RepeatDirection="Horizontal" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">
<asp:ListItem Selected="True">图书信息添加</asp:ListItem>
<asp:ListItem>图书信息修改</asp:ListItem>
</asp:RadioButtonList><span style="font-size: 9pt"></span><span style="font-size: 9pt"></span></td>
</tr>
<tr style="font-size: 12pt">
</tr>
<tr style="font-size: 12pt">
</tr>
<tr>
<td colspan="3" style="width: 277px; text-align: center">
<asp:Panel ID="Panel2" runat="server" Height="5px" Width="66%">
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 25px; text-align: center">
<span style="font-size: 9pt">图书名称:</span></td>
<td colspan="2" rowspan="3" style="height: 25px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Font-Size="9pt" Width="101px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="图书名称不为空">*</asp:RequiredFieldValidator><span style="font-size: 9pt;
color: #ff3300"></span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 17px; text-align: center">
<span style="font-size: 9pt">图书介绍:</span></td>
<td colspan="2" rowspan="3" style="height: 17px; text-align: left">
<asp:TextBox ID="TextBox2" runat="server" Font-Size="9pt" Width="101px"></asp:TextBox><span
style="font-size: 9pt; color: #ff3300"></span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 16px; text-align: center">
<span style="font-size: 9pt">建议价格:</span></td>
<td colspan="2" rowspan="3" style="height: 16px; text-align: left">
<asp:TextBox ID="TextBox3" runat="server" Font-Size="9pt" Width="101px"></asp:TextBox>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 106%; height: 3px">
<tr>
<td rowspan="3" style="width: 100px; height: 10px; text-align: center">
<span style="font-size: 9pt">是否推荐:</span></td>
<td colspan="2" rowspan="3" style="height: 10px; text-align: left">
<asp:DropDownList ID="DropDownList1" runat="server" Font-Size="9pt">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -