%inherit file="base.html"/> <%namespace name="dashboard_ui" file="dashboard_ui.html"/> <%def name="head()"> %def> <%def name="body()">
当前登录管理员 | |||
---|---|---|---|
登录管理员 | ${get_cookie("username")} | 登录时间 | ${get_cookie("login_time")} |
登录IP地址 | ${get_cookie("login_ip")} | 系统版本 | ${sys_version or 'unknow'} |