📄 control_left.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Control_left.ascx.cs" Inherits="UserControl_Control_left" %>
<style type="text/css">
<!--
#Layer3 {
position:static;
width:170px;
height:698px;
background-image: url(/MovieShow/Images/MovieShow_main_left.jpg)
}
#Layer4 {
position:absolute;
width:175px;
height:440px;
}
-->
</style>
<div id="Layer3"></div>
<div style="z-index: 103; left: 120px; width: 8px; position: absolute; top: 35px;
height: 96px">
<asp:DataList ID="ListHit" runat="server" ShowFooter="False" ShowHeader="False"
Style="position: static;" Height="76px" Width="52px" Font-Bold="False" Font-Italic="False" Font-Names="微软雅黑" Font-Overline="False" Font-Size="12px" Font-Strikeout="False" Font-Underline="False" CellSpacing="3">
<ItemStyle HorizontalAlign="Left" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" />
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Style="position: static" Text='<%# DataBinder.Eval(Container.DataItem,"FilmHit")%> '></asp:Label>
</ItemTemplate>
</asp:DataList>
</div>
<div style="z-index: 102; left: 32px; width: 40px; position: absolute; top: 35px;
height: 1px">
<asp:DataList ID="ListRanked" runat="server" ShowFooter="False"
ShowHeader="False" Style="position: static;" Height="76px" Width="72px" OnSelectedIndexChanged="ListRanked_SelectedIndexChanged" Font-Bold="False" Font-Italic="False" Font-Names="微软雅黑" Font-Overline="False" Font-Size="12px" Font-Strikeout="False" Font-Underline="False" CellSpacing="3">
<ItemTemplate>
<asp:HyperLink ID="HyperLink1" runat="server" Style="left: 0px; position: static;
top: 16px" Text='<%# DataBinder.Eval(Container.DataItem,"FilmName") %>' NavigateUrl='<%# "~/FilmDetails.aspx?FilmID="+DataBinder.Eval(Container.DataItem,"FilmID") %>'></asp:HyperLink>
</ItemTemplate>
<ItemStyle Wrap="False" HorizontalAlign="Center" VerticalAlign="Middle" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" />
</asp:DataList>
</div>
<div id="Layer4" style="left: -1px; top: 272px; z-index: 101;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="175" height="440" style="position: static; left: 264px; top: 8px;">
<param name="movie" value="/MovieShow/Navigation/leftnavigation.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="/MovieShow/Navigation/leftnavigation.swf" width="820" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -