Revision: 6331
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6331&view=rev
Author:   dnaber
Date:     2012-01-23 19:00:10 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
use a better example text

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

Modified: trunk/JLanguageTool/website/www/index.php
===================================================================
--- trunk/JLanguageTool/website/www/index.php   2012-01-23 18:58:48 UTC (rev 
6330)
+++ trunk/JLanguageTool/website/www/index.php   2012-01-23 19:00:10 UTC (rev 
6331)
@@ -18,8 +18,11 @@
 <h2>Try it online</h2>
 
 <form name="checkform" action="http://community.languagetool.org"; 
method="post">
-    <textarea onfocus="javascript: if(document.checkform.text.value == 'Paste 
your text here...') { document.checkform.text.value='' } " 
-        style="width:100%; max-width:800px;height:100px" name="text">Paste 
your text here...</textarea>
+    <?php
+    $demoText = "Paste your own text here... or check this text too see a few 
of the problems that that LanguageTool can detect. Did you notice that their is 
no spelcheckin included?";
+    ?>
+    <textarea onfocus="javascript: if(document.checkform.text.value == '<?php 
print $demoText ?>') { document.checkform.text.value='' } " 
+        style="width:100%; max-width:800px;height:100px" name="text"><?php 
print $demoText ?></textarea>
     <div style="margin-top:4px">
         <input type="submit" name="_action_checkText" value="Check Text"/>
         Language: <select name="lang" id="lang" >

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to