Pierwszy poważny import.
[redakcja.git] / project / templates / explorer / file_html.html
diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html
new file mode 100644 (file)
index 0000000..8fed082
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block breadcrumbs %}<a href="/">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
+
+{% block maincontent %}
+    <div id="tabs"><a href="{% url file_xml hash %}">Źródło</a><a href="{% url file_html hash %}" class="active">HTML</a><div style="clear: both; height: 0; width: 0">&nbsp;</div></div>
+    <div id="file-text">
+    {{ object|safe }}
+    </div>
+{% endblock maincontent %}
\ No newline at end of file