⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project_manage.aspx

📁 我自己些的小程序
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Project_Manage.aspx.cs" AutoEventWireup="false" Inherits="myTravelSoft.Project_Manage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Project_Manage</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script language="javascript" src="JS/Calendar30.js" type="text/javascript"></script>
		<script language="javascript">
		function mySelectChange()
		{
			var str; 
			var str1=document.getElementById("Select1").value;
			str=str1.split("|");
			var k=str.length;
			for( i=0;i<k; i++)
			{
				document.getElementById("Text9").value=str[1];
				document.getElementById("Text10").value =str[2];
			}
		}
		</script>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:datalist id="DataList1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 168px" runat="server"
				DataKeyField="TD_ID" Visible="False">
				<HeaderTemplate>
					<DIV style="DISPLAY: inline; WIDTH: 240px; HEIGHT: 23px; BACKGROUND-COLOR: mistyrose"
						align="center" ms_positioning="FlowLayout">团队信息</DIV>
				</HeaderTemplate>
				<AlternatingItemStyle BackColor="Lavender"></AlternatingItemStyle>
				<FooterTemplate>
					<FONT face="宋体">
						<DIV style="DISPLAY: inline; WIDTH: 240px; HEIGHT: 20px; BACKGROUND-COLOR: beige" ms_positioning="FlowLayout"></DIV>
					</FONT>
				</FooterTemplate>
				<ItemTemplate>
					<asp:LinkButton id="LinkButton1" runat="server" CommandName="select">
						<%# DataBinder.Eval(Container.DataItem, "TD_ID") %>
					</asp:LinkButton><br>
					<asp:Label id="Label1" runat="server">
						<%# DataBinder.Eval(Container.DataItem, "TD_Name") %>
					</asp:Label>
				</ItemTemplate>
				<EditItemTemplate>
					<FONT face="宋体"></FONT>
				</EditItemTemplate>
			</asp:datalist><asp:panel id="Panel1" style="Z-INDEX: 102; LEFT: 264px; POSITION: absolute; TOP: 8px" runat="server"
				Visible="False" Height="496px" Width="568px"><FONT face="宋体"></FONT>
				<TABLE height="100%" width="100%" border="0">
					<TR>
						<TD width="16%" height="7%">团队编号</TD>
						<TD width="34%">
							<DIV id="DIV2" style="DISPLAY: inline" runat="server" ms_positioning="FlowLayout">Label</DIV>
						</TD>
						<TD width="16%">线路名称</TD>
						<TD width="34%"><SELECT id="Select1" style="WIDTH: 148px" onchange="mySelectChange();" name="Select1" runat="server">
								<OPTION selected></OPTION>
							</SELECT>
							<asp:Image id="Image3" runat="server" Visible="False" ToolTip="请选择" ImageUrl="Image/004.gif"></asp:Image></TD>
					</TR>
					<TR>
						<TD height="7%">出团时间</TD>
						<TD width="34%">
							<asp:TextBox id="TextBox3" runat="server" Visible="true" Width="90px"></asp:TextBox>
							<asp:Image id="Image2" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/006.gif"></asp:Image></TD>
						<TD>回团时间</TD>
						<TD width="34%">
							<asp:TextBox id="TextBox5" runat="server" Width="90px"></asp:TextBox>
							<asp:Image id="Image4" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/006.gif"></asp:Image></TD>
					</TR>
					<TR>
						<TD height="7%">导游人数</TD>
						<TD width="34%">
							<asp:TextBox id="TextBox4" runat="server" Width="90px"></asp:TextBox>
							<asp:Image id="Image6" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></TD>
						<TD>满员人数</TD>
						<TD>
							<asp:TextBox id="TextBox6" runat="server" Width="90px"></asp:TextBox>
							<asp:Image id="Image7" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></TD>
					</TR>
					<TR>
						<TD height="7%"><FONT face="宋体"></FONT></TD>
						<TD width="34%"><INPUT id="myH2" style="WIDTH: 33px; HEIGHT: 25px" type="hidden" size="1" name="Hidden1"
								runat="server">
						</TD>
						<TD>当前人数</TD>
						<TD>
							<asp:TextBox id="TextBox7" runat="server" Width="90px" ReadOnly="True"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD height="7%">团队状态</TD>
						<TD width="34%">
							<asp:DropDownList id="DropDownList2" runat="server" Width="150px">
								<asp:ListItem>请选择</asp:ListItem>
								<asp:ListItem>可报名</asp:ListItem>
								<asp:ListItem>已出团</asp:ListItem>
								<asp:ListItem>已回团</asp:ListItem>
								<asp:ListItem>已满</asp:ListItem>
								<asp:ListItem>锁定</asp:ListItem>
							</asp:DropDownList>
							<asp:Image id="Image1" runat="server" Visible="False" ToolTip="请选择" ImageUrl="Image/004.gif"></asp:Image></TD>
						<TD>地 接 社</TD>
						<TD>
							<asp:DropDownList id="DropDownList4" runat="server" Width="150px"></asp:DropDownList>
							<asp:Image id="Image5" runat="server" Visible="False" ToolTip="请选择" ImageUrl="Image/004.gif"></asp:Image></TD>
					</TR>
					<TR>
						<TD height="7%">补充说明</TD>
						<TD style="HEIGHT: 78px" colSpan="3" rowSpan="2"><FONT face="宋体">
								<asp:TextBox id="TextBox8" runat="server" Width="100%" Height="72px" TextMode="MultiLine"></asp:TextBox></FONT></TD>
					</TR>
					<TR>
						<TD height="7%"></TD>
					</TR>
					<TR>
						<TD height="7%"><FONT face="宋体">门市价格</FONT></TD>
						<TD><FONT face="宋体">成人:<INPUT id="Text9" style="WIDTH: 93px; HEIGHT: 25px" type="text" size="10" name="Text1"
									runat="server">
								<asp:Image id="Image9" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></FONT></TD>
						<TD><FONT face="宋体">地接价格</FONT></TD>
						<TD><FONT face="宋体">成人:
								<asp:TextBox id="TextBox11" runat="server" Width="93px"></asp:TextBox>
								<asp:Image id="Image11" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></FONT></TD>
					</TR>
					<TR>
						<TD height="7%"></TD>
						<TD><FONT face="宋体">小孩:<INPUT id="Text10" style="WIDTH: 96px; HEIGHT: 25px" type="text" size="10" name="Text1"
									runat="server">
								<asp:Image id="Image10" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></FONT></TD>
						<TD></TD>
						<TD><FONT face="宋体">小孩:
								<asp:TextBox id="TextBox12" runat="server" Width="93px"></asp:TextBox>
								<asp:Image id="Image12" runat="server" Visible="False" ToolTip="不能为空" ImageUrl="Image/005.gif"></asp:Image></FONT></TD>
					</TR>
					<TR>
						<TD colSpan="4" height="7%"></TD>
					</TR>
					<TR>
						<TD colSpan="4" height="7%"><IMG style="WIDTH: 556px; HEIGHT: 5px" height="5" alt="" src="Image/spreator.gif" width="556"></TD>
					</TR>
					<TR>
						<TD align="center" colSpan="4" height="7%">
							<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="Image/submit.gif"></asp:ImageButton>&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="Image/cancel_1.gif"></asp:ImageButton>&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:ImageButton id="ImageButton4" runat="server" ImageUrl="Image/Delete.gif"></asp:ImageButton>&nbsp;&nbsp;&nbsp;&nbsp;
						</TD>
					</TR>
				</TABLE>
			</asp:panel><asp:panel id="Panel2" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
				Height="118px" Width="240px">
				<P><FONT face="宋体">
						<TABLE id="Table1" height="100%" cellSpacing="1" cellPadding="1" width="100%" border="0">
							<TR>
								<TD colSpan="7">
									<DIV id="DIV1" style="DISPLAY: inline; WIDTH: 98%; HEIGHT: 23px" ms_positioning="FlowLayout">请选择团队建立时间:</DIV>
								</TD>
							</TR>
							<TR>
								<TD colSpan="7" height="28">
									<asp:DropDownList id="DropDownList1" runat="server" Width="98%">
										<asp:ListItem>所有</asp:ListItem>
										<asp:ListItem>当天</asp:ListItem>
										<asp:ListItem>本周内</asp:ListItem>
										<asp:ListItem>本月内</asp:ListItem>
										<asp:ListItem>本季度</asp:ListItem>
										<asp:ListItem>本年</asp:ListItem>
									</asp:DropDownList></TD>
							</TR>
							<TR>
								<TD style="WIDTH: 88px" colSpan="2">
									<asp:TextBox id="TextBox1" runat="server" Width="88px" Height="24px" MaxLength="4"></asp:TextBox></TD>
								<TD>年
								</TD>
								<TD width="41">
									<asp:TextBox id="TextBox2" runat="server" Width="40px" MaxLength="2"></asp:TextBox></TD>
								<TD>月
								</TD>
								<TD width="1"></TD>
								<TD>
									<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="Image/search_3.jpg"></asp:ImageButton></TD>
							</TR>
							<TR>
								<TD colSpan="7">
									<asp:Label id="Label3" runat="server" Visible="False" ForeColor="Red">Label</asp:Label>
									<asp:ImageButton id="ImageButton5" runat="server" ImageUrl="Image/new3.gif"></asp:ImageButton></TD>
							</TR>
						</TABLE>
					</FONT>
				</P>
			</asp:panel><asp:label id="Label2" style="Z-INDEX: 104; LEFT: 8px; POSITION: absolute; TOP: 464px" runat="server"
				Visible="False" ForeColor="Red">没有记录</asp:label></form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -