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/home.html | 241 ---------------------------- 1 file changed, 241 deletions(-) delete mode 100644 core/module/web/templates/default/home.html (limited to 'core/module/web/templates/default/home.html') diff --git a/core/module/web/templates/default/home.html b/core/module/web/templates/default/home.html deleted file mode 100644 index bbc196fe1..000000000 --- a/core/module/web/templates/default/home.html +++ /dev/null @@ -1,241 +0,0 @@ -{% extends 'default/base.html' %} -{% load i18n %} - -{% block head %} - - - -{% endblock %} - -{% block subtitle %} -{% trans "Active Downloads" %} -{% endblock %} - -{% block content %} - - - - - - - - - - - - - {% for link in content %} - - - - - - - - - - - {% endfor %} - - -
{% trans "Name" %}{% trans "Status" %}{% trans "Information" %}{% trans "Size" %}{% trans "Progress" %}
-{% endblock %} \ No newline at end of file -- cgit v1.2.3