From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- repos/templates/page.html | 140 ++++++++++++++++++++++++++++++++++++++++++++++ repos/templates/repo.html | 133 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 273 insertions(+) create mode 100644 repos/templates/page.html create mode 100644 repos/templates/repo.html (limited to 'repos/templates') diff --git a/repos/templates/page.html b/repos/templates/page.html new file mode 100644 index 0000000..6f9f690 --- /dev/null +++ b/repos/templates/page.html @@ -0,0 +1,140 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

{{ package_page.title }}

+ {% if package_page.subtitle %} +
+ {{ package_page.subtitle }} + {% endif %} +
+
+
+
+
+ + +
+
+
+ {% for x in operating_systems %} + + + {% for y in repositories %} + + {% endfor %} +
{{ x.operating_system }}
{% if y.package_type.operating_system == x %}{{ y.name }}{% endif %}
+ {% endfor %} +
+
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/repos/templates/repo.html b/repos/templates/repo.html new file mode 100644 index 0000000..287c552 --- /dev/null +++ b/repos/templates/repo.html @@ -0,0 +1,133 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

{{ page_content.title }}

+ {% if page_content.subtitle %} +
+ {{ page_content.subtitle }} + {% endif %} +
+
+
+
+
+ + +
+
+
+ {{ page_content.body|safe }} +
+
+
+ +
+ + + + + + + + + + + + + + + + -- cgit v1.3.1