[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www
From:       Olaf Jan Schmidt <olaf () amen-online ! de>
Date:       2004-01-13 20:24:01
Message-ID: 20040113202401.42A919059 () office ! kde ! org
[Download RAW message or body]

CVS commit by ojschmidt: 

Accessibility fixes: Two links having the same name is evil...
I fixed this before, hopefully now it will persist longer.


  M +2 -2      index.php   1.57
  M +4 -4      media/includes/functions.inc   1.57


--- www/index.php  #1.56:1.57
@@ -14,5 +14,5 @@
 <a href="./whatiskde/" title="Learn more about KDE">More...</a>
 
-<div id="quicklinks">[ <a href="#announcements">Announcements</a> | <a \
href="#news">News</a> | <a href="#applications">Applications</a> ]</div> +<div \
id="quicklinks">[ <a href="#announcements">Latest Announcements</a> | <a \
href="#news">Latest News</a> | <a href="#applications">Latest Applications</a> \
]</div>  
 <h2><a name="announcements">Latest Announcements</a></h2>
@@ -44,5 +44,5 @@
 
 <p>
-<a href="/announcements/" title="View older announcements">More announcements...</a>
+View <a href="/announcements/" title="View older announcements">more \
announcements...</a>  </p>
 

--- www/media/includes/functions.inc  #1.56:1.57
@@ -204,5 +204,5 @@
       {
         fputs($fcache, "<tr><td></td></tr>\n");
-        fputs($fcache, "<tr><td colspan=\"2\"><a href=\"http://dot.kde.org/\" \
title=\"" . i18n_var("View older news items") . "\">" . i18n_var("More news...") . \
"</a></td></tr>\n"); +        fputs($fcache, "<tr><td colspan=\"2\">View <a \
href=\"http://dot.kde.org/\" title=\"" . i18n_var("View older news items") . "\">" . \
i18n_var("more news...") . "</a></td></tr>\n");  fputs($fcache, "</table>\n");
         fclose($fcache);
@@ -210,5 +210,5 @@
       else
         print "<tr><td></td></tr>\n";
-        print "<tr><td colspan=\"2\"><a href=\"http://dot.kde.org/\" title=\"" . \
i18n_var("View older news items") . "\">" . i18n_var("More news...") . "</a><br \
/>&nbsp;</td></tr>\n"; +        print "<tr><td colspan=\"2\">View <a \
href=\"http://dot.kde.org/\" title=\"" . i18n_var("View older news items") . "\">" . \
i18n_var("more news...") . "</a><br />&nbsp;</td></tr>\n";  print "</table>\n";
     }
@@ -356,9 +356,9 @@
       if ($writable)
       {
-        fputs($fcache, "</table>\n<p style=\"font-size: 0.6em\"><em>" . \
i18n_var("Disclaimer: ") . "</em> " . i18n_var("Application feed provided by <a \
href=\"http://kde-apps.org/\">kde-apps.org</a>, an independent KDE website.") . \
"</p>\n"); +        fputs($fcache, "</table>\n<p style=\"font-size: 0.6em\"><em>" . \
i18n_var("Disclaimer: ") . "</em> " . i18n_var("Application feed provided by <a \
href=\"http://kde-apps.org/\">kde-apps.org</a>, an independent KDE website.") . \
"</p>\n<p>View <a href=\"http://www.kde-apps.org\">more applications...</a></p>\n");  \
fclose($fcache);  }
       else
-        print "</table>\n<p style=\"font-size: 0.6em\"><em>" . i18n_var("Disclaimer: \
") . "</em>" . i18n_var("Application feed provided by <a \
href=\"http://kde-apps.org/\">kde-apps.org</a>, an independent KDE website.") . \
"</p>\n"; +        print "</table>\n<p style=\"font-size: 0.6em\"><em>" . \
i18n_var("Disclaimer: ") . "</em>" . i18n_var("Application feed provided by <a \
href=\"http://kde-apps.org/\">kde-apps.org</a>, an independent KDE website.") . \
"</p>\n<p>View <a href=\"http://www.kde-apps.org\">more applications...</a></p>\n";  \
}  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic