Revision: 6423
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6423&view=rev
Author:   dnaber
Date:     2012-02-04 15:45:29 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
[web] add screenshot thumbnail to the homepage

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

Added Paths:
-----------
    trunk/website/www/screenshots/art/screenshot_lo3_very_small.png

Modified: trunk/website/include/checkform.php
===================================================================
--- trunk/website/include/checkform.php 2012-02-04 15:30:40 UTC (rev 6422)
+++ trunk/website/include/checkform.php 2012-02-04 15:45:29 UTC (rev 6423)
@@ -11,7 +11,7 @@
 
 <form name="checkform" action="http://community.languagetool.org"; 
method="post">
     <textarea onfocus="javascript: if(document.checkform.text.value == '<?php 
print $checkDefaultText ?>') { document.checkform.text.value='' } " 
-        style="width:100%; max-width:800px;height:100px" name="text"><?php 
print $checkDefaultText ?></textarea>
+        style="width:100%; height:100px" name="text"><?php print 
$checkDefaultText ?></textarea>
     <div style="margin-top:4px">
         <input type="submit" name="_action_checkText" value="<?php print 
$checkSubmitButtonValue ?>"/>
         <?php if ($showLanguageBox) { ?>

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-02-04 15:30:40 UTC (rev 6422)
+++ trunk/website/www/css/style.css     2012-02-04 15:45:29 UTC (rev 6423)
@@ -9,7 +9,7 @@
 */
 body {
        background: url(../images/bg.jpg?2) no-repeat;
-       max-width: 1200px;
+       max-width: 1100px;
 }
 
 a:link {

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2012-02-04 15:30:40 UTC (rev 6422)
+++ trunk/website/www/index.php 2012-02-04 15:45:29 UTC (rev 6423)
@@ -2,10 +2,15 @@
 $page = "homepage";
 $title = "LanguageTool";
 $title2 = "Style and Grammar Checker";
-$lastmod = "2012-02-04 17:20:00 CET";
+$lastmod = "2012-02-04 17:21:00 CET";
+$enable_fancybox = 1;
 include("../include/header.php");
 ?>
-               
+
+<a title="LanguageTool installed as an add-on in LibreOffice 3.3" 
class="fancyboxImage"
+   href="screenshots/art/screenshot_lo3.png"><img style="margin-left: 15px" 
width="200" height="144" align="right"
+   src="screenshots/art/screenshot_lo3_very_small.png" alt="Screenshot of 
LanguageTool"/></a>
+
 <p class="firstpara"><strong>LanguageTool is a style and grammar proofreading 
software for English, French, German, Polish, 
 Dutch, Romanian, and a lot of <?=show_link("other languages", "languages/", 0) 
?>.</strong>
 You can think of LanguageTool as a software to detect errors that a simple 
spell checker cannot detect, e.g. mixing
@@ -14,9 +19,8 @@
 <p>LanguageTool will find errors for which a rule is defined in its 
 language-specific configuration files. Rules for detecting more complicated 
errors can be written in Java.</p>
 
+<h2 style="margin-top: 40px">Try it online</h2>
 
-<h2>Try it online</h2>
-
 <?php
 $checkSubmitButtonValue = "Check Text";
 $showLanguageBox = 1;

Added: trunk/website/www/screenshots/art/screenshot_lo3_very_small.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/website/www/screenshots/art/screenshot_lo3_very_small.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

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