From 60175a41eba3386dee647caee3392f537b188390 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 26 May 2012 17:17:48 +0530 Subject: [PATCH] add render_object.html tempalte --- itf/templates/noel/render_object.html | 223 ++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100755 itf/templates/noel/render_object.html diff --git a/itf/templates/noel/render_object.html b/itf/templates/noel/render_object.html new file mode 100755 index 0000000..8d4af07 --- /dev/null +++ b/itf/templates/noel/render_object.html @@ -0,0 +1,223 @@ +{% extends 'noel/base.html' %} + +{% block title %} ITF: {{ tab.module.title }}: {{ tab.title }}: {{ item.get_title }} {% endblock %} + +{% block extra_head %} + + + + + + + + + + + + +{% endblock %} + + +{% block content %} + +
+
+ +
+
+ close
+
+ + + + + + +
+ +
+
+ +
+ +
+ {% load itftags %} +

{{ tab.title|format_title|safe }}

+ +
+ + About + {% comment %} + {% if has_add %} + About + + {% endif %} + {% endcomment %} + {% ifequal title "Best Practices" %} + + Download + + {% endifequal %} + +
+ +
+ +
+ +
+
    + +
  • {{ tab.title }}
  • + {% for t in tabs %} + {% ifnotequal t.id tab.id %} +
  • {{ t.title }}
  • + {% endifnotequal %} + {% endfor %} +
+ +
+
+ {{ tab.text }} +
+ {% for t in tabs %} +
+ {% ifnotequal t.id tab.id %} + {{ t.text }} + {% endifnotequal %} +
+ {% endfor %} +
+ + Sort: + + + + + + + + +
+ + +
+
+ +
prev
+
next
+ +
+ + +
+
    + + + {% for l in object_list.items %} +
  • {{ l.title }}
  • + {% endfor %} + + +
+ +
+ + +
+ +
+ +
+ pin + +
+
+ +
+ +
+

+ {{ item.get_title }} +

+ + +
+ +
+ {{ item_data.html|safe }} + +
+
+
+
+ +
+ +{% endblock %}