changeset 161:2b5adc7f5445

english and german footer
author casties
date Thu, 06 Jun 2013 19:11:45 +0200
parents 05f02b7aaa2f
children 47392bf3fcba
files css/mpiwg.css zpt/www/main_template.zpt
diffstat 2 files changed, 23 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/css/mpiwg.css	Thu Jun 06 16:57:31 2013 +0200
+++ b/css/mpiwg.css	Thu Jun 06 19:11:45 2013 +0200
@@ -1402,6 +1402,7 @@
     margin-top: 2em;
 }
 #footservices div.text {
+    font-size: 11px;
     display: inline;
 }
 #footservices div.icons {
@@ -1449,7 +1450,7 @@
     z-index: 1;
 	font-family: Georgia, Times, serif;
     font-style: italic;
-    font-size: 16px;
+    font-size: 14px;
     color: #3b4186;
     background-color: white;
     padding: 5px 0.5em 5px 0.5em;
--- a/zpt/www/main_template.zpt	Thu Jun 06 16:57:31 2013 +0200
+++ b/zpt/www/main_template.zpt	Thu Jun 06 19:11:45 2013 +0200
@@ -103,7 +103,15 @@
       </div>
     </div>
     <div id="footer">
-      <div class="text">
+      <div class="text" tal:condition="python:lang=='de'">
+        <a tal:attributes="href string:$root/ressourcen/intranet.html">Intranet</a> 
+        | <a href="https://webmail.mpiwg-berlin.mpg.de" target="_blank">Webmail</a> 
+        | <a href="http://www2.mpiwg-berlin.mpg.de/Library/libindex.html" target="_blank">Bibliothek (intern)</a> 
+        | <a tal:attributes="href string:$root/institut/sitemap.html">Sitemap</a> 
+        | <a tal:attributes="href string:$root/institut/adresse.html">Kontakt</a>
+        | <a tal:attributes="href string:$root/impressum.html">Impressum/Lizenz</a> 
+      </div>
+      <div class="text" tal:condition="python:lang!='de'">
         <a tal:attributes="href string:$root/resources/intranet.html">Intranet</a> 
         | <a href="https://webmail.mpiwg-berlin.mpg.de" target="_blank">Webmail</a> 
         | <a href="http://www2.mpiwg-berlin.mpg.de/Library/libindex.html" target="_blank">Library (internal)</a> 
@@ -118,13 +126,22 @@
     </div><!-- /footer -->
     
     <div id="bookmarks" metal:define-slot="bookmarks">
-        <div class="bookmark">
+        <div class="bookmark" tal:condition="python:lang=='de'">
+            <a tal:attributes="href string:$root/${secmap/resources}/">Quellen <img tal:attributes="src string:$root/images/sources_small.png"/></a>
+        </div>
+        <div class="bookmark" tal:condition="python:lang!='de'">
             <a tal:attributes="href string:$root/${secmap/resources}/">Sources <img tal:attributes="src string:$root/images/sources_small.png"/></a>
         </div>
-        <div class="bookmark">
+        <div class="bookmark" tal:condition="python:lang=='de'">
+            <a tal:attributes="href string:$root/${secmap/research}/thesaurus/show_de.html">Schlagworte <img tal:attributes="src string:$root/images/thesaurus_small.png"/></a>
+        </div>
+        <div class="bookmark" tal:condition="python:lang!='de'">
             <a tal:attributes="href string:$root/${secmap/research}/thesaurus/show_en.html">Keywords <img tal:attributes="src string:$root/images/thesaurus_small.png"/></a>
         </div>
-        <div class="bookmark">
+        <div class="bookmark" tal:condition="python:lang=='de'">
+            <a tal:attributes="href string:$root/${secmap/institute}/search/search_de.html">Suche <img tal:attributes="src string:$root/images/search_small.png"/></a>
+        </div>
+        <div class="bookmark" tal:condition="python:lang!='de'">
             <a tal:attributes="href string:$root/${secmap/institute}/search/search_en.html">Search <img tal:attributes="src string:$root/images/search_small.png"/></a>
         </div>
     </div><!-- /bookmarks -->