<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ascxherophb.ascx.cs" Inherits="playmu.ascxherophb" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ OutputCache Duration="120" VaryByParam="job"%>
<table width="724" height="43" border="0" cellpadding="0" cellspacing="0" ID="Table1">
<tr>
<td width="200" bgcolor="#d1b88a"><img src="image/Hero.jpg" width="200" height="43"></td>
<td width="511" align="right" bgcolor="#d1b88a" class="gotohome" style="PADDING-RIGHT:25px; PADDING-LEFT:0px; PADDING-BOTTOM:0px; PADDING-TOP:0px"><img src='image/gotohome.gif' width='11' height='11' border='0' align='absMiddle'>
<a href="default.aspx"><font color="#000000">网站首页</font></a></td>
<td width="13" align="right"><img src="image/titile_r.gif" width="13" height="43"></td>
</tr>
</table>
<br>
<img src="image/title_actions_2.gif" width="723" height="87">
<br>
<TABLE cellSpacing="0" cellPadding="0" width="723" border="0">
<TR>
<TD style="BACKGROUND-IMAGE: url(image/inf_bg.gif); PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 36px">
<P align="center">
<asp
ataList id="DataList1" runat="server" RepeatDirection="Horizontal" Width="100%">
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<A href='?job=<%# DataBinder.Eval(Container, "DataItem.ID") %>'><FONT color="#ff0000">
<%# DataBinder.Eval(Container, "DataItem.TEXT") %>
</FONT></A>
</ItemTemplate>
</asp
ataList><BR>
</P>
</TD>
</TR>
<TR>
<TD align="center"><asp:datagrid id="DataGrid1" runat="server" AutoGenerateColumns="False" PageSize="50" Width="100%"
BorderColor="#D3A694" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="Vertical"
AllowSorting="True">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle Height="25px" BackColor="#D1B88A"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center" Height="25px" ForeColor="Black" BackColor="#E6D8BD"></ItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="#8B4F38"></HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<Columns>
<asp:TemplateColumn HeaderText="名次">
<ItemTemplate>
<asp:Label id="Label1" runat="server"></asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="Name" HeaderText="角色名"></asp:BoundColumn> this one is name
<asp:BoundColumn DataField="NameCOUNT" HeaderText="转生次数"></asp:BoundColumn> this one is reset
<asp:BoundColumn DataField="CZCS" HeaderText="转世次数"></asp:BoundColumn> this one is grandreset
<asp:BoundColumn DataField="Clevel" HeaderText="等级"></asp:BoundColumn> this one is lvl
<asp:BoundColumn DataField="Money" HeaderText="个人财富"></asp:BoundColumn> this one is zen
<asp:BoundColumn DataField="PKtime" HeaderText="PK值"></asp:BoundColumn> this one is pk time
<asp:BoundColumn DataField="MDate" HeaderText="创建日期"></asp:BoundColumn> this one is create by date
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
</asp:datagrid><FONT face="宋体"><BR>
</FONT>
</TD>
</TR>
</TABLE>