Revision: 6302
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6302&view=rev
Author:   dominikoeo
Date:     2012-01-22 18:17:09 +0000 (Sun, 22 Jan 2012)
Log Message:
-----------
[eo] translated menu of main page into Esperanto.

Modified Paths:
--------------
    trunk/JLanguageTool/website/www/eo/index.php

Added Paths:
-----------
    trunk/JLanguageTool/website/include/eo/
    trunk/JLanguageTool/website/include/eo/header.php

Added: trunk/JLanguageTool/website/include/eo/header.php
===================================================================
--- trunk/JLanguageTool/website/include/eo/header.php                           
(rev 0)
+++ trunk/JLanguageTool/website/include/eo/header.php   2012-01-22 18:17:09 UTC 
(rev 6302)
@@ -0,0 +1,71 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title><?php print $title." ".$title2 ?></title>
+<link href="/css/style.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+
+<?php
+list($usec, $sec) = explode(" ", microtime()); 
+$start_time = ((float)$usec + (float)$sec);
+include("../help.php");
+
+function makeEntry($name, $visName) {
+       global $page;
+       if ($page == $name || ($name == "." && $page == "hejmpaĝo")) {
+               ?>
+               <p class="activeMenuitem"><? print $visName ?></p>
+               <?php
+       } else {
+               $url = $name;
+               if ($page == "hejpaĝo") {
+                       $url = $name;
+               } else {
+                       if (substr($name, 0, 7) == "http://";) {
+                               $url = $name;
+                       } else {
+                               $url = "../".$name;
+                       }
+               }
+               ?>
+               <p class="menuitem"><a href="<?php print $url ?>"><? print 
$visName ?></a></p>
+               <?php
+       }
+}
+?>
+
+<table border="0" width="100%">
+<tr>
+       <td></td>
+       <td>
+               <?php if ($page == "hejmpaĝo") { ?>
+                       <h1><?php print $title ?></h1>
+               <?php } else { ?>
+                       <h1 id="hplink"><a href="/"><?php print $title 
?></a></h1>
+               <?php } ?>
+       </td>
+       <td><h1 style="text-align:left"><?php print $title2 ?></h1></td>
+</tr>
+<tr>
+       <td width="88"></td>
+       <td width="201" valign="top">
+               <div id="menu">
+                       <?php makeEntry("../eo", "Hejmpaĝo"); ?>
+                       <?php makeEntry("../screenshots", "Ekrankopio"); ?>
+                       <?php makeEntry("../forum", "Forumo"); ?>
+                       <?php makeEntry("../demo", "Provoversio"); ?>
+                       <?php makeEntry("../languages", "Subtenataj lingvoj"); 
?>
+                       <?php makeEntry("../usage", "Uzo"); ?>
+                       <?php makeEntry("../development", "Programado"); ?>
+                       <?php makeEntry("../links", "Ligiloj &amp; Rimedoj"); ?>
+                       <?php makeEntry("http://languagetool.wikidot.com/";, 
"Wiki"); ?>
+                       
+                       <br/><br/><br/>
+                       <a href="http://twitter.com/languagetoolorg";><img 
border="0" style="margin-right:5px" src="/images/twitter_link16x16.png"/>Sekvu 
nin ĉe Twitter</a>
+               </div>
+       </td>
+       <td class="content">
+
+               <!-- MAIN TEXT -->

Modified: trunk/JLanguageTool/website/www/eo/index.php
===================================================================
--- trunk/JLanguageTool/website/www/eo/index.php        2012-01-22 17:49:33 UTC 
(rev 6301)
+++ trunk/JLanguageTool/website/www/eo/index.php        2012-01-22 18:17:09 UTC 
(rev 6302)
@@ -3,7 +3,7 @@
 $title = "Lingvoilo";
 $title2 = "Stila kaj gramatika kontrolilo";
 $lastmod = "2012-01-22 16:08 CET";
-include("../../include/header.php");
+include("../../include/eo/header.php");
 ?>
                
 <p class="firstpara"><strong>Lingvoilo (LanguageTool) estas programo por 
kontroli stilon kaj gramatikon en Esperanto sed ankaŭ en multaj aliaj lingvoj 
(en la angla, franca, germana, pola, nederlanda, kaj <?=show_link("multaj aliaj 
lingvoj", "../languages/", 0) ?>.</strong>

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to