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

📄 edititem.aspx

📁 一阵子
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="myMenu" Src="Ctl/myMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="Ctl/Header.ascx" %>
<%@ Page language="c#" Codebehind="edititem.aspx.cs" AutoEventWireup="false" Inherits="PSP.edititem" %>
<%@ Register TagPrefix="uc1" TagName="footer" Src="Ctl/footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>编辑节目</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">
		<LINK href="http://lab.podlook.com/styles/default.css" type="TEXT/CSS" rel="STYLESHEET">
		<LINK href="http://psp.podlook.com/css/podbase.css" type="text/css" rel="stylesheet">
		<LINK href="http://psp.podlook.com/css/component.css" type="text/css" rel="stylesheet">
		<LINK href="http://psp.podlook.com/css/fp.css" type="text/css" rel="stylesheet">
		<LINK href="http://psp.podlook.com/css/pod.css" type="text/css" rel="stylesheet">
		<LINK href="http://psp.podlook.com/css/my.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<uc1:header id="Header1" runat="server"></uc1:header><uc1:mymenu id="MyMenu2" runat="server"></uc1:mymenu>
			<table width="782" border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
					<td width="548" background="images/pindaoliebiao_4.gif"><table width="548" border="0" align="center" cellpadding="0" cellspacing="0">
							<tr>
								<td height="36" valign="bottom" background="images/pindaoliebiao_2.gif"><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
										<tr>
											<td width="250" height="23" class="B">编辑节目</td>
											<td width="251" align="right">&nbsp;</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td><table width="530" border="0" align="center" cellpadding="0" cellspacing="0">
										<tr>
											<td><table width="521" border="0" align="center" cellpadding="3">
													<tbody>
														<tr>
															<td style="WIDTH: 92px">节目名称:</td>
															<td class="InputDescription">
																<asp:textbox id="txtTitle" runat="server" Width="400px"></asp:textbox></td>
														</tr>
														<tr>
															<td valign="top" style="WIDTH: 92px">节目介绍:</td>
															<td valign="top" class="InputDescription">
																<asp:textbox id="txtDesc" runat="server" Width="400px" TextMode="MultiLine" Height="56px"></asp:textbox></td>
														</tr>
														<tr>
															<td valign="top" style="WIDTH: 92px"></td>
															<td class="InputDescription"></td>
														</tr>
														<tr>
															<td style="WIDTH: 92px">&nbsp;
																<asp:button id="btAdd" runat="server" Width="64px" Height="23px" Text="确认"></asp:button></td>
															<td>&nbsp;
																<P>
																	<asp:Label id="lblMsg" runat="server"></asp:Label></P>
															</td>
														</tr>
													</tbody>
												</table>
											</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td>
									<img src="images/pindaoliebiao_15.gif" width="548" height="8"></td>
							</tr>
						</table>
					</td>
					<td align="center" valign="top"><table width="234" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td width="15">&nbsp;</td>
								<td width="219"><table width="219" border="0" cellspacing="0" cellpadding="0">
										<tr>
											<td height="36" valign="bottom" background="images/pindaoliebiao_3.gif"><table width="150" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
													<tr>
														<td height="25" class="B">我的节目</td>
													</tr>
												</table>
											</td>
										</tr>
										<tr>
											<td background="images/pindaoliebiao_6.gif">
												<asp:Literal id="litItems" runat="server"></asp:Literal>
											</td>
										</tr>
										<tr>
											<td height="8">
												<img src="images/pindaoliebiao_13.gif" width="219" height="8"></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<uc1:footer id="Footer1" runat="server"></uc1:footer>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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