[Mpuls-commits] r795 - wasko/branches/2.0/waskaweb/templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 20 17:31:32 CET 2010
Author: bh
Date: 2010-01-20 17:31:32 +0100 (Wed, 20 Jan 2010)
New Revision: 795
Modified:
wasko/branches/2.0/waskaweb/templates/main.mako
Log:
* waskaweb/templates/main.mako: untabify
Modified: wasko/branches/2.0/waskaweb/templates/main.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/main.mako 2010-01-20 16:28:24 UTC (rev 794)
+++ wasko/branches/2.0/waskaweb/templates/main.mako 2010-01-20 16:31:32 UTC (rev 795)
@@ -14,35 +14,35 @@
<div id="startmenu">
<ul>
<li>
- <a href="${h.url_for(controller='/waska')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_home')}
- </a>
+ <a href="${h.url_for(controller='/waska')}"
+ onclick="return checkModification();">
+ ${_('sm_menu_link_home')}
+ </a>
</li>
<li>
- <a href="${h.url_for(controller='/waska', action='help')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_help')}
- </a>
+ <a href="${h.url_for(controller='/waska', action='help')}"
+ onclick="return checkModification();">
+ ${_('sm_menu_link_help')}
+ </a>
</li>
<li>
- <a href="${h.url_for(controller='/waska', action='settings',
- id=h.getUserId())}"
- onclick="return checkModification();">
- ${_('sm_menu_link_settings')}
- </a>
+ <a href="${h.url_for(controller='/waska', action='settings',
+ id=h.getUserId())}"
+ onclick="return checkModification();">
+ ${_('sm_menu_link_settings')}
+ </a>
</li>
<li>
- <a href="${h.url_for(controller='/waska', action='info')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_responsible')}
- </a>
+ <a href="${h.url_for(controller='/waska', action='info')}"
+ onclick="return checkModification();">
+ ${_('sm_menu_link_responsible')}
+ </a>
</li>
<li>
- <a href="${h.url_for(controller='/waska', action='logout')}"
- onclick="return checkModification();">
- ${_('sm_menu_link_logout')}
- </a>
+ <a href="${h.url_for(controller='/waska', action='logout')}"
+ onclick="return checkModification();">
+ ${_('sm_menu_link_logout')}
+ </a>
</li>
</ul>
</div>
@@ -50,7 +50,7 @@
<%def name="buildNavipath()">
<li><a href="${h.url_for(controller='/waska')}"
- onclick="return checkModification();">${_('np_root')}</a></li>
+ onclick="return checkModification();">${_('np_root')}</a></li>
</%def>
<%def name="buildInfofield()">
@@ -67,80 +67,80 @@
% if (h.getLogin() != 'adm'):
% if h.hasRole(['cm_ka', 'admin_ka']):
<div class="menu">
- <div class="actions">
+ <div class="actions">
<h1>${_('np_root')}</h1>
<ul>
<li>
- <a href="${h.url_for(controller='/waska')}">
- ${_('sm_menu_link_home')}
- </a>
- </li>
+ <a href="${h.url_for(controller='/waska')}">
+ ${_('sm_menu_link_home')}
+ </a>
+ </li>
<li>
- <a href="${h.url_for(controller='/appointment',
- action='overview')}">
- ${_('menu_app_link_overview')}
- </a>
- </li>
+ <a href="${h.url_for(controller='/appointment',
+ action='overview')}">
+ ${_('menu_app_link_overview')}
+ </a>
+ </li>
<li>
- <a href="${h.url_for(controller='/document',
+ <a href="${h.url_for(controller='/document',
action='globalOverview')}">
- ${_('menu_doc_link_overview')}
- </a>
- </li>
+ ${_('menu_doc_link_overview')}
+ </a>
+ </li>
</ul>
- </div>
+ </div>
</div>
% endif
% if c.isEvaluationServer and h.hasRole(['pb_ka']):
<div class="menu">
- <div class="actions">
- <h1>${_('menu_header_cm')}</h1>
- <ul>
+ <div class="actions">
+ <h1>${_('menu_header_cm')}</h1>
+ <ul>
<li>
- <a href="${h.url_for(controller='/agency_overview',
+ <a href="${h.url_for(controller='/agency_overview',
action='overview', reset=1)}">
- ${_('menu_cm_link_overview')}
- </a>
- </li>
+ ${_('menu_cm_link_overview')}
+ </a>
+ </li>
<li>
- <a href="${h.url_for(controller='/evaluate', action='evaluate',
+ <a href="${h.url_for(controller='/evaluate', action='evaluate',
id=1, reset=1)}">
- ${_('cm_actions_link_evaluate')}
- </a>
- </li>
- </ul>
- </div>
+ ${_('cm_actions_link_evaluate')}
+ </a>
+ </li>
+ </ul>
+ </div>
</div>
% elif not c.isEvaluationServer:
<div class="menu">
- <div class="actions">
- <h1>${_('menu_header_cm')}</h1>
- <ul>
+ <div class="actions">
+ <h1>${_('menu_header_cm')}</h1>
+ <ul>
<li>
- <a href="${h.url_for(controller='/case_overview',
+ <a href="${h.url_for(controller='/case_overview',
action='overview', reset=1)}">
- ${_('menu_cm_link_overview')}
- </a>
- </li>
+ ${_('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>
+ <a href="${h.url_for(controller='/case', action='new')}">
+ ${_('menu_cm_link_new')}
+ </a>
+ </li>
<li>
- <a href="${h.url_for(controller='/case', action='importCase')}">
- ${_('menu_cm_link_import')}
- </a>
- </li>
+ <a href="${h.url_for(controller='/case', action='importCase')}">
+ ${_('menu_cm_link_import')}
+ </a>
+ </li>
% endif
- </ul>
- </div>
+ </ul>
+ </div>
</div>
% endif
<div class="menu">
<div class="actions">
- <h1>${_('Evaluations')}</h1>
+ <h1>${_('Evaluations')}</h1>
${self.buildEvaluations()}
</div>
</div>
@@ -152,27 +152,27 @@
% if h.hasRole(['admin_ka']):
<div class="menu">
<div class="actions">
- <h1>${_('menu_header_adm')}</h1>
- <ul>
+ <h1>${_('menu_header_adm')}</h1>
+ <ul>
<li>
- <a href="${h.url_for(controller='/administration',
- action='overviewUser')}">
- ${_('menu_adm_link_useroverview')}
+ <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 href="${h.url_for(controller='/administration',
+ action='overviewUserGroups')}">
+ ${_('menu_adm_link_usergroupoverview')}
</a>
</li>
<li>
- <a href="${h.url_for(controller='/administration',
- action='showSettings')}">
- ${_('menu_adm_link_showsettings')}
+ <a href="${h.url_for(controller='/administration',
+ action='showSettings')}">
+ ${_('menu_adm_link_showsettings')}
</a>
</li>
- </ul>
+ </ul>
</div>
</div>
% endif
@@ -182,7 +182,7 @@
<ul>
% for eval in g.mpuls_config.get('evaluations', 'enabled'):
<li>
- <a href="/evaluate/evaluate/${eval.get('id')}">${eval.get('name')}</a>
+ <a href="/evaluate/evaluate/${eval.get('id')}">${eval.get('name')}</a>
</li>
% endfor
</ul>
@@ -194,9 +194,9 @@
<div class="form_errors">
<h1><a name="error_list">${_('main_formular_input_error')}</a></h1>
<ul>
- % for key, value in c.form_errors.iteritems():
+ % for key, value in c.form_errors.iteritems():
<li>${_(formular_labels.get(key, '%s' % key))}: ${value}</li>
- % endfor
+ % endfor
</ul>
</div>
% endif
@@ -240,21 +240,21 @@
<link rel="shortcut icon" type="image/x-icon" href="/images/kompetenz3.ico">
% if c.print_version:
<link href="${h.url_for('/styles/all.css')}" media="all" rel="stylesheet"
- type="text/css">
+ type="text/css">
<link href="${h.url_for('/styles/print.css')}" media="screen"
- rel="stylesheet" type="text/css">
+ rel="stylesheet" type="text/css">
<link href="${h.url_for('/styles/print.css')}" media="print"
- rel="stylesheet" type="text/css">
+ rel="stylesheet" type="text/css">
% else:
<link href="${h.url_for('/styles/all.css')}" media="all" rel="stylesheet"
- type="text/css">
+ type="text/css">
<link href="${h.url_for('/styles/screen.css')}" media="screen"
- rel="stylesheet" type="text/css">
+ rel="stylesheet" type="text/css">
<link href="${h.url_for('/styles/print.css')}" media="print"
- rel="stylesheet" type="text/css">
+ rel="stylesheet" type="text/css">
<!--[if gt IE 5]>
- <link href="${h.url_for('/styles/ie6.css')}" media="screen"
- rel="stylesheet" type="text/css">
+ <link href="${h.url_for('/styles/ie6.css')}" media="screen"
+ rel="stylesheet" type="text/css">
<![endif]-->
% endif
<script src="/js/check.js" type="text/javascript"></script>
@@ -262,27 +262,27 @@
<body onload="clearModification();">
<span class="skiplink">
<a href="#startmenu" title="Direkt zum Hauptmenü springen"
- tabindex="1">
- 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
+ tabindex="1">
+ Zum Bereichsmenü springen
</a>
</span>
<span class="skiplink">
<a href="#content" title="Direkt zum Inhalt springen" tabindex="2">
- Zum Inhalt springen
+ Zum Inhalt springen
</a>
</span>
<div id="header">
<div class="left" id="logo">
<a href="${h.url_for(controller='/waska', action='start')}"
- onclick="return checkModification();">
+ onclick="return checkModification();">
<img src="${h.url_for('/images/logo_ka_75.png')}"
- alt="Logo Einrichtung" border="0">
+ alt="Logo Einrichtung" border="0">
</a>
</div>
<div id="rightheader">
@@ -310,8 +310,8 @@
<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!
+ Gegen ${h.get_logouttime()} Uhr wird diese Sitzung automatisch
+ beendet. Speichern sie bitte vorher Ihre Eingaben!
% endif
</div>
${self.buildContentHeader()}
More information about the Mpuls-commits
mailing list