📄 addwebsit.ascx
字号:
<%@ control language="VB" autoeventwireup="false" inherits="m_user_movie_AddWebSit, App_Web_host81bd" %>
<table cellpadding="0" cellspacing="0" width="95%">
<tr style="font-weight: bold; color: #000000">
<td align="center" colspan="3" style="height: 18px">
<table border="1" cellpadding="0" cellspacing="0" width="100%" style="border-right: #444444 1px solid; border-top: #444444 1px solid; border-left: #444444 1px solid; border-bottom: #444444 1px solid">
<tr>
<td align="center" colspan="2" style="height: 24px; background-color: #666666">
<asp:Label ID="Label4" runat="server" Font-Bold="True" ForeColor="White">增加免费电影网址</asp:Label></td>
</tr>
<tr style="color: #000000">
<td style="width: 79px; height: 22px">
<asp:Label ID="Label11" runat="server" Width="88px">视频分类:</asp:Label></td>
<td style="height: 22px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="228px">
</asp:DropDownList></td>
</tr>
<tr style="color: #000000">
<td style="width: 79px; height: 25px">
<asp:Label ID="Label5" runat="server" Width="88px">网站名称:</asp:Label></td>
<td style="height: 25px">
<asp:TextBox ID="txtWebSite" runat="server" BorderStyle="Groove" Width="228px"></asp:TextBox>
<asp:Label ID="Label7" runat="server" ForeColor="Red">*</asp:Label></td>
</tr>
<tr>
<td style="width: 79px">
<asp:Label ID="Label6" runat="server" Width="83px">网站网址:</asp:Label></td>
<td style="width: 327px; height: 27px">
<asp:TextBox ID="txtUrl" runat="server" BorderStyle="Groove" Width="228px"></asp:TextBox>
<asp:Label ID="Label8" runat="server" ForeColor="Red">*</asp:Label></td>
</tr>
<tr>
<td align="left" colspan="2" style="height: 33px" valign="middle">
</td>
</tr>
<tr>
<td align="left" colspan="2" style="height: 33px" valign="middle">
<asp:Button ID="Button1" runat="server" Text="增加电影网址" />
<asp:Label ID="labInfo" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td align="left" colspan="2" style="height: 33px" valign="middle">
<asp:Label ID="Label3" runat="server" Text="已有的友情链接如下:"></asp:Label></td>
</tr>
<tr>
<td align="left" colspan="2" style="height: 33px" valign="middle">
<asp:Label ID="Label1" runat="server"></asp:Label>
<asp:Label ID="Label2" runat="server"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BorderWidth="1px" DataKeyNames="movie_url" DataSourceID="AccessDataSource1" PageSize="5"
ShowFooter="True" Width="600px" BorderColor="#444444" BorderStyle="Solid">
<PagerSettings FirstPageText="[第一頁]" LastPageText="[最後一頁]" Mode="NumericFirstLast"
NextPageText="[下一頁]" Position="TopAndBottom" PreviousPageText="[上一頁]" />
<FooterStyle BackColor="AliceBlue" CssClass="ArticleTitleFooter" Height="23px" />
<Columns>
<asp:CommandField DeleteText="<div id='de' onclick="JavaScript:return confirm('确定删除吗?')">删除</div>"
HeaderText="刪除" ShowDeleteButton="True">
<HeaderStyle Font-Size="14px" ForeColor="White" HorizontalAlign="Center" Width="100px" />
<ItemStyle Width="100px" />
</asp:CommandField>
<asp:BoundField DataField="movie_webname" HeaderText="网站名称">
<ItemStyle Font-Size="14px" HorizontalAlign="Left" Width="300px" />
<HeaderStyle Font-Size="14px" ForeColor="White" HorizontalAlign="Center" Width="300px" />
</asp:BoundField>
<asp:BoundField DataField="movie_url" HeaderText="网站地址" SortExpression="user_id">
<ItemStyle Font-Size="14px" HorizontalAlign="Left" />
<HeaderStyle Font-Size="14px" ForeColor="White" HorizontalAlign="Center" Width="300px" />
</asp:BoundField>
<asp:BoundField DataField="movie_web_class" HeaderText="分类">
<HeaderStyle ForeColor="White" HorizontalAlign="Center" Width="300px" />
</asp:BoundField>
</Columns>
<RowStyle Height="23px" HorizontalAlign="Center" />
<HeaderStyle BackColor="#404040" BorderStyle="None" Font-Bold="False" Font-Size="12px"
ForeColor="Gray" Height="24px" HorizontalAlign="Left" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="width: 100%; height: 45px">
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/mov.mydbs"></asp:AccessDataSource>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -