WhiteStork web site import
authormaritus <lucas.pawlik@gmail.com>
Fri, 15 Sep 2006 10:44:13 +0000 (10:44 +0000)
committermaritus <lucas.pawlik@gmail.com>
Fri, 15 Sep 2006 10:44:13 +0000 (10:44 +0000)
git-svn-id: file:///svnroot/mdictionary/www@11 5bde0345-f819-0410-ac75-e5045f9217cc

35 files changed:
contact.html [new file with mode: 0644]
css/style.css [new file with mode: 0644]
download.html [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
images/label1.gif [new file with mode: 0644]
index.html
licence.html [new file with mode: 0644]
other/license.txt [new file with mode: 0644]
screen.html [new file with mode: 0644]
screen/screen01.png [new file with mode: 0644]
screen/screen02.png [new file with mode: 0644]
screen/screen03.png [new file with mode: 0644]
screen/screen04.png [new file with mode: 0644]
screen/screen05.png [new file with mode: 0644]
screen/screen06.png [new file with mode: 0644]
screen/screen07.png [new file with mode: 0644]
screen/screen08.png [new file with mode: 0644]
screen/screen09.png [new file with mode: 0644]
screen/screen10.png [new file with mode: 0644]
screen/screen11.png [new file with mode: 0644]
screen/screen12.png [new file with mode: 0644]
screen/screen13.png [new file with mode: 0644]
screen/thumbnails/screen01_thumb.png [new file with mode: 0644]
screen/thumbnails/screen02_thumb.png [new file with mode: 0644]
screen/thumbnails/screen03_thumb.png [new file with mode: 0644]
screen/thumbnails/screen04_thumb.png [new file with mode: 0644]
screen/thumbnails/screen05_thumb.png [new file with mode: 0644]
screen/thumbnails/screen06_thumb.png [new file with mode: 0644]
screen/thumbnails/screen07_thumb.png [new file with mode: 0644]
screen/thumbnails/screen08_thumb.png [new file with mode: 0644]
screen/thumbnails/screen09_thumb.png [new file with mode: 0644]
screen/thumbnails/screen10_thumb.png [new file with mode: 0644]
screen/thumbnails/screen11_thumb.png [new file with mode: 0644]
screen/thumbnails/screen12_thumb.png [new file with mode: 0644]
screen/thumbnails/screen13_thumb.png [new file with mode: 0644]

diff --git a/contact.html b/contact.html
new file mode 100644 (file)
index 0000000..c8b7ad2
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>WhiteStork Multilingual Dictionary</title>
+<link rel="Stylesheet" type="text/css" href="./css/style.css">
+</head>
+<body>
+<table id="top">
+<tr><td colspan="2"><center><img src="./images/label1.gif"></center></td></tr>
+<tr>
+       <td id="left_border">&nbsp;</td>
+       <td id="center">
+               <table id="body">
+               <tr>
+                       <td id="left">
+                               <table class="menu">
+                               <tr><th>Menu</th></tr>
+                               <tr>
+                                       <td>
+                                               <a href="index.html">About</a><br>
+                                               <a href="licence.html">Licence</a><br>
+                                               <a href="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">How to...</a><br>
+                                               <a href="screen.html">Screenshots</a><br>
+                                               <a href="download.html">Download</a><br>
+                                               <a href="contact.html">Conact us</a><br>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                               <br>
+                               <br>
+                       </td>
+                       <td id="content">
+                               <table class="menu">
+                               <tr><th>&nbsp;</th></tr>
+                               <tr>
+                                       <td class="content">
+                                               <p>If you have questions please contact one of our fine developers. You can find their email address by clicking on this <a  href="https://garage.maemo.org/projects/mdictionary/">link</a> or write to <u>milosz(dot)wasilewski(at)comarch(dot)com</u><br></p>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                       </td>
+               </tr>
+               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
+               <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
+               </table>
+       </td>
+       <td id="right_border">&nbsp;</td>
+</tr>
+</table>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/css/style.css b/css/style.css
new file mode 100644 (file)
index 0000000..0f79134
--- /dev/null
@@ -0,0 +1,267 @@
+body, td, th, caption {
+       color: #000000;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
+body {
+       background: #FFFFFF;
+       margin: 0;
+       padding: 0;
+       text-align: center;
+}
+
+table {
+       border-collapse: collapse;
+}
+
+
+table#top {
+       width: 780px;
+       margin: 0 auto;
+       text-align: left;
+       background: #E0E0E0;
+}
+
+
+td#left_border {
+       width: 10px;
+       padding: 0;
+       font-size: 10px;
+}
+
+td#center {
+       width: 760px;
+       padding: 0;
+}
+
+td#right_border {
+       width: 10px;
+       padding: 0;
+       font-size: 10px;
+}
+
+
+table#body {
+       width: 760px;
+}
+
+/* <HEADER> */
+td#header {
+       text-align: right;
+       vertical-align: top;
+       height: 100px;
+       padding: 5px 10px;
+}
+
+td#header #control {
+       height: 22px;
+}
+
+td#header #control img {
+       width: 20px;
+       height: 20px;
+}
+
+td#header #banner {
+       width: 400px;
+       height: 50px;
+       margin-top: 10px;
+}
+/* </HEADER> */
+
+td#top_menu {
+       background: #C0C0C0 url("top_menu.gif");
+       color: #808080;
+       text-align: center;
+       vertical-align: middle;
+       height: 30px;
+       font-size: 12px;
+       padding: 0;
+}
+
+td#top_menu_border {
+       background: url("top_menu_border.gif");
+       height: 12px;
+       padding: 0;
+       font-size: 10px;
+}
+
+td#left {
+       width: 150px;
+       text-align: center;
+       vertical-align: top;
+       padding: 0;
+}
+
+td#content {
+       text-align: left;
+       vertical-align: top;
+       padding: 0;
+}
+
+td#footer_border {
+       background: url("footer_border.gif");
+       height: 12px;
+       padding: 0;
+       font-size: 10px;
+}
+
+td#footer {
+       background: #C0C0C0 url("footer.gif");
+       color: #808080;
+       font-size: 11px;
+       height: 25px;
+       text-align: center;
+       vertical-align: middle;
+       padding: 0;
+}
+
+
+/* <MENU> */
+table.menu {
+       width: 100%;
+}
+
+table.menu th {
+       background: #C0C0C0 url("menu_header.gif");
+       color: #808080;
+       text-align: center;
+       vertical-align: middle;
+       font-weight: bold;
+       font-size: 12px;
+       height: 25px;
+       padding: 0;
+}
+
+table.menu td {
+       background: #FFFFFF url("menu.gif");
+       color: #808080;
+       text-align: left;
+       vertical-align: top;
+       padding: 5px 7px;
+       font-size: 11px;
+}
+
+table.menu th.footer {
+       background: #FFFFFF url("menu_footer.gif");
+       padding: 0;
+       font-size: 10px;
+       height: 10px;
+}
+/* </MENU> */
+
+/* <MENU card> */
+table.menu td.card {
+       text-align: center;
+       font-size: 11px;
+}
+
+table.menu td.card img {
+       margin: 2px;
+}
+/* </MENU card> */
+
+/* <MENU left> */
+td#left table.menu {
+       width: 140px;
+       margin: 0 auto;
+}
+/* </MENU left> */
+
+/* <MENU content> */
+td#content table.menu {
+       width: 605px;
+}
+
+td#content table.menu th {
+       background-image: url("content_header.gif");
+}
+td#content table.menu td {
+       background: #FFFFFF url("content.gif");
+       color: #000000;
+       font-size: 11px;
+       text-align: justify;
+       padding: 10px 10px 30px 10px;
+}
+
+td#content table.menu th.footer {
+       background: #FFFFFF url("content_footer.gif");
+}
+/* </MENU content> */
+
+td#content table.menu td table th, td#content table.menu td table td {
+       padding: 1px;
+       background-color: transparent;
+       background-image: none;
+}
+
+.dot {
+       color: #000080;
+       font-weight: bold;
+}
+
+/* <A> */
+/* <A top_menu> */
+td#top_menu a:link, td#top_menu a:visited {
+       color: #808080;
+       font-weight: bold;
+       text-decoration: none;
+}
+
+td#top_menu a:hover {
+       color: #000080;
+}
+/* </A top_menu> */
+
+/* <A menu> */
+table.menu a:link, table.menu a:visited {
+       /*color: #808080;
+       font-weight: normal;
+       text-decoration: none;*/
+       position:relative;
+       text-decoration:none; 
+       text-align:center; 
+       background-color:#9ab; 
+       color:#fff; 
+       display:block; 
+       width:10em; 
+       border:2px solid #fff;
+       border-color:#def #678 #345 #cde;
+       padding:0.25em;
+       margin:0.5em auto;
+}
+
+table.menu a:hover {
+       /*color: #000080;*/
+       top:2px;
+       left:2px;
+       color:#fff;
+       border-color:#345 #cde #def #678;
+}
+/* </A menu> */
+
+/* <A content> */
+td#content a:link, td#content a:visited {
+       color: #0040B0;
+       font-weight: normal;
+       text-decoration: none;
+       border: none;
+       display: inline;
+       background-color: transparent;
+}
+
+td#content a:hover {
+       color: #0000FF;
+       text-decoration: underline;
+}
+/* </A content> */
+
+/* <A foter> */
+td#footer a:link, td#footer a:visited, td#footer a:hover {
+       color: #808080;
+       font-weight: normal;
+       text-decoration: none;
+}
+/* </A foter> */
+/* </A> */
+
diff --git a/download.html b/download.html
new file mode 100644 (file)
index 0000000..e670edf
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>WhiteStork Multilingual Dictionary</title>
+<link rel="Stylesheet" type="text/css" href="./css/style.css">
+</head>
+<body>
+<table id="top">
+<tr><td colspan="2"><center><img src="./images/label1.gif"></center></td></tr>
+<tr>
+       <td id="left_border">&nbsp;</td>
+       <td id="center">
+               <table id="body">
+               <tr>
+                       <td id="left">
+                               <table class="menu">
+                               <tr><th>Menu</th></tr>
+                               <tr>
+                                       <td>
+                                               <a href="index.html">About</a><br>
+                                               <a href="licence.html">Licence</a><br>
+                                               <a href="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">How to...</a><br>
+                                               <a href="screen.html">Screenshots</a><br>
+                                               <a href="download.html">Download</a><br>
+                                               <a href="contact.html">Conact us</a><br>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                               <br>
+                               <br>
+                       </td>
+                       <td id="content">
+                               <table class="menu">
+                               <tr><th>&nbsp;</th></tr>
+                               <tr>
+                                       <td class="content">
+                                               <p>We have not released a binary package yet. Please, visit our <a href ="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">wiki page</a> for information on how to download and install WhiteStork from SVN repository.<br></p>
+                                               <center><img src="./images/bellycon.gif"></center>
+                                               <b><br>"I have a great vision that one day this page will actually be finished and complete. Please share in this delusion."</b>        
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                       </td>
+               </tr>
+               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
+               <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
+               </table>
+       </td>
+       <td id="right_border">&nbsp;</td>
+</tr>
+</table>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..cc15c48
Binary files /dev/null and b/favicon.ico differ
diff --git a/images/label1.gif b/images/label1.gif
new file mode 100644 (file)
index 0000000..dfe78e4
Binary files /dev/null and b/images/label1.gif differ
index 68a7529..2cc086d 100644 (file)
@@ -3,10 +3,61 @@
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
 <title>WhiteStork Multilingual Dictionary</title>
