diff options
author | Arno Teigseth <arno@teigseth.no> | 2011-02-05 08:48:27 +0000 |
---|---|---|
committer | Arno Teigseth <arno@teigseth.no> | 2011-02-05 08:48:27 +0000 |
commit | 4f3d565a5e5ede6eb6fd1f276d4e8ad37b67b5ce (patch) | |
tree | 7af736540eca93034428a975bd850e709fbbe2e5 /JLanguageTool/website/www/screenshots/index.php | |
parent | ecaee85ab5984ebadd56721c295dc26b3335f7ce (diff) | |
download | grammar-norwegian-master.tar.gz grammar-norwegian-master.tar.bz2 grammar-norwegian-master.tar.xz |
Diffstat (limited to 'JLanguageTool/website/www/screenshots/index.php')
-rw-r--r-- | JLanguageTool/website/www/screenshots/index.php | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/JLanguageTool/website/www/screenshots/index.php b/JLanguageTool/website/www/screenshots/index.php new file mode 100644 index 0000000..ffaebed --- /dev/null +++ b/JLanguageTool/website/www/screenshots/index.php @@ -0,0 +1,53 @@ +<?php +$page = "screenshots"; +$title = "LanguageTool"; +$title2 = "Screenshots"; +$lastmod = "2008-08-07 22:00:00 CET"; +include("../../include/header.php"); +?> + +<table border="0" cellpadding="0" cellspacing="0" style="margin-left:5px;"> +<tr><td> </td></tr> +<tr> +<td> + <a 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 (click to enlarge)</span></a> +</td> +</tr> +<tr><td> </td></tr> +<tr><td> </td></tr> +<tr> +<td> + <a href="art/screenshot_ooo3.png"><img border="0" width="300" height="216" + src="art/screenshot_ooo3_small.png" alt="LanguageTool in OpenOffice.org 3.0" /></a><br /> + <a href="art/screenshot_ooo3.png"><span style="font-size:10px">LanguageTool installed + as an add-on<br/>in OpenOffice.org 3.0 (click to enlarge)</span></a> +</td> +</tr> +<tr><td> </td></tr> +<tr><td> </td></tr> +<tr> +<td> + <a href="art/screenshot_ooo.png"><img border="0" width="300" height="258" + src="art/screenshot_ooo_small.png" alt="LanguageTool in OpenOffice.org" /></a><br /> + <a href="art/screenshot_ooo.png"><span style="font-size:10px">LanguageTool installed + as an add-on<br/>in OpenOffice.org 2.x (click to enlarge)</span></a> +</td> +</tr> +<tr><td> </td></tr> +<tr><td> </td></tr> +<tr> +<td> + <a href="art/screenshot.png"><img border="0" width="250" height="264" + 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 (click to enlarge)</span></a> +</td> +</tr> +</table> + +<?php +include("../../include/footer.php"); +?> |