Revision: 7879
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7879&view=rev
Author:   dnaber
Date:     2012-08-19 10:18:35 +0000 (Sun, 19 Aug 2012)
Log Message:
-----------
more structure in the menu by moving items below the "homepage"

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/css/style.css

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-08-19 09:31:55 UTC (rev 7878)
+++ trunk/website/include/header.php    2012-08-19 10:18:35 UTC (rev 7879)
@@ -75,6 +75,35 @@
         <div class="menuitem"><a href="<?php print $url ?>" style="display: 
block;"><? print $visName ?></a></div>
                <?php
        }
+       if ($name == ".") {
+           if ($page == "screenshots") {
+             ?>
+          <div class="submenuitem activeMenuitem">Screenshots</div>
+          <?php
+           } else {
+             ?>
+          <div class="submenuitem"><a href="<?php print $rootUrl 
?>/screenshots">Screenshots</a></div>
+          <?php
+           }
+           if ($page == "languages") {
+             ?>
+          <div class="submenuitem activeMenuitem">Supported Languages</div>
+          <?php
+           } else {
+             ?>
+          <div class="submenuitem"><a href="<?php print $rootUrl 
?>/languages">Supported Languages</a></div>
+          <?php
+           }
+           if ($page == "usage") {
+             ?>
+          <div class="submenuitem activeMenuitem">Usage</div>
+          <?php
+           } else {
+             ?>
+          <div class="submenuitem"><a href="<?php print $rootUrl 
?>/usage">Usage</a></div>
+          <?php
+           }
+       }
        if ($name == "development") {
            if ($sub_page == "ruleeditor") {
              ?>
@@ -111,9 +140,6 @@
        <td width="201" valign="top">
                <div id="menu">
                        <?php makeEntry(".", "Homepage"); ?>
-                       <?php makeEntry("screenshots", "Screenshots"); ?>
-                       <?php makeEntry("languages", "Supported Languages"); ?>
-                       <?php makeEntry("usage", "Usage"); ?>
                        <?php makeEntry("forum", "Forum"); ?>
                        <?php makeEntry("wikicheck", "WikiCheck"); ?>
                        <?php makeEntry("development", "Development"); ?>

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-08-19 09:31:55 UTC (rev 7878)
+++ trunk/website/www/css/style.css     2012-08-19 10:18:35 UTC (rev 7879)
@@ -186,7 +186,6 @@
     color: #ffffff;
     background: #ef8701;
     padding-left: 10px;
-    padding-right: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
     margin-left: 0px;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to