summaryrefslogtreecommitdiffstats
path: root/JLanguageTool/website/www/screenshots/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'JLanguageTool/website/www/screenshots/index.php')
-rw-r--r--JLanguageTool/website/www/screenshots/index.php53
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>&nbsp;</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>&nbsp;</td></tr>
+<tr><td>&nbsp;</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>&nbsp;</td></tr>
+<tr><td>&nbsp;</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>&nbsp;</td></tr>
+<tr><td>&nbsp;</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");
+?>