From: Łukasz Rekucki Date: Sun, 7 Mar 2010 15:02:38 +0000 (+0100) Subject: Moved wiki templates to subdir. Altered button template to show tooltips X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/198be737937aec7259e81ba791bf7f4e401795eb Moved wiki templates to subdir. Altered button template to show tooltips --- diff --git a/apps/wiki/templates/wiki/document_details.html b/apps/wiki/templates/wiki/document_details.html new file mode 100644 index 00000000..1362a806 --- /dev/null +++ b/apps/wiki/templates/wiki/document_details.html @@ -0,0 +1,86 @@ +{% extends "base.html" %} +{% load toolbar_tags %} + +{% block extrahead %} + + + + + + + + + + + +{% endblock %} + +{% block maincontent %} +
+

Ładowanie

+
+ + +
+
+
+ {% toolbar %} + + + + + +
+ +
+
+ +
+ +{% endblock %} \ No newline at end of file diff --git a/apps/wiki/templates/wiki/document_list.html b/apps/wiki/templates/wiki/document_list.html new file mode 100644 index 00000000..5bc53e87 --- /dev/null +++ b/apps/wiki/templates/wiki/document_list.html @@ -0,0 +1,43 @@ +{% extends "base.html" %} + +{% block extrahead %} + + + +{% endblock extrahead %} + +{% block maincontent %} +
+ +
+
+

+ + +

+
+
+ {% for file in document_list %} +

{{ file }}

+ {% endfor %} +
+
+ +
+{% endblock maincontent %}