📄 inputgsjj.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="inputgsjj.aspx.cs" Inherits="include_gsjj" EnableEventValidation="false" %>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox"%>
<!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>
<link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<table style="width: 269px; background-color: #0099ff;">
<tr>
<td style="height: 27px; background-color: #6699ff; border-left-color: #0099ff; border-bottom-color: #0099ff; border-top-style: ridge; border-top-color: #0099ff; border-right-style: ridge; border-left-style: ridge; border-right-color: #0099ff; border-bottom-style: ridge;" colspan="3">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Text="后台录入系统2.0"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="background-color: #3399ff; text-align: left">
<asp:Label ID="Label2" runat="server" Text="请选择要录入的项目" Width="108px"></asp:Label><asp:DropDownList
ID="DropDownList1" runat="server" Width="136px" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem Selected="True">先选择项目</asp:ListItem>
<asp:ListItem>公司简介</asp:ListItem>
<asp:ListItem>运营线路</asp:ListItem>
<asp:ListItem>公司资质</asp:ListItem>
<asp:ListItem>运价参考</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td colspan="3">
<FTB:FreeTextBox id="FreeTextBox1" runat="server" Width="750px" ImageGalleryPath="uploadpic" Height="300px" ButtonPath="../Liuyan/images/ftb/office2003/" ButtonDownImage="True" BreakMode="LineBreak" AutoHideToolbar="True" AutoConfigure="EnableAll"></FTB:FreeTextBox>
</td>
</tr>
<tr>
<td colspan="3">
<FTB:FreeTextBox id="FreeTextBox2" runat="server" Width="700" ImageGalleryPath="uploadpic" Height="500px" ButtonPath="../Liuyan/images/ftb/office2003/" ButtonDownImage="True" BreakMode="LineBreak" AutoHideToolbar="True" AutoConfigure="Minimal" PasteMode="NoHtml" Visible="False">
</ftb:FreeTextBox>
<asp:Label ID="Errormsg" runat="server" Font-Bold="True" ForeColor="Red"></asp:Label>
</td>
</tr>
<tr>
<td colspan="3">
<asp:Button ID="Button1" runat="server" Text="确认提交" CausesValidation="False" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" PostBackUrl="~/Default.aspx" Text="返回首页" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -