[Mpuls-commits] r2533 - wasko/branches/2.0/jmdweb/templates/jmdstruktur
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 27 16:49:49 CEST 2010
Author: torsten
Date: 2010-04-27 16:49:48 +0200 (Tue, 27 Apr 2010)
New Revision: 2533
Added:
wasko/branches/2.0/jmdweb/templates/jmdstruktur/new.mako
wasko/branches/2.0/jmdweb/templates/jmdstruktur/overview.mako
Log:
Added new templates for jmdstruktur modul
Copied: wasko/branches/2.0/jmdweb/templates/jmdstruktur/new.mako (from rev 2528, wasko/branches/2.0/jmdstrukturweb/templates/casemanagement/new.mako)
===================================================================
--- wasko/branches/2.0/jmdstrukturweb/templates/casemanagement/new.mako 2010-04-27 08:38:38 UTC (rev 2528)
+++ wasko/branches/2.0/jmdweb/templates/jmdstruktur/new.mako 2010-04-27 14:49:48 UTC (rev 2533)
@@ -0,0 +1,47 @@
+## -*- coding: utf-8 -*-
+<%inherit file="../main.mako" />
+
+<%def name="buildNavipath()">
+ ${parent.buildNavipath()}
+ <li><a href="/case/">${_('cm_np_root')}</a></li>
+ <li><a href="/case/">${_('cm_np_new')}</a></li>
+</%def>
+
+<div class="waska_form">
+ <form id="waska_form" action="/case/newAction" accept-charset="UTF-8"
+ name="waska_form" method="POST">
+ <h1>Neue Fallakte anlegen</h1>
+ <p>
+ In Kürze werden Sie hier die Möglichkeit haben neue Strukturdatenfallakten zu erstellen.
+ </p>
+ ##<fieldset>
+ ## <legend>Basisdaten</legend>
+ ## <table>
+ ## <tr>
+ ## <td class="label">
+ ## <label for="datum_begin_erfassung">Startdatum:</label>
+ ## </td>
+ ## <td>
+ ## <input class="field" type="text" size="50" maxlength="60"
+ ## name="datum_begin_erfassung" id="datum_begin_erfassung"
+ ## value="">
+ ## </td>
+ ## </tr>
+ ## <tr>
+ ## <td class="label">
+ ## <label for="datum_ende_erfassung">Enddatum:</label>
+ ## </td>
+ ## <td>
+ ## <input class="field" type="text" size="50" maxlength="60"
+ ## name="datum_ende_erfassung" id="datum_ende_erfassung"
+ ## value="">
+ ## </td>
+ ## </tr>
+ ## </table>
+ ##</fieldset>
+ ##<div class="input_space">
+ ## <input type="hidden" name="page" value="page_1">
+ ## <input type="submit" value="Fallakte anlegen" name="save">
+ ##</div>
+ </form>
+</div>
Property changes on: wasko/branches/2.0/jmdweb/templates/jmdstruktur/new.mako
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: wasko/branches/2.0/jmdweb/templates/jmdstruktur/overview.mako (from rev 2528, wasko/branches/2.0/jmdstrukturweb/templates/casemanagement/new.mako)
===================================================================
--- wasko/branches/2.0/jmdstrukturweb/templates/casemanagement/new.mako 2010-04-27 08:38:38 UTC (rev 2528)
+++ wasko/branches/2.0/jmdweb/templates/jmdstruktur/overview.mako 2010-04-27 14:49:48 UTC (rev 2533)
@@ -0,0 +1,11 @@
+## -*- coding: utf-8 -*-
+<%inherit file="../main.mako" />
+
+<%def name="buildNavipath()">
+ ${parent.buildNavipath()}
+ <li><a href="/case/">${_('cm_np_root')}</a></li>
+ <li><a href="/case/">${_('cm_np_new')}</a></li>
+</%def>
+
+<h1>Strukturdaten Übersicht</h1>
+In Kürze werden Sie hier eine Übersicht der Strukturdaten-Fallakten vorfinden.
Property changes on: wasko/branches/2.0/jmdweb/templates/jmdstruktur/overview.mako
___________________________________________________________________
Name: svn:mergeinfo
+
More information about the Mpuls-commits
mailing list