<%inherit file="base.html"/> <%def name="head()"> 在线用户管理 <%def name="body()">
在线用户管理
   % if get_cookie("opr_type") == 0 : % endif
% for online in page_data.result: % endfor
用户姓名 用户账号 BAS地址 上线时间 IP地址 MAC地址 已记账时间 上传/下载
${online.realname} ${online.account_number} ${online.nas_addr} ${online.acct_start_time} ${online.framed_ipaddr} ${online.mac_addr} ${fmt_second(online.billing_times)} ${kb2mb(online.input_total)}M/${kb2mb(online.output_total)}M 解锁 强制下线
${page_data.render(form_id="query_form")}