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

📄 channellabellist.aspx

📁 最好用的站点内容管理系统 全部源代码都有
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChannelLabelList.aspx.cs" Inherits="manage_channel_ChannelLabelList" %>
<%@ Register Src="../../controls/PageNavigator.ascx" TagName="PageNavigator" TagPrefix="uc1" %>
<%@ Import Namespace="System.Data" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title></title>
<link href="../../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
    .midtxtad{margin:5px;padding:8px 5px;float:left;width:96%;border:1px #AFCAE4 dotted;background-color:#FCFDFE;}
    .midtxtad a{color:#03C;}
    .midtxtad a:hover{color:#F00;}
    .midtxtad ul{float:left;margin:0 5px;display:inline;}
    .midtxtad li{float:left;width:135px;height:20px;}
</style>
</head>
<script language="JavaScript" type="text/javascript" src="../../configuration/js/Public.js"></script>
<body>
    <form id="form1" runat="server">
    <div style="padding:10px 10px;">
    <asp:DropDownList ID="gChID" runat="server" onchange="getchanelInfo(this.value);">
    <asp:ListItem Value="">所有频道</asp:ListItem>
    </asp:DropDownList>
    </div>
    <asp:Repeater ID="DataList1" runat="server">
        <HeaderTemplate>
        <div class="midtxtad">
        <ul>
        </HeaderTemplate>
          <ItemTemplate>
            <%#((DataRowView)Container.DataItem)["GstyleName"]%>
          </ItemTemplate>
          <FooterTemplate>
          </ul>
          </div>
          </FooterTemplate>
      </asp:Repeater>
    </asp:Repeater>
    <div align="right" style="width:98%"><uc1:PageNavigator ID="PageNavigator1" runat="server"/></div>
    </form>
</body>
</html>
<script language="javascript" type="text/javascript">
function selectLabel(rvalue,type)
{
    parent.ReturnLabelValueText(rvalue);
}
function getchanelInfo(obj)
{
   window.location.href="ChannellabelList.aspx?ChID="+obj+"";
}
</script>

⌨️ 快捷键说明

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