+<link rel="Stylesheet" type="text/css" href="./css/style.css">
 </head>
 <body>
-<center><img src="./images/bellycon.gif">
-<b><br>"I have a great vision that one day this page will actually be finished and complete. Please share in this delusion."</b>
-<br>&copy; 2006WhiteStork Multilingual Dictionary</center>
+<table id="top">
+<tr><td colspan="2"><center><img src="./images/label1.gif"></center></td></tr>
+<tr>
+       <td id="left_border">&nbsp;</td>
+       <td id="center">
+               <table id="body">
+               <tr>
+                       <td id="left">
+                               <table class="menu">
+                               <tr><th>Menu</th></tr>
+                               <tr>
+                                       <td class="links">
+                                               <a href="index.html">About</a><br>
+                                               <a href="licence.html">Licence</a><br>
+                                               <a href="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">How to...</a><br>
+                                               <a href="screen.html">Screenshots</a><br>
+                                               <a href="download.html">Download</a><br>
+                                               <a href="contact.html">Conact us</a><br>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                               <br>
+                               <br>
+                       </td>
+                       <td id="content">
+                               <table class="menu">
+                               <tr><th>&nbsp;</th></tr>
+                               <tr>
+                                       <td>
+                                               <p>WhiteStork is multilingual dictionary enabling its users to use many dictionary formats. Its dedicated platform is Nokia 770 tablet. Our final goal is to use many search engines so that different file formats could be used. They will be in a form of dynamically loadable modules. For now however, we have limited the project to one engine for the XDXF format.</p><br>
+                                               <p>The aim of this project is to give users possibility to translate most common words on their Nokia 770 tablet in an easy and intuitive way. User just has to type a word, click find button and after a while translation is presented. Software allows to use more than one dictionary at the same time. User can import a new dictionary file or choose from the installed ones. Another useful feature is the clipboard. It gives a possibility to carry translation of word into another application.</p><br>
+                                               <p>The application consists of four modules:    <ul><li>GUI - written using GTK+ Hildon, commercial License </li>
+                                               <li>Engine - XDXF format parser, GPL license </li>
+                                               <li>Manager - program modules management, GPL license </li>
+                                               <li>D-BUS wrapper - communication between GUI and Manager, LGPL license.</li></ul>
+                                               </p><br><p>WhiteStork can not only help, but also teach. Thanks to special searching system user does not have to know the exact word's spelling, the words which start with the same letter are displayed.
+                                               One of the main goals while designing WhiteStork was to create a user friendly application. Clear and easy to conquer UI allows to believe that user likes the application
+                                               </p>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                       </td>
+               </tr>
+               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
+               <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
+               </table>
+       </td>
+       <td id="right_border">&nbsp;</td>
+</tr>
+</table>
+
 </body>
 </html>
