Zmiana nazwy project -> platforma.
[redakcja.git] / project / templates / explorer / split.html
diff --git a/project/templates/explorer/split.html b/project/templates/explorer/split.html
deleted file mode 100755 (executable)
index 8d3b67b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<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