From 29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 25 Aug 2010 18:22:27 +0200 Subject: new dirs --- core/module/web/templates/default/logs.html | 62 ----------------------------- 1 file changed, 62 deletions(-) delete mode 100644 core/module/web/templates/default/logs.html (limited to 'core/module/web/templates/default/logs.html') diff --git a/core/module/web/templates/default/logs.html b/core/module/web/templates/default/logs.html deleted file mode 100644 index 5da99912f..000000000 --- a/core/module/web/templates/default/logs.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends 'default/base.html' %} -{% load i18n %} - -{% block title %}{% trans "Logs" %} - {{block.super}} {% endblock %} -{% block subtitle %}{% trans "Logs" %}{% endblock %} -{% block head %} - -{% endblock %} -{% block menu %} -
  • - {% trans "Home" %} -
  • -
  • - {% trans "Queue" %} -
  • -
  • - {% trans "Collector" %} -
  • -
  • - {% trans "Downloads" %} -
  • -
  • - {% trans "Logs" %} -
  • -
  • - {% trans "Config" %} -
  • -{% endblock %} - -{% block content %} -
    - -
    << {% trans "Start" %} < {% trans "prev" %} {% trans "next" %} > {% trans "End" %} >>
    -
    -
    - -   - - -
    -
    -
    {{warning}}
    -
    -
    - - {% for line in log %} - - {% endfor %} -
    {{line.line}}{{line.date}}{{line.level}}{{line.message}}
    -
    -
    -
    - - -
    -
    -
     
    -{% endblock %} \ No newline at end of file -- cgit v1.2.3