cf-platform/Application/Admin/View/Member/denglu.html

68 lines
2.0 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>游戏登陆列表|----软件管理平台</title>
<link href="http://admin.vlcms.com/Public/icon.ico" type="image/x-icon" rel="shortcut icon">
<link rel="stylesheet" type="text/css" href="__CSS__/base.css" media="all">
<link rel="stylesheet" type="text/css" href="__CSS__/common.css" media="all">
<link rel="stylesheet" type="text/css" href="__CSS__/module.css">
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
</head>
<style>
body {
padding: 0px;
}
</style>
<body>
<div id="main" class="main" style="min-height: 342px;width: 92.5%;">
<!-- 标题栏 -->
<div class="cf">
</div>
<!-- 数据列表 -->
<div class="data_list box_mt">
<div class="">
<table>
<!-- 表头 -->
<thead>
<tr>
<th>玩家账号</th>
<th>游戏名称</th>
<th>游戏区服</th>
<th>角色名</th>
<th>{:L('logon_time')}</th>
<th>{:L('logon_ip')}</th>
</tr>
</thead>
<!-- 列表 -->
<tbody>
<volist name="list_data" id="data">
<tr>
<td>{$data.user_account}</td>
<td>{$data.game_name}</td>
<td>{$data.server_name}</td>
<td>{$data.game_player_name}</td>
<td>{:set_show_time($data['login_time'])}</td>
<td>{$data.login_ip}</td>
</tr>
</volist>
</tbody>
</table>
</div>
</div>
<div class="page">
{$_page}
</div>

</div>
</body>
</html>