BrowzOS/sprdsht/index_offline.html

98 lines
3.4 KiB
HTML
Raw Permalink Blame History

<!--
/**************************************************************************\
* Simple Groupware 0.632 *
* http://www.simple-groupware.de *
* Copyright (C) 2002-2010 by Thomas Bley *
* ------------------------------------------------------------------------ *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License Version 2 *
* as published by the Free Software Foundation; only version 2 *
* of the License, no later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* Version 2 along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, *
* MA 02111-1307, USA. *
\**************************************************************************/
-->
<html>
<head>
<title>Spreadsheet</title>
<!--
This website is brought to you by Simple Groupware
Simple Groupware is an open source Groupware and Web Application Framework created by Thomas Bley and licensed under GNU GPL v2.
Simple Groupware is copyright 2002-2010 by Thomas Bley. Extensions and translations are copyright of their respective owners.
More information and documentation at http://www.simple-groupware.de/
-->
<style>
body, img, div, td {
margin:0px;
padding:0px;
border:0px;
border-spacing:0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
color:#000000;
font-size:25px;
overflow:hidden;
}
a, a:visited {
font-family: Arial, Helvetica, Verdana, sans-serif;
color:#0000FF;
font-size:25px;
}
#bg_full {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
}
#table_obj {
position:absolute;
width:100%;
left:0px;
bottom:1%;
opacity:0.8;
filter:alpha(opacity=80);
}
.table {
border:1px solid #AAAAAA;
background-color:#FFFFFF;
-moz-border-radius:10px;
-webkit-border-radius:8px;
white-space:nowrap;
}
.table td {
text-align:center;
padding:75px;
padding-top:0px;
padding-bottom:0px;
}
</style>
</head>
<body>
<div class="bg_full"><img src="nature.jpg" style="width:100%; height:100%;"></div>
<center>
<div id="table_obj" align="center">
<table class="table"><tr><td>
Simple Spreadsheet<br>
<a href="spreadsheet_offline.html?lang=en">English</a> -
<a href="spreadsheet_offline.html?lang=de">Deutsch</a> -
<a href="spreadsheet_offline.html?lang=it">Italiano</a> -
<a href="spreadsheet_offline.html?lang=es">Espa<EFBFBD>ol</a> -
<a href="spreadsheet_offline.html?lang=nl">Nederlands</a> -
<a href="spreadsheet_offline.html?lang=fr">Fran<EFBFBD>ais</a> -
<a href="spreadsheet_offline.html?lang=pl">Polski</a>
<!-- - <a href="spreadsheet_offline.html?lang=bg"></a>-->&nbsp;
</td></tr></table>
</div>
</center>
</body>
</html>