Revision: 8555
http://languagetool.svn.sourceforge.net/languagetool/?rev=8555&view=rev
Author: gulp21-1
Date: 2012-12-15 21:36:41 +0000 (Sat, 15 Dec 2012)
Log Message:
-----------
[web/screenshots] use css instead of table
link download pages of the mentioned programs
Modified Paths:
--------------
trunk/website/www/css/style.css
trunk/website/www/screenshots/index.php
Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css 2012-12-15 17:46:48 UTC (rev 8554)
+++ trunk/website/www/css/style.css 2012-12-15 21:36:41 UTC (rev 8555)
@@ -332,3 +332,26 @@
.longPage h3 {
border-bottom: 1px solid #CCCCCC;
}
+
+.imgbox {
+ width: 320px;
+ height: 300px;
+ font-size: 11px;
+ text-align: center;
+ float: left;
+ margin: 0px 10px 0px 7px;
+}
+
+.imgbox img {
+ width: 320px;
+ height: auto;
+ border: 0px;
+}
+
+.imgbox > a:nth-of-type(3) {
+ line-height:21px;
+}
+
+.imgboxcontainer ~ div {
+ clear: both;
+}
Modified: trunk/website/www/screenshots/index.php
===================================================================
--- trunk/website/www/screenshots/index.php 2012-12-15 17:46:48 UTC (rev
8554)
+++ trunk/website/www/screenshots/index.php 2012-12-15 21:36:41 UTC (rev
8555)
@@ -2,55 +2,59 @@
$page = "screenshots";
$title = "LanguageTool";
$title2 = "Screenshots";
-$lastmod = "2012-02-03 22:00:00 CET";
+$lastmod = "2012-12-15 22:25:00 CET";
$enable_fancybox = 1;
include("../../include/header.php");
?>
-
-<table border="0" cellpadding="0" cellspacing="0" style="margin-left:5px;">
-<tr><td> </td></tr>
-<tr>
- <td valign="top" align="middle">
- <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"> </td>
- <td valign="top" align="middle">
- <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>
- </td>
-</tr>
-<tr><td> </td></tr>
-<tr>
- <td valign="top" align="middle">
- <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 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>
- </td>
-</tr>
-<tr><td> </td></tr>
-<tr>
-<td valign="top" align="middle">
- <a title="LanguageTool may be used to check translations in CheckMate"
class="fancyboxImage" href="art/lt-checkmate.png"><img border="0" width="320"
height="186"
- src="art/lt-checkmate-small.png" alt="LanguageTool in CheckMate
GUI" /></a><br />
- <a href="art/lt-checkmate.png"><span
style="font-size:10px">LanguageTool in the server mode
- is used in CheckMate<br/>to check translations using a comfortable
GUI</span></a>
-</td>
-</tr>
-</table>
+<div class="imgboxcontainer">
+ <p class="imgbox">
+ <a title="LanguageTool installed as an add-on in LibreOffice 3.3"
class="fancyboxImage" href="art/screenshot_lo3.png">
+ <img src="art/screenshot_lo3_small.png" alt="LanguageTool in
LibreOffice 3.3"/>
+ </a>
+ <br/>
+ <a href="art/screenshot_lo3.png">LanguageTool installed as an add-on
in LibreOffice 3.3</a>
+ <br/>
+ <?=show_link("Download LibreOffice", "http://libreoffice.org/", 0) ?>
+ </p>
+ <p class="imgbox">
+ <a title="LanguageTool installed as an add-on in Polish OpenOffice.org
3.0.1" class="fancyboxImage" href="art/screenshot_ooo3_pl.png">
+ <img src="art/screenshot_ooo3_pl_small.png" alt="LanguageTool in
Polish OpenOffice.org 3.0"/>
+ </a>
+ <br/>
+ <a href="art/screenshot_ooo3_pl.png">LanguageTool installed as an
add-on in Polish OpenOffice.org 3.0.1</a>
+ <br/>
+ <?=show_link("Download Apache OpenOffice", "http://openoffice.org/",
0) ?>
+ </p>
+ <p class="imgbox">
+ <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 src="art/screenshot_small.png" alt="stand-alone version of
LanguageTool"/>
+ </a>
+ <br/>
+ <a href="art/screenshot.png">The simple stand-alone user interface
which lets you type in or paste text and check it</a>
+ <br/>
+ <?=show_link("Download LanguageTool for stand-alone use",
"http://languagetool.org/", 0) ?>
+ </p>
+ <p class="imgbox">
+ <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 src="art/lt-omegat_small.png" alt="LanguageTool plugin in
OmegaT"/>
+ </a>
+ <br/>
+ <a href="art/lt-omegat.png">The simple LanguageTool plugin in OmegaT
that helps to check your translation on the go</a>
+ <br/>
+ <?=show_link("Download OmegaT", "http://omegat.org/", 0) ?>
+ </p>
+ <p class="imgbox">
+ <a title="LanguageTool may be used to check translations in CheckMate"
class="fancyboxImage" href="art/lt-checkmate.png">
+ <img src="art/lt-checkmate-small.png" alt="LanguageTool in CheckMate
GUI"/>
+ </a>
+ <br/>
+ <a href="art/lt-checkmate.png">LanguageTool in the server mode is used
in CheckMate to check translations using a comfortable GUI</a>
+ <br/>
+ <?=show_link("Download CheckMate",
"http://www.opentag.com/okapi/wiki/index.php?title=CheckMate", 0) ?>
+ </p>
+</div>
+<div class="clearfloat"></div>
<?php
include("../../include/footer.php");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits