[Mpuls-commits] r332 - in wasko/trunk: . waskaweb/lib waskaweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 5 10:18:18 CET 2009


Author: teichmann
Date: 2009-03-05 10:18:11 +0100 (Thu, 05 Mar 2009)
New Revision: 332

Modified:
   wasko/trunk/ChangeLog.txt
   wasko/trunk/waskaweb/lib/exportselection.py
   wasko/trunk/waskaweb/lib/validators.py
   wasko/trunk/waskaweb/templates/casemanagement/selectParts.mako
Log:
Fixes for parts selection.


Modified: wasko/trunk/ChangeLog.txt
===================================================================
--- wasko/trunk/ChangeLog.txt	2009-03-05 08:49:28 UTC (rev 331)
+++ wasko/trunk/ChangeLog.txt	2009-03-05 09:18:11 UTC (rev 332)
@@ -1,5 +1,13 @@
 2009-03-05	Sascha L. Teichmann	<teichmann at intevation.de>
 
+	* waskaweb/lib/validators.py: Fixed formencode validators.
+
+	* waskaweb/lib/exportselection.py: fixed syntax typo.
+
+	* waskaweb/templates/casemanagement/selectParts.mako: Fixed list.
+
+2009-03-05	Sascha L. Teichmann	<teichmann at intevation.de>
+
 	* waskaweb/lib/validators.py: set validators for new fields.
 
 	* waskaweb/lib/exportselection.py: Evaluate selective export.

Modified: wasko/trunk/waskaweb/lib/exportselection.py
===================================================================
--- wasko/trunk/waskaweb/lib/exportselection.py	2009-03-05 08:49:28 UTC (rev 331)
+++ wasko/trunk/waskaweb/lib/exportselection.py	2009-03-05 09:18:11 UTC (rev 332)
@@ -100,8 +100,8 @@
         # Remember to change the formular validator if you change this
         # dictionary
         #'appointments'   : 1, 
-        selected_sections = dict([
-            ('form_section_%02d' % i, 1) for i in xrange(1, 28)])
+        self.selections = dict([
+            ('form_section_%02d' % i, 1) for i in xrange(1, 33)])
         self.selections['documents'] = 0
         self.selections['logbook'  ] = 0
 

Modified: wasko/trunk/waskaweb/lib/validators.py
===================================================================
--- wasko/trunk/waskaweb/lib/validators.py	2009-03-05 08:49:28 UTC (rev 331)
+++ wasko/trunk/waskaweb/lib/validators.py	2009-03-05 09:18:11 UTC (rev 332)
@@ -238,7 +238,7 @@
     appointments = formencode.validators.Int(if_missing=1)
     logbook      = formencode.validators.Int(if_missing=0)
 
