📄 list.aspx
字号:
<%@ Page language="c#" Codebehind="list.aspx.cs" AutoEventWireup="false" Inherits="xajh.classes.list" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>门派列表</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../css/xajh.css" type="text/css" rel="stylesheet">
<script language="javascript" type="text/javascript">
var nowclass = "<asp:Literal ID="nowclass" Runat="server"></asp:Literal>";
var myclass = "<asp:Literal ID="myclass" Runat="server"></asp:Literal>";
var myhead = "<asp:Literal ID="myhead" Runat="server"></asp:Literal>";
function showdo(v)
{
document.writeln ("<font style=\"CURSOR:hand;text-decoration:underline\" onclick=\"showuserinfo('" + v + "')\">详细资料</font><br />");
if (myhead == "掌门" && myclass == nowclass)
{
document.writeln ("<font style=\"CURSOR:hand;text-decoration:underline\" onclick=\"goout('" + v + "')\">逐出本门</font>");
}
else
{
document.writeln ("<font disabled=\"disabled\">逐出本门</font>");
}
}
function showuserinfo(v)
{
}
goout(v)
{
}
</script>
</HEAD>
<body>
<form id="list" method="post" runat="server">
<div align="center"><span id="showtitle" style="FONT-WEIGHT:bold;FONT-SIZE:11pt">弟子列表<script language="javascript" type="text/javascript">
document.write ("(" + nowclass + ")");
</script></span><br>
[<A href="javascript:window.close()">关闭窗口</A>][<A href="javascript:location.reload()">刷新页面</A>]
<hr color="#ffff00" SIZE="1">
<asp:datagrid id="shopview" Width="535px" runat="server" AutoGenerateColumns="False" BorderWidth="1px" BorderColor="#ffffff">
<HeaderStyle CssClass="table_head"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="头像" DataFormatString="<img border="0" src="{0}" width="16" height="16" />">
<HeaderStyle HorizontalAlign="Center" Width="20px"></HeaderStyle>
<ItemStyle CssClass="table_body2" HorizontalAlign="Center" Width="20px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="用户名" HeaderText="用户名">
<HeaderStyle HorizontalAlign="Center" Width="75px"></HeaderStyle>
<ItemStyle CssClass="table_body1" HorizontalAlign="Center" Width="75px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="身份" HeaderText="身 份">
<HeaderStyle HorizontalAlign="Center" Width="75px"></HeaderStyle>
<ItemStyle CssClass="table_body2" HorizontalAlign="Center" Width="75px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="性别" HeaderText="性别">
<HeaderStyle HorizontalAlign="Center" Width="35px"></HeaderStyle>
<ItemStyle CssClass="table_body1" HorizontalAlign="Center" Width="35px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="等级" HeaderText="等级">
<HeaderStyle HorizontalAlign="Center" Width="35px"></HeaderStyle>
<ItemStyle CssClass="table_body2" HorizontalAlign="Center" Width="35px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="战斗等级" HeaderText="战级">
<HeaderStyle HorizontalAlign="Center" Width="35px"></HeaderStyle>
<ItemStyle CssClass="table_body1" HorizontalAlign="Center" Width="35px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="会员" HeaderText="会员">
<HeaderStyle HorizontalAlign="Center" Width="35px"></HeaderStyle>
<ItemStyle CssClass="table_body2" HorizontalAlign="Center" Width="35px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="状态" HeaderText="状 态">
<HeaderStyle HorizontalAlign="Center" Width="75px"></HeaderStyle>
<ItemStyle CssClass="table_body1" HorizontalAlign="Center" Width="75px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="职业" HeaderText="职 业">
<HeaderStyle HorizontalAlign="Center" Width="75px"></HeaderStyle>
<ItemStyle CssClass="table_body2" HorizontalAlign="Center" Width="75px"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="用户名" HeaderText="操 作" DataFormatString=" <script language="javascript" type="text/javascript"> showdo("{0}"); </script>">
<HeaderStyle HorizontalAlign="Center" Width="75px"></HeaderStyle>
<ItemStyle CssClass="table_body1" HorizontalAlign="Center" Width="75px"></ItemStyle>
</asp:BoundColumn>
</Columns>
</asp:datagrid>
<br>
<br>
<br>
<asp:label id="byts_copyright" runat="server"></asp:label></div>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -