Zmiana nazwy project -> platforma.
[redakcja.git] / platforma / templates / explorer / split.html
diff --git a/platforma/templates/explorer/split.html b/platforma/templates/explorer/split.html
new file mode 100755 (executable)
index 0000000..8d3b67b
--- /dev/null
@@ -0,0 +1,26 @@
+<form action="{% url explorer.views.split_text fileid %}" method="POST">\r
+    <fieldset>\r
+        <legend>Split options</legend>\r
+        {% for field in splitform %}\r
+        {% if field.is_hidden %}\r
+        {{ field}}\r
+        {% else %}\r
+        {{ field.errors }}\r
+        {% ifequal field.html_name 'splitform-autoxml' %}\r
+        <p><label>{{ field }} {{ field.label }}</label></p>\r
+        {% else %}\r
+        <p><label>{{ field.label }}: {{ field }}</label></p>\r
+        {% endifequal %}\r
+        {% endif %}\r
+        {% endfor %}        \r
+    </fieldset>\r
+\r
+    <fieldset id="split-form-dc-subform" style="display: none;">\r
+    <legend>Dublin Core</legend>\r
+    {{ dcform.as_p }}\r
+    </fieldset>\r
+    <p>\r
+        <button type="submit" id="split-dialog-button-accept">Split</button>\r
+        <button type="button" id="split-dialog-button-close">Close</button>\r
+    </p>\r
+</form>\r