\ No newline at end of file
diff --git a/licence.html b/licence.html
new file mode 100644 (file)
index 0000000..1311639
--- /dev/null
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>WhiteStork Multilingual Dictionary</title>
+<link rel="Stylesheet" type="text/css" href="./css/style.css">
+</head>
+<body>
+<table id="top">
+<tr><td colspan="2"><center><img src="./images/label1.gif"></center></td></tr>
+<tr>
+       <td id="left_border">&nbsp;</td>
+       <td id="center">
+               <table id="body">
+               <tr>
+                       <td id="left">
+                               <table class="menu">
+                               <tr><th>Menu</th></tr>
+                               <tr>
+                                       <td class="links">
+                                               <a href="index.html">About</a><br>
+                                               <a href="licence.html">Licence</a><br>
+                                               <a href="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">How to...</a><br>
+                                               <a href="screen.html">Screenshots</a><br>
+                                               <a href="download.html">Download</a><br>
+                                               <a href="contact.html">Conact us</a><br>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                               <br>
+                               <br>
+                       </td>
+                       <td id="content">
+                               <table class="menu">
+                               <tr><th>&nbsp;</th></tr>
+                               <tr>
+                                       <td>
+                                               <p>You can find licence to user interface by clicking <a href="./other/license.txt">here</a></p>
+                                               <p>D-BUS LGPL licence can be found on this<a href="http://www.gnu.org/licenses/lgpl.html">site</a></p>
+                                               <p>GPL licence for manager and engine modules can be found<a href="http://www.gnu.org/copyleft/gpl.html">here</a></p>
+                                               
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                       </td>
+               </tr>
+               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
+               <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
+               </table>
+       </td>
+       <td id="right_border">&nbsp;</td>
+</tr>
+</table>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/other/license.txt b/other/license.txt
new file mode 100644 (file)
index 0000000..b66ffc3
--- /dev/null
@@ -0,0 +1,68 @@
+Terms of use
+
+
+READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
+INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
+
+1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
+license for the internal use only of the accompanying software and
+documentation and any error corrections provided by ComArch (collectively
+"Software"), by the one user.
+
+2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
+and all associated intellectual property rights is retained by ComArch
+and/or its licensors. Unless enforcement is prohibited by applicable law,
+you may not modify, decompile, or reverse engineer Software. You acknowledge
+that Software is not designed, licensed or intended for use in the design,
+construction, operation or maintenance of any nuclear facility. Sun ComArch
+disclaims any express or implied warranty of fitness for such uses. No
+right, title or interest in or to any trademark, service mark, logo or trade
+name of ComArch or its licensors is granted under this terms of use.
+
+
+3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
+ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
+ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
+NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
+ARE HELD TO BE LEGALLY INVALID.
+
+4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
+WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
+DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
+DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
+OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
+HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
+ComArch's liability to you, whether in contract, tort (including
+negligence), or otherwise, exceed []. The foregoing limitations will apply
+even if the above stated warranty fails of its essential purpose.
+
+5. Termination. This license is effective until terminated. You may
+terminate this license at any time by destroying all copies of Software.
+This license will terminate immediately without notice from ComArch if you
+fail to comply with any provision of this license. Upon Termination, you
+must destroy all copies of Software.
+
+6. Export Regulations. All Software and technical data delivered under this
+terms of use are subject to Polish export control laws and may be subject to
+export or import regulations in other countries. You agree to comply
+strictly with all such laws and regulations and acknowledge that you have
+the responsibility to obtain such licenses to export, re-export, or import
+as may be required after delivery to you.
+
+7. Governing Law. Any action related to this license will be governed by
+Polish Law.
+
+8. Severability. If any provision of this terms of use is held to be
+unenforceable, this terms of use will remain in effect with the provision
+omitted, unless omission would frustrate the intent of the parties, in which
+case this terms of use will immediately terminate.
+
+9. Integration. This document is the entire  agreement between you and
+ComArch relating to its subject matter. It supersedes all prior or
+contemporaneous oral or written communications, proposals, representations
+and warranties and prevails over any conflicting or additional terms of any
+quote, order, acknowledgment, or other communication between the parties
+relating to its subject matter during the term of these terms of use. No
+modification of this Agreement will be binding, unless in writing and signed
+by an authorized representative of each party.
+
diff --git a/screen.html b/screen.html
new file mode 100644 (file)
index 0000000..9a44b45
--- /dev/null
@@ -0,0 +1,78 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>WhiteStork Multilingual Dictionary</title>
+<link rel="Stylesheet" type="text/css" href="./css/style.css">
+</head>
+<body>
+<table id="top">
+<tr><td colspan="2"><center><img src="./images/label1.gif"></center></td></tr>
+<tr>
+       <td id="left_border">&nbsp;</td>
+       <td id="center">
+               <table id="body">
+               <tr>
+                       <td id="left">
+                               <table class="menu">
+                               <tr><th>Menu</th></tr>
+                               <tr>
+                                       <td class="links">
+                                               <a href="index.html">About</a><br>
+                                               <a href="licence.html">Licence</a><br>
+                                               <a href="https://garage.maemo.org/plugins/wiki/index.php?id=58&type=g">How to...</a><br>
+                                               <a href="screen.html">Screenshots</a><br>
+                                               <a href="download.html">Download</a><br>
+                                               <a href="contact.html">Conact us</a><br>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                               <br>
+                               <br>
+                       </td>
+                       <td id="content">
+                               <table class="menu">
+                               <tr><th>&nbsp;</th></tr>
+                               <tr>
+                                       <td>
+                                               <p>Some WhiteStork screenshots. Click on them to enlarge image.</p>
+                                               <table border="0">
+                                               <tr>
+                                               <td><a href="./screen/screen01.png" target="_blank"><img src="./screen/thumbnails/screen01_thumb.png"></a></td>
+                                               <td><a href="./screen/screen02.png" target="_blank"><img src="./screen/thumbnails/screen02_thumb.png"></a></td>
+                                               <td><a href="./screen/screen03.png" target="_blank"><img src="./screen/thumbnails/screen03_thumb.png"></a></td>
+                                               <td><a href="./screen/screen04.png" target="_blank"><img src="./screen/thumbnails/screen04_thumb.png"></a></td>
+                                               </tr>
+                                               <tr>
+                                               <td><a href="./screen/screen05.png" target="_blank"><img src="./screen/thumbnails/screen05_thumb.png"></a></td>
+                                               <td><a href="./screen/screen06.png" target="_blank"><img src="./screen/thumbnails/screen06_thumb.png"></a></td>
+                                               <td><a href="./screen/screen07.png" target="_blank"><img src="./screen/thumbnails/screen07_thumb.png"></a></td>
+                                               <td><a href="./screen/screen08.png" target="_blank"><img src="./screen/thumbnails/screen08_thumb.png"></a></td>
+                                               </tr>
+                                               <tr>
+                                               <td><a href="./screen/screen09.png" target="_blank"><img src="./screen/thumbnails/screen09_thumb.png"></a></td>
+                                               <td><a href="./screen/screen10.png" target="_blank"><img src="./screen/thumbnails/screen10_thumb.png"></a></td>
+                                               <td><a href="./screen/screen11.png" target="_blank"><img src="./screen/thumbnails/screen11_thumb.png"></a></td>
+                                               <td><a href="./screen/screen12.png" target="_blank"><img src="./screen/thumbnails/screen12_thumb.png"></a></td>
+                                               </tr>
+                                               <tr>
+                                               <td colspan="3"><a href="./screen/screen13.png" target="_blank"><img src="./screen/thumbnails/screen13_thumb.png"></a></td>
+                                               </tr>
+                                               </table>
+                                       </td>
+                               </tr>
+                               <tr><th class="footer">&nbsp;</th></tr>
+                               </table>
+                       </td>
+               </tr>
+               <tr><td colspan="2" id="footer_border">&nbsp;</td></tr>
+               <tr><td colspan="2" id="footer">&copy; 2006 <a href="#top">WhiteStork Multilingual Dictionary</a></td></tr>
+               </table>
+       </td>
+       <td id="right_border">&nbsp;</td>
+</tr>
+</table>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/screen/screen01.png b/screen/screen01.png
new file mode 100644 (file)
index 0000000..23dbb33
Binary files /dev/null and b/screen/screen01.png differ
diff --git a/screen/screen02.png b/screen/screen02.png
new file mode 100644 (file)
index 0000000..ffd0207
Binary files /dev/null and b/screen/screen02.png differ
diff --git a/screen/screen03.png b/screen/screen03.png
new file mode 100644 (file)
index 0000000..e9cde1b
Binary files /dev/null and b/screen/screen03.png differ
diff --git a/screen/screen04.png b/screen/screen04.png
new file mode 100644 (file)
index 0000000..ee8805d
Binary files /dev/null and b/screen/screen04.png differ
diff --git a/screen/screen05.png b/screen/screen05.png
new file mode 100644 (file)
index 0000000..87085d2
Binary files /dev/null and b/screen/screen05.png differ
diff --git a/screen/screen06.png b/screen/screen06.png
new file mode 100644 (file)
index 0000000..8b1c0e7
Binary files /dev/null and b/screen/screen06.png differ
diff --git a/screen/screen07.png b/screen/screen07.png
new file mode 100644 (file)
index 0000000..2c9aa6a
Binary files /dev/null and b/screen/screen07.png differ
diff --git a/screen/screen08.png b/screen/screen08.png
new file mode 100644 (file)
index 0000000..9deffc7
Binary files /dev/null and b/screen/screen08.png differ
diff --git a/screen/screen09.png b/screen/screen09.png
new file mode 100644 (file)
index 0000000..2616396
Binary files /dev/null and b/screen/screen09.png differ
diff --git a/screen/screen10.png b/screen/screen10.png
new file mode 100644 (file)
index 0000000..478f0f0
Binary files /dev/null and b/screen/screen10.png differ
diff --git a/screen/screen11.png b/screen/screen11.png
new file mode 100644 (file)
index 0000000..a76b9d1
Binary files /dev/null and b/screen/screen11.png differ
diff --git a/screen/screen12.png b/screen/screen12.png
new file mode 100644 (file)
index 0000000..110b8ec
Binary files /dev/null and b/screen/screen12.png differ
diff --git a/screen/screen13.png b/screen/screen13.png
new file mode 100644 (file)
index 0000000..110d01a
Binary files /dev/null and b/screen/screen13.png differ
diff --git a/screen/thumbnails/screen01_thumb.png b/screen/thumbnails/screen01_thumb.png
new file mode 100644 (file)
index 0000000..f056111
Binary files /dev/null and b/screen/thumbnails/screen01_thumb.png differ
diff --git a/screen/thumbnails/screen02_thumb.png b/screen/thumbnails/screen02_thumb.png
new file mode 100644 (file)
index 0000000..8894a3c
Binary files /dev/null and b/screen/thumbnails/screen02_thumb.png differ
diff --git a/screen/thumbnails/screen03_thumb.png b/screen/thumbnails/screen03_thumb.png
new file mode 100644 (file)
index 0000000..f151472
Binary files /dev/null and b/screen/thumbnails/screen03_thumb.png differ
diff --git a/screen/thumbnails/screen04_thumb.png b/screen/thumbnails/screen04_thumb.png
new file mode 100644 (file)
index 0000000..847ae99
Binary files /dev/null and b/screen/thumbnails/screen04_thumb.png differ
diff --git a/screen/thumbnails/screen05_thumb.png b/screen/thumbnails/screen05_thumb.png
new file mode 100644 (file)
index 0000000..65eb7bf
Binary files /dev/null and b/screen/thumbnails/screen05_thumb.png differ
diff --git a/screen/thumbnails/screen06_thumb.png b/screen/thumbnails/screen06_thumb.png
new file mode 100644 (file)
index 0000000..ad38b58
Binary files /dev/null and b/screen/thumbnails/screen06_thumb.png differ
diff --git a/screen/thumbnails/screen07_thumb.png b/screen/thumbnails/screen07_thumb.png
new file mode 100644 (file)
index 0000000..3b29302
Binary files /dev/null and b/screen/thumbnails/screen07_thumb.png differ
diff --git a/screen/thumbnails/screen08_thumb.png b/screen/thumbnails/screen08_thumb.png
new file mode 100644 (file)
index 0000000..c6f7cef
Binary files /dev/null and b/screen/thumbnails/screen08_thumb.png differ
diff --git a/screen/thumbnails/screen09_thumb.png b/screen/thumbnails/screen09_thumb.png
new file mode 100644 (file)
index 0000000..f581dbd
Binary files /dev/null and b/screen/thumbnails/screen09_thumb.png differ
diff --git a/screen/thumbnails/screen10_thumb.png b/screen/thumbnails/screen10_thumb.png
new file mode 100644 (file)
index 0000000..8e4cd4f
Binary files /dev/null and b/screen/thumbnails/screen10_thumb.png differ
diff --git a/screen/thumbnails/screen11_thumb.png b/screen/thumbnails/screen11_thumb.png
new file mode 100644 (file)
index 0000000..bb73824
Binary files /dev/null and b/screen/thumbnails/screen11_thumb.png differ
diff --git a/screen/thumbnails/screen12_thumb.png b/screen/thumbnails/screen12_thumb.png
new file mode 100644 (file)
index 0000000..f20731e
Binary files /dev/null and b/screen/thumbnails/screen12_thumb.png differ
diff --git a/screen/thumbnails/screen13_thumb.png b/screen/thumbnails/screen13_thumb.png
new file mode 100644 (file)
index 0000000..54a72d8
Binary files /dev/null and b/screen/thumbnails/screen13_thumb.png differ