[Mpuls-commits] r3515 - in base/trunk: . mpulsweb/templates/evaluation
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 2 15:40:16 CEST 2010
Author: frank
Date: 2010-09-02 15:40:15 +0200 (Thu, 02 Sep 2010)
New Revision: 3515
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/templates/evaluation/result.mako
Log:
Fix issue1035 part two: Get help page title from helper function
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-09-02 13:35:04 UTC (rev 3514)
+++ base/trunk/ChangeLog 2010-09-02 13:40:15 UTC (rev 3515)
@@ -1,6 +1,7 @@
2010-09-02 Frank Koormann <frank.koormann at intevation.de>
- * mpulsweb/templates/annotations/main.mako: Fix issue1035: Get help page
+ * mpulsweb/templates/annotations/main.mako,
+ mpulsweb/templates/evaluation/result.mako: Fix issue1035: Get page
title from helper function instead of hard coded "WASKO". Shortcut icon
dynamised as well.
Modified: base/trunk/mpulsweb/templates/evaluation/result.mako
===================================================================
--- base/trunk/mpulsweb/templates/evaluation/result.mako 2010-09-02 13:35:04 UTC (rev 3514)
+++ base/trunk/mpulsweb/templates/evaluation/result.mako 2010-09-02 13:40:15 UTC (rev 3515)
@@ -1,14 +1,14 @@
## -*- coding: utf-8 -*-
<html>
<head>
- <title>WASKO Auswertung Ergebnis</title>
+ <title>${h.get_app_title()} Auswertung Ergebnis</title>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
- <link rel="shortcut icon" type="image/x-icon"
- href="${h.url_for('/images/kompetenz3.ico')}">
+ <link rel="shortcut icon" type="image/x-icon"
+ href="${h.url_for('/images/mpuls.ico')}">
<link href="${h.url_for('/styles/all.css')}" media="all"
rel="stylesheet" type="text/css">
<link href="${h.url_for('/styles/screen.css')}" media="screen"
More information about the Mpuls-commits
mailing list