diff --git a/templates/jlog/log_exec.html b/templates/jlog/log_exec.html new file mode 100644 index 000000000..024d88c5c --- /dev/null +++ b/templates/jlog/log_exec.html @@ -0,0 +1,148 @@ +{% extends 'base.html' %} +{% block self_head_css_js %} + + + +{% endblock %} +{% block content %} +{% include 'nav_cat_bar.html' %} + + + +
+
+ol-sm/g +
+
+
用户日志详细信息列表
+ +
+ +
+ +
+
+
+
+ + to + +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+ + + + + + + + + + + + + {% for post in contacts.object_list %} + + + + + + + {% ifnotequal session_role_id 0 %} + + {% endifnotequal %} + + + + + {% endfor %} + +
ID 用户名 主机 来源IP 时间
{{ post.id }} {{ post.user }} {{ post.host }} {{ post.remote_ip }} {{ post.login_type }} 统计 回放 {{ post.start_time|date:"Y-m-d H:i:s"}} {{ post.end_time|date:"Y-m-d H:i:s" }}
+
+
+
+ {% include 'paginator.html' %} +
+
+
+
+
+
+ + + +{% endblock %}