some link titles added in toolbox
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 09:53:41 +0000 (09:53 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 09:53:41 +0000 (09:53 +0000)
templates/xhtml_slim.pt

index 4ad3bd9..2529812 100644 (file)
@@ -4,7 +4,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=${charset}" />
 
-    <title tal:content="title">Leonardo Da Vinci - Wikipedia</title>
+    <title tal:content="title">Exciting xhtml slimfast</title>
 
     <style type="text/css" media="screen">
       /*<![CDATA[*/
     <!-- Custom style sheet if available, could either be a pref or a subpage of the user page
     <style type="text/css" media="all">
       /*<![CDATA[*/
-      @import url(${stylepath}/DaVinciCustom.css);
+      @import url(${stylepath}/custom.css);
       /*]]>*/
     </style>-->
     <!-- Style sheet used for printing -->
     <link rel="stylesheet" type="text/css" media="print" href="${stylepath}/commonPrint.css" />
-    <!-- fixes for some this hack of a browser -->
-    <!--[if IE]>  
+    <!-- insane fixes as usual --><!--[if IE]>  
     <style type="text/css" media="all">@import url(${stylepath}/${skinname}/IEFixes.css);</style>
     <![endif]-->
     <link tal:condition="favicon" rel="shortcut icon" href="${favicon}" type="image/x-icon" />
                   i18n:translate="string:help">Help</a></li>
 
                 <li><a href="${nav_urls/recentchanges/href}"
-                  i18n:attributes="accesskey string:accesskey-recentchanges | default" 
+                  i18n:attributes="accesskey string:accesskey-recentchanges | default; title string:tooltip-recentchanges | default
                   i18n:translate="string:recentchanges">Recent Changes</a></li>
 
                 <li><a href="${nav_urls/recentchangeslinked/href}"
+                  i18n:attributes="title string:tooltip-recentchangeslinked | default"
                   i18n:translate="string:recentchangeslinked">Related Changes</a></li>
 
                 <li><a href="${nav_urls/whatlinkshere/href}"
-                  i18n:attributes="accesskey string:accesskey-whatlinkshere | default" 
+                  i18n:attributes="accesskey string:accesskey-whatlinkshere | default; title string:tooltip-whatlinkshere | default
                   i18n:translate="string:whatlinkshere">What links here</a></li>
 
                 <li><a href="${nav_urls/specialpages/href}"
+                  i18n:attributes="title string:tooltip-specialpages | default"
                   i18n:translate="string:specialpages">Special Pages</a></li>
 
                 <li tal:condition="loggedin"><a href="${nav_urls/upload/href"
-                  i18n:attributes="accesskey string:accesskey-upload | default" 
+                  i18n:attributes="accesskey string:accesskey-upload | default; title string:tooltip-upload | default
                   i18n:translate="string:upload">Upload a file</a></li>
 
               </ul>