[Mpuls-commits] r1788 - wasko/branches/2.0/jmdweb/templates/statement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 25 15:23:28 CET 2010


Author: torsten
Date: 2010-02-25 15:23:27 +0100 (Thu, 25 Feb 2010)
New Revision: 1788

Removed:
   wasko/branches/2.0/jmdweb/templates/statement/list_statements.mako
Log:
Deleted. In jmd will be used the default list unter /privacy now.


Deleted: wasko/branches/2.0/jmdweb/templates/statement/list_statements.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/statement/list_statements.mako	2010-02-25 14:21:56 UTC (rev 1787)
+++ wasko/branches/2.0/jmdweb/templates/statement/list_statements.mako	2010-02-25 14:23:27 UTC (rev 1788)
@@ -1,50 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="/casemanagement/main.mako" />
-<%!  import mpulsweb.lib.helper.filters as F %>
-<%def name="buildNavipath()">
-  ${parent.buildNavipath()}
-  <li><a href="/case/select/${session.get('case').id}/1">${_('cm_np_select')}</a></li>
-  <li><a href="/statement/listStatements/${session.get('case').id}">${_('statement_np_list_statements')}</a></li>
-</%def>
-
-<div id="content_header_small">
-  <div id="content_ueberschrift">
-${_('statement_header_list_statements')}
-  </div>
-</div><br>
-<h2>1. ${_('statement_header_ee')}</h2>
-<p>
-${_('statement_explaination_ee')}
-</p>
-<p>
-  <a href="${h.url_for(controller='/statement', action='printPrivacyStatement', id=session.get('case').id)}" target="_blank">
-    Erklärung drucken
-  </a>
-</p>
-<p>
-Als PDF-Version verfügbare Einverständniserklärungen zum handschriftlichen Ausfüllen:
-<table>
-  <tr>
-    <td class="table_row_h">Arabisch <a href="/documents/ee_ar.pdf">download</a></td>
-    <td class="table_row_h">Englisch <a href="/documents/ee_en.pdf">download</a></td>
-  </tr>
-  <tr>
-    <td>Polnisch <a href="/documents/ee_pl.pdf">download</a></td>
-    <td>Russisch <a href="/documents/ee_ru.pdf">download</a></td>
-  </tr>
-  <tr>
-    <td class="table_row_h">Türkisch <a href="/documents/ee_tr.pdf">download</a></td>
-    <td class="table_row_h">Deutsch (Einwilligungserklärung ohne Hinweise zu Teilnehmernachweisen) <a href="/documents/ee_de_ohnetn.pdf">download</a></td>
-  </tr>
-</table>
-</p>
-<br>
-<h2>2. ${_('statement_header_ud')}</h2>
-<p>
-${_('statement_explaination_ud')}
-</p>
-<p>
-  <a href="${h.url_for(controller='/statement', action='printDiscretionStatement', id=session.get('case').id)}"  target="_blank">
-    Erklärung drucken
-  </a>
-</p>



More information about the Mpuls-commits mailing list