-for i in xrange(1, 28):
+for i in xrange(1, 33):
     setattr(
         CasePartSelectionForm, 
         'form_section_%02d' % i,

Modified: wasko/trunk/waskaweb/templates/casemanagement/selectParts.mako
===================================================================
--- wasko/trunk/waskaweb/templates/casemanagement/selectParts.mako	2009-03-05 08:49:28 UTC (rev 331)
+++ wasko/trunk/waskaweb/templates/casemanagement/selectParts.mako	2009-03-05 09:18:11 UTC (rev 332)
@@ -26,136 +26,132 @@
 <h2>Formulardaten</h2>
 <ul>
 <li>
-<input type="checkbox" name="form_section_ee" id="form_section_ee" value="1">
-<label for="form_section_ee">Einwilligungserklärung</label>
-</li>
-<li>
 <input type="checkbox" name="form_section_01" id="form_section_01" value="1">
-<label for="form_section_01">1. Zuständigkeiten, Eingangsdaten</label>
+<label for="form_section_01"> 1. Zuständigkeiten, Eingangsdaten</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_02" id="form_section_02" value="1">
-<label for="form_section_02">2. Externe Ansprechpartner</label>
+<label for="form_section_02"> 2. Externe Ansprechpartner</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_03" id="form_section_03" value="1">
-<label for="form_section_03">3.1 Persönliche Angaben</label>
+<label for="form_section_03"> 3.1 Persönliche Angaben</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_04" id="form_section_04" value="1">
-<label for="form_section_04">3.2 Angaben zu der Mutter</label>
+<label for="form_section_04"> 3.2 Angaben zu der Mutter</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_05" id="form_section_05" value="1">
-<label for="form_section_05">3.3 Angaben zu dem Vater</label>
+<label for="form_section_05"> 3.3 Angaben zu dem Vater</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_06" id="form_section_06" value="1">
-<label for="form_section_06">3.4 Geschwister</label>
+<label for="form_section_06"> 3.4 Geschwister</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_07" id="form_section_07" value="1">
-<label for="form_section_07">3.5 Familieneinkommen</label>
+<label for="form_section_07"> 3.5 Familieneinkommen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_08" id="form_section_08" value="1">
-<label for="form_section_08">3.6 Bezugspersonen/soziales Umfeld</label>
+<label for="form_section_08"> 3.6 Bezugspersonen/soziales Umfeld</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_09" id="form_section_09" value="1">
-<label for="form_section_09">3.7 Freie Dokumentation</label>
+<label for="form_section_09"> 3.7 Freie Dokumentation</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_10" id="form_section_10" value="1">
-<label for="form_section_10">4.1 Angaben zur Schullaufbahn</label>
+<label for="form_section_10"> 4.1 Angaben zur Schullaufbahn</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_11" id="form_section_11" value="1">
-<label for="form_section_11">4.2 Familiärer Hintergrund und Ressourcen</label>
+<label for="form_section_11"> 4.2 Familiärer Hintergrund und Ressourcen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_12" id="form_section_12" value="1">
-<label for="form_section_12">4.3 Unterstützungsleistungen im Vorfeld</label>
+<label for="form_section_12"> 4.3 Unterstützungsleistungen im Vorfeld</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_13" id="form_section_13" value="1">
-<label for="form_section_13">4.4 Freie Dokumentation</label>
+<label for="form_section_13"> 4.4 Freie Dokumentation</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_14" id="form_section_14" value="1">
-<label for="form_section_14">5.1.1 Verfahren der Kompetenzfeststellung</label>
+<label for="form_section_14"> 5.1.1 Verfahren der Kompetenzfeststellung</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_15" id="form_section_15" value="1">
-<label for="form_section_15">5.1.2 Ergebnisse der Kompetenzfeststellung</label>
+<label for="form_section_15"> 5.1.2 Ergebnisse der Kompetenzfeststellung</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_16" id="form_section_16" value="1">
-<label for="form_section_16">5.1.3 Entwicklung des jungen Menschen</label>
+<label for="form_section_16"> 5.1.3 Entwicklung des jungen Menschen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_17" id="form_section_17" value="1">
-<label for="form_section_17">5.2.1 Reintegrations-Vorraussetzungen</label>
+<label for="form_section_17"> 5.2.1 Reintegrations-Vorraussetzungen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_18" id="form_section_18" value="1">
-<label for="form_section_18">5.2.1.5 Erfassung von Fehlzeiten</label>
+<label for="form_section_18"> 5.2.1.5 Erfassung von Fehlzeiten</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_19" id="form_section_19" value="1">
-<label for="form_section_19">5.2.2 Probleme</label>
+<label for="form_section_19"> 5.2.2 Probleme</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_20" id="form_section_20" value="1">
-<label for="form_section_20">5.2.3 Zielsetzung des Case Management</label>
+<label for="form_section_20"> 5.2.3 Zielsetzung des Case Management</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_21" id="form_section_21" value="1">
-<label for="form_section_21">Unterstützungsmaßnahme 1</label>
+<label for="form_section_21"> Unterstützungsmaßnahme 1</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_22" id="form_section_22" value="1">
-<label for="form_section_22">Unterstützungsmaßnahme 2</label>
+<label for="form_section_22"> Unterstützungsmaßnahme 2</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_23" id="form_section_23" value="1">
-<label for="form_section_23">Unterstützungsmaßnahme 3</label>
+<label for="form_section_23"> Unterstützungsmaßnahme 3</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_24" id="form_section_24" value="1">
-<label for="form_section_24">Weitere Unterstützungsmaßnahmen</label>
+<label for="form_section_24"> Weitere Unterstützungsmaßnahmen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_25" id="form_section_25" value="1">
-<label for="form_section_25">5.3.2 Vereinbarungen</label>
+<label for="form_section_25"> 5.3.2 Vereinbarungen</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_26" id="form_section_26" value="1">
-<label for="form_section_26">5.3.3 Elternarbeit</label>
+<label for="form_section_26"> 5.3.3 Elternarbeit</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_27" id="form_section_27" value="1">
-<label for="form_section_27">5.4 Freie Dokumentation</label>
+<label for="form_section_27"> 5.4 Freie Dokumentation</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_28" id="form_section_28" value="1">
-<label for="form_section_28">6.1.1 Verlauf des Case Management</label>
+<label for="form_section_28"> 6.1.1 Verlauf des Case Management</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_29" id="form_section_29" value="1">
-<label for="form_section_29">6.1.2 Beendigung des Case Management</label>
+<label for="form_section_29"> 6.1.2 Beendigung des Case Management</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_30" id="form_section_30" value="1">
-<label for="form_section_30">6.2 Erreichte Ziele</label>
+<label for="form_section_30"> 6.2 Erreichte Ziele</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_31" id="form_section_31" value="1">
-<label for="form_section_31">6.3 Nachbetreuung</label>
+<label for="form_section_31"> 6.3 Nachbetreuung</label>
 </li>
 <li>
 <input type="checkbox" name="form_section_32" id="form_section_32" value="1">
-<label for="form_section_32">6.4 Freie Dokumentation zur Abschlussbewertung</label>
+<label for="form_section_32"> 6.4 Freie Dokumentation zur Abschlussbewertung</label>
 </li>
 </ul>
 % if c.selectLogbook:



More information about the Mpuls-commits mailing list