[Mpuls-commits] r1467 - wasko/branches/2.0/mpulsweb/templates/home

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 15:42:37 CET 2010


Author: torsten
Date: 2010-02-10 15:42:36 +0100 (Wed, 10 Feb 2010)
New Revision: 1467

Modified:
   wasko/branches/2.0/mpulsweb/templates/home/home.mako
Log:
* mpulsweb/templates/home/home.mako:  Added news section.


Modified: wasko/branches/2.0/mpulsweb/templates/home/home.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/home/home.mako	2010-02-10 14:41:26 UTC (rev 1466)
+++ wasko/branches/2.0/mpulsweb/templates/home/home.mako	2010-02-10 14:42:36 UTC (rev 1467)
@@ -1,4 +1,39 @@
 ## -*- coding: utf-8 -*-
 <%! import mpulsweb.lib.helper.filters as F %>
 <%inherit file="../main.mako" />
-<h1>${_('Welcome to %s') % h.get_app_title()}</h1>
+
+<div id="content_header_small">
+  <div id="content_ueberschrift">
+    ${_('start_header_blackboard')}
+  </div>
+</div>
+
+% if (h.getLogin() == 'adm'): 
+
+  <div id="adm_beta">
+    <p>Sie befinden sich in der zentralen Administration.</p><br>
+    <p>Im Men&#252;punkt "Benutzer" k&#246;nnen sie:</p>
+    <ul>
+      <li>neue Benutzer anlegen</li>
+      <li>bereits vorhandene Benutzer verwalten</li>
+    </ul>
+    <p>Im Men&#252;punkt "Einrichtung" k&#246;nnen sie:</p>
+    <ul>
+      <li>den Namen und die Antragsnummer der Einrichtung einstellen</li>
+      <li>die &#220;bermittlung anonymisierter Fallakten aktivieren</li>
+    </ul>
+  </div>
+
+% else:
+
+  ## NEWS 
+  % if g.mpuls_config.is_enabled('module', 'news'):
+    % if c.news.getList():
+      <div class="news">
+        <h2>Aktuelle Hinweise</h2>
+        <%include file="/news/newslist.mako"/>
+      </div>
+    % endif
+  % endif
+
+% endif



More information about the Mpuls-commits mailing list