[Mpuls-commits] r4448 - waska/trunk/waskaweb/templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 28 15:55:11 CET 2010
Author: torsten
Date: 2010-12-28 15:55:11 +0100 (Tue, 28 Dec 2010)
New Revision: 4448
Removed:
waska/trunk/waskaweb/templates/main.mako
Log:
Deleted. Template from base is now taken
Deleted: waska/trunk/waskaweb/templates/main.mako
===================================================================
--- waska/trunk/waskaweb/templates/main.mako 2010-12-28 14:54:30 UTC (rev 4447)
+++ waska/trunk/waskaweb/templates/main.mako 2010-12-28 14:55:11 UTC (rev 4448)
@@ -1,282 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="base.mako" />
-<%def name="buildStatusBar()">
- <div id="statusbar">
- ${_('statusbar_logininfo')}:
- <a href="${h.url_for(controller='/usersettings', action='showSettings',
- id=h.getUserId())}"
- title="${_('sm_menu_link_settings')}"
- onclick="return checkModification();">
- % if h.getLogin() != 'adm':
- <strong>${h.getUserFullname()}</strong></a> (${h.getRole()})
- % else:
- <strong>${h.getUserLastname()}</strong></a>
- % endif
- <!--|
- <a href="${h.url_for(controller='/usersettings', action='showSettings',
- id=h.getUserId())}"
- onclick="return checkModification();">${_('sm_menu_link_settings')}</a>-->
- </div>
-</%def>
-
-<%def name="buildStartMenu()">
- <div id="startmenu">
- <ul>
- <li>
- <a href="${h.url_for(controller='/')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_home')}
- </a>
- </li>
- <li>
- <a href="${h.url_for(controller='/usersettings', action='showSettings',
- id=h.getUserId())}"
- onclick="return checkModification();">
- ${_('sm_menu_link_settings')}
- </a>
- </li>
- <!--<li>
- <a href="${h.url_for(controller='/info')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_responsible')}</a>
- </li>-->
- <li>
- <a href="${h.url_for(controller='/help')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_help')}</a>
- </li>
- <li>
- <a href="${h.url_for(controller='/auth', action='logout')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_logout')}</a>
- </li>
- </ul>
- </div>
-</%def>
-
-<%def name="buildNavipath()">
- <li><a href="${h.url_for(controller='/')}"
- onclick="return checkModification();">${_('%s Start') % h.get_app_title()}</a></li>
-</%def>
-
-<%def name="buildInfofield()">
-</%def>
-
-<%def name="buildPrivacyfield()">
-</%def>
-
-<%def name="buildIco()">
- <span class="menuico"> >></span>
-</%def>
-
-<%def name="buildNavigation()">
- % if (h.getLogin() != 'adm'):
- % if h.hasRole(['cm_ka', 'admin_ka']):
- <div class="menu">
- <div class="actions">
- <h1>${_('%s Start') % h.get_app_title()}</h1>
- <ul>
- <li>
- <a href="${h.url_for(controller='/')}">
- ${_('sm_menu_link_home')}
- </a>
- </li>
- ## APPOINTMENTS
- % if g.mpuls_config.is_enabled('module', 'appointments'):
- <li>
- <a href="${h.url_for(controller='/appointment',
- action='overview')}">
- ${_('menu_app_link_overview')}
- </a>
- </li>
- % endif
- ## DOCUMENTS
- % if g.mpuls_config.is_enabled('module', 'documents'):
- <li>
- <a href="${h.url_for(controller='/document',
- action='globalOverview')}">
- ${_('menu_doc_link_overview')}
- </a>
- </li>
- % endif
- </ul>
- </div>
- </div>
- % endif
- <div class="menu">
- <div class="actions">
- % if g.mpuls_config.is_enabled('module', 'casemanagement'):
- <h1>${_('menu_header_cm')}</h1>
- <ul>
- <li>
- <a href="${h.url_for(controller='/case_overview',
- action='overview')}">
- ${_('menu_cm_link_overview')}
- </a>
- </li>
- % if h.hasRole(['cm_ka']):
- <li>
- <a href="${h.url_for(controller='/case', action='new')}">
- ${_('menu_cm_link_new')}
- </a>
- </li>
- % if g.mpuls_config.is_enabled('case-module', 'import'):
- <li>
- <a href="${h.url_for(controller='/case', action='importCase')}">
- ${_('menu_cm_link_import')}
- </a>
- </li>
- % endif
- % endif
- </ul>
- % endif
- </div>
- </div>
- % if g.mpuls_config.is_enabled('module', 'evaluation'):
- <div class="menu">
- <div class="actions">
- <h1>${_('Evaluations')}</h1>
- ${self.buildEvaluations()}
- </div>
- </div>
- % endif
- <div class="menu_spacer">
- <div class="actions">
- </div>
- </div>
- % endif
- % if h.hasRole(['admin_ka']):
- <div class="menu">
- <div class="actions">
- <h1>${_('menu_header_adm')}</h1>
- <ul>
- <li>
- <a href="${h.url_for(controller='/administration',
- action='overviewUser')}">
- ${_('menu_adm_link_useroverview')}
- </a>
- </li>
- <li>
- <a href="${h.url_for(controller='/administration',
- action='overviewUserGroups')}">
- ${_('menu_adm_link_usergroupoverview')}
- </a>
- </li>
- <li>
- <a href="${h.url_for(controller='/settings')}">
- ${_('menu_adm_link_showsettings')}
- </a>
- </li>
- </ul>
- </div>
- </div>
- % endif
-</%def>
-
-<%def name="buildEvaluations()">
- <ul>
- % for eval in g.mpuls_config.get('evaluations', 'enabled'):
- <li>
- <a href="/evaluate/evaluate/${eval.get('id')}">${eval.get('name')}</a>
- </li>
- % endfor
- </ul>
-</%def>
-
-<%def name="buildFormErrors(labels=None)">
- <% formular_labels = labels or {} %>
- % if len(c.form_errors) > 0:
- <div class="form_errors">
- <h1><a name="error_list">${_('main_formular_input_error')}</a></h1>
- <ul>
- % for key, value in c.form_errors.iteritems():
- <li>${_(formular_labels.get(key, '%s' % key))}: ${value}</li>
- % endfor
- </ul>
- </div>
- % endif
-</%def>
-
-<%def name="buildFooter()">
- <div id="footer">
- <div id="version_str">
- <a href="${h.url_for(controller='/info')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_responsible')}</a>
- | ${g.mpuls_config.get_app_name()}
- | ${g.mpuls_config.get_releasedate()}
- | ${g.mpuls_config.get_app_version()}
- </div>
- </div>
-</%def>
-
-<%def name="buildContentHeader()">
- ${self.buildUeberschrift()}
- ${self.buildModusfield()}
-</%def>
-
-<%def name="buildUeberschrift()">
-</%def>
-
-<%def name="buildModusfield()">
-</%def>
-
-<span class="skiplink">
- <a href="#startmenu" title="Direkt zum Hauptmenü springen"
- tabindex="1">
- Zum Hauptmenü springen
- </a>
-</span>
-<span class="skiplink">
- <a href="#navigation" title="Direkt zum Bereichsmenü springen"
- tabindex="1">
- Zum Bereichsmenü springen
- </a>
-</span>
-<span class="skiplink">
- <a href="#content" title="Direkt zum Inhalt springen" tabindex="2">
- Zum Inhalt springen
- </a>
-</span>
-<div id="header">
- <div class="left" id="logo">
- <a href="${h.url_for(controller='/')}"
- onclick="return checkModification();">
- <img src="${h.url_for('/images/logos/logo_ka_75.png')}"
- alt="Logo Einrichtung" border="0">
- </a>
- </div>
- <div id="rightheader">
- ${self.buildStartMenu()}
- ${self.buildStatusBar()}
- <div id="navipath">
- <ul>
- ${self.buildNavipath()}
- </ul>
- </div>
- </div>
-</div>
-<div id="main">
- <div class="left">
- <div>
- % if h.hasRole(['cm_ka']):
- ${self.buildPrivacyfield()}
- % endif
- ${next.buildNavigation()}
- </div>
- </div>
- <div id="content" class="right">
- <div id="status_str_nofloat">
- % if c.status_msg:
- <span class="redcolor">${c.status_msg}</span>
- % else:
- <strong>Hinweis:</strong>
- Gegen ${h.get_logouttime()} Uhr wird diese Sitzung automatisch
- beendet. Speichern sie bitte vorher Ihre Eingaben!
- % endif
- </div>
- ${self.buildContentHeader()}
- ${self.body()}
- </div>
-</div>
-${self.buildFooter()}
More information about the Mpuls-commits
mailing list