Revision: 6422
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6422&view=rev
Author:   dnaber
Date:     2012-02-04 15:30:40 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
[web] adding titles to fancybox images

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/screenshots/index.php

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-02-04 14:21:35 UTC (rev 6421)
+++ trunk/website/include/header.php    2012-02-04 15:30:40 UTC (rev 6422)
@@ -18,7 +18,8 @@
     <!--
       $(document).ready(function() {
         $("a.fancyboxImage").fancybox({
-          'hideOnContentClick': true
+          'hideOnContentClick': true,
+          'titlePosition': 'inside'
         });
       });
     // -->

Modified: trunk/website/www/screenshots/index.php
===================================================================
--- trunk/website/www/screenshots/index.php     2012-02-04 14:21:35 UTC (rev 
6421)
+++ trunk/website/www/screenshots/index.php     2012-02-04 15:30:40 UTC (rev 
6422)
@@ -11,14 +11,14 @@
 <tr><td>&nbsp;</td></tr>
 <tr>
     <td valign="top" align="middle">
-        <a class="fancyboxImage" href="art/screenshot_lo3.png"><img border="0" 
width="320" height="235"
+        <a title="LanguageTool installed as an add-on in LibreOffice 3.3" 
class="fancyboxImage" href="art/screenshot_lo3.png"><img border="0" width="320" 
height="235"
             src="art/screenshot_lo3_small.png" alt="LanguageTool in 
LibreOffice 3.3" /></a><br />
             <a href="art/screenshot_lo3.png"><span 
style="font-size:10px">LanguageTool installed
             as an add-on<br/>in LibreOffice 3.3</span></a>
     </td>
     <td style="width:20px">&nbsp;&nbsp;</td>
     <td valign="top" align="middle">
-        <a class="fancyboxImage" href="art/screenshot_ooo3_pl.png"><img 
border="0" width="320" height="235"
+        <a title="LanguageTool installed as an add-on in Polish OpenOffice.org 
3.0.1" class="fancyboxImage" href="art/screenshot_ooo3_pl.png"><img border="0" 
width="320" height="235"
             src="art/screenshot_ooo3_pl_small.png" alt="LanguageTool in Polish 
OpenOffice.org 3.0" /></a><br />
             <a href="art/screenshot_ooo3_pl.png"><span 
style="font-size:10px">LanguageTool installed
             as an add-on<br/>in Polish OpenOffice.org 3.0.1</span></a>
@@ -27,14 +27,14 @@
 <tr><td>&nbsp;</td></tr>
 <tr>
     <td valign="top" align="middle">
-        <a class="fancyboxImage" href="art/screenshot.png"><img border="0" 
width="320" height="235"
+        <a title="The simple stand-alone user interface which lets you type in 
or paste text and check it" class="fancyboxImage" 
href="art/screenshot.png"><img border="0" width="320" height="235"
             src="art/screenshot_small.png" alt="stand-alone version of 
LanguageTool" /></a><br />
             <a href="art/screenshot.png"><span style="font-size:10px">The 
simple stand-alone
             user interface which lets<br/>you type in or paste text and check 
it</span></a>
     </td>
     <td></td>
     <td valign="top" align="middle">
-        <a class="fancyboxImage" href="art/lt-omegat.png"><img border="0" 
width="320" height="186"
+        <a title="The simple LanguageTool plugin in OmegaT that helps to check 
your translation on the go" class="fancyboxImage" href="art/lt-omegat.png"><img 
border="0" width="320" height="186"
             src="art/lt-omegat_small.png" alt="LanguageTool plugin in OmegaT" 
/></a><br />
             <a href="art/lt-omegat.png"><span style="font-size:10px">The 
simple LanguageTool
             plugin in OmegaT<br/>that helps to check your translation on the 
go</span></a>

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