[Mpuls-commits] r2087 - in wasko/branches/2.0/jmdweb/templates/casemanagement: . dialogs
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 23 15:13:37 CET 2010
Author: torsten
Date: 2010-03-23 15:13:34 +0100 (Tue, 23 Mar 2010)
New Revision: 2087
Removed:
wasko/branches/2.0/jmdweb/templates/casemanagement/create_export_scheme.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import2.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/success_xml_import.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/export.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/upload.mako
Log:
Deleted templates related to import export.
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/create_export_scheme.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/create_export_scheme.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/create_export_scheme.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,3 +0,0 @@
-<%inherit file="../main.mako" />
-<h1>${_('cm_header_export_createscheme')}</h1>
-<p>${_('cm_cn_ec_decide_which_part_to_export')}</p>
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,7 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="/main.mako" />
-<%def name="buildNavipath()">
- ${parent.buildNavipath()}
- <li><a href="#">${_('cm_np_anonymize')}</a></li>
-</%def>
-<%include file="../../dialogs/failed.mako" />
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import2.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import2.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/failed_xml_import2.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,25 +0,0 @@
-## -*- coding: utf-8 -*-
-<%! import mpulsweb.lib.helper.filters as F %>
-<%inherit file="/main.mako" />
-<%def name="buildNavipath()">
- ${parent.buildNavipath()}
- <li><a href="#">${_('cm_np_anonymize')}</a></li>
-</%def>
-<div class="dialog" />
-<h1><img src="/images/failure.png" alt="Fehler"/>${c.failed_for | F.NA, h}</h1>
-<p>${c.failed_text | F.NA, h}</p>
-% if c.error:
-<p>
-Folgende Fehler wurden in der Fallakte identifiziert:
-<ol>
-% for num,err in enumerate(c.error):
- <li>
- ${num+1}. ${err | F.NA, h}
- </li>
-% endfor
-</ol>
-Bitte beheben Sie die genannten Probleme z.B. mit dem Offline-Klienten und starten Sie danach einen neuen Importversuch.
-</p>
-% endif
-<a class="button" href="${c.url_ok}">${_('dialog_header_confirm_option_ok')}</a>
-</div>
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/success_xml_import.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/success_xml_import.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/dialogs/success_xml_import.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,7 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="/main.mako" />
-<%def name="buildNavipath()">
- ${parent.buildNavipath()}
- <li><a href="#">${_('cm_np_import')}</a></li>
-</%def>
-<%include file="../../dialogs/success.mako" />
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/export.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/export.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/export.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,15 +0,0 @@
-<%inherit file="../main.mako" />
-<%def name="buildNavipath()">
- ${parent.buildNavipath()}
- <li><a href="/case">${_('cm_np_root<')}/a></li>
- <li><a href="/case/export/">${_('cm_np_export')}</a></li>
-</%def>
-<h1>${_('cm_header_export')}</h1>
-<div class="actions">
-<ul>
- <li>
- <a href="/case/createExportScheme">${_('cm_actions_link_createexportscheme')}</a>
- </li>
-</ul>
-</div>
-<p>${_('cm_export_con_can_export_a_dossier')}</p>
Deleted: wasko/branches/2.0/jmdweb/templates/casemanagement/upload.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/upload.mako 2010-03-23 14:12:54 UTC (rev 2086)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/upload.mako 2010-03-23 14:13:34 UTC (rev 2087)
@@ -1,28 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="../main.mako" />
-<%! import mpulsweb.lib.helper.filters as F %>
-
-<%def name="buildNavipath()">
- ${parent.buildNavipath()}
- <li><a href="/case">${_('cm_np_root')}</a></li>
- <li><a href="/case/import/">${_('cm_np_import')}</a></li>
-</%def>
-
-<h1>${_('cm_header_import')}</h1>
-<div id="waska_form" class="import_box">
- <h2>XML-Import</h2>
- <p class="import_p">Es können Dateien im XML-Format (.xml) angegeben werden.<br>
- Die Größe einer Datei darf 10MB nicht überschreiten.</p>
- <div class="import_box_dialog">
- ${h.form(h.url_for(action='importXMLAction'), multipart=True)}
- <label class="import_label" for="xmlfile">
- <strong class="import_number">1.</strong> Datei wählen:
- </label>
- ${h.file('xmlfile')}<br>
- <label class="import_label" for="pdfimport">
- <strong class="import_number">2.</strong> Datei importieren:
- </label>
- ${h.submit('importXML', _('cm_from_import_submit'))}
- ${h.end_form()}
- </div>
-</div>
More information about the Mpuls-commits
mailing list