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

📄 writerlistall.ascx

📁 可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员的权限。 可设置一系列的网站参数 可设置前台列表的显示数量 支持虚拟目录的运行和任意目录
💻 ASCX
字号:
<%@ Control Language="vb" AutoEventWireup="false" Inherits="WanerSoft.Controls.WriterListAll" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Import Namespace="WanerSoft.Cache" %>
<%@ Import Namespace="WanerSoft.Sys.WSMeg" %>
<%@ Register TagPrefix="Webdiyer" Namespace="Wuqi.Webdiyer" Assembly="aspnetpager"%>
<%@ Register TagPrefix="WS" TagName="Header" Src="../Header.ascx" %>
<%@ Register TagPrefix="WS" TagName="Login" Src="../Login.ascx" %>
<%@ Register TagPrefix="WS" TagName="Menu" Src="../Menu.ascx" %>
<%@ Register TagPrefix="WS" TagName="WriterSearch" Src="WriterSearch.ascx" %>
<%@ Register TagPrefix="WS" TagName="TjList" Src="../Book/TjList.ascx" %>
<%@ Register TagPrefix="WS" TagName="Footer" Src="../Footer.ascx" %>
<WS:Header id="Header" PageTitle=" - 作者加盟" Runat="Server" />
<WS:Login id="Login" Runat="Server" />
<WS:Menu id="Menu" Runat="Server" />
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="160" valign="top" class="td1"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="24" background="<%=Configs.SkinPath%>/images/title_l.gif"><div align="center"><span class="titles">强烈推荐 Hot! </span></div></td>
      </tr>
      <tr>
        <td height="2"></td>
      </tr>
      <tr>
        <td height="240" valign="top"><WS:TjList id="TjListQ" Tid="1" Runat="Server" /></td>
      </tr>
    </table>
	<!--#include file="menu.inc" -->
    <WS:WriterSearch id="WriterSearch" runat="server" />
    </td>
    <td valign="top" class="td4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="2"></td>
      </tr>
      <tr>
        <td height="2" bgcolor="#CCCCCC"></td>
      </tr>
      <tr>
        <td height="2"></td>
      </tr>
      <tr>
        <td height="1" bgcolor="#CCCCCC"></td>
      </tr>
	  <tr>
        <td height="5"></td>
      </tr>
	  <tr>
        <td height="24" bgcolor="#efefef">&nbsp; <img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11" /> 所有作家</td>
	    </tr>
	  <tr>
        <td height="1" bgcolor="#cccccc"></td>
	    </tr>
		<form id="aa" runat="server">
	  <tr>
        <td height="291" valign="top"><br /><asp:Repeater id="ListData" runat="server" EnableViewState=false>
<HeaderTemplate>
		<table width="99%"  border="1" cellpadding="0" cellspacing="0" bordercolordark="white" bordercolorlight="cccccc" align="center">
			<tr bgcolor="#e8e8e8">
    <th width="25%" height="26"><div align="center">笔名</div></th>
    <th width="10%"><div align="center">头衔</div></th>
    <th width="8%"><div align="center">性别</div></th>
    <th width="22%"><div align="center">电子邮件</div></th>
    <th width="15%"><div align="center">QQ</div></th>
    <th width="20%"><div align="center">注册时间</div></th>
          </tr>
		  </HeaderTemplate>
<ItemTemplate>
          <tr>
<td height="22" align="center"><a href="<%#ChkUrl(DataBinder.Eval(Container.DataItem, "id"),"W","WriterType.aspx?id=")%>"><%#DataBinder.Eval(Container.DataItem, "busername") %></a></td>
<td align="center"><%#DataBinder.Eval(Container.DataItem, "userwriter") %></td>
<td align="center"><%#IIf(DataBinder.Eval(Container.DataItem, "usersex"),"男","女") %></td>
<td align="center"><%#DataBinder.Eval(Container.DataItem, "usermail") %>&nbsp;</td>
<td align="center"><%#DataBinder.Eval(Container.DataItem, "userqq") %>&nbsp;</td>
<td align="center"><%#DataBinder.Eval(Container.DataItem, "usertime","{0:D}") %></td>
 </tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater><div align="center"><Webdiyer:AspNetPager runat="server" id="pager" OnPageChanged="ChangePage" HorizontalAlign="right" PagingButtonSpacing="5" PageSize="50" Height=30 SubmitButtonStyle="border:1px solid #000066;height:20px;width:30px" InputBoxStyle="border:1px #0000FF solid;text-align:center" SubmitButtonText="GO" NumericButtonTextFormatString="[{0}]" ShowCustomInfoSection="left" ShowInputBox="Always" Width=600 CssClass="mypager" TextBeforeInputBox=" 转到第 " AlwaysShow="true" TextAfterInputBox=" 页 "/></div></td>
	    </tr>
		</form>
    </table></td>
  </tr>
</table>
<WS:Footer id="Footer" Runat="Server" />

⌨️ 快捷键说明

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