Files
Geneweb/etc/START.htm
2024-03-05 22:01:20 +01:00

263 lines
10 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang=%l>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="gw/images/favicon_gwd.png">
<style>
html { background:url('gw/images/gwback.jpg'); }
body { width:100%; height:100%; font-family: Arial; }
a:link { color: black; }
.main_container {
position: absolute;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -355px;
width: 710px;
height: 400px;
border: 2px solid #e7edb3;
background-color: white;
}
.logo_arbre { float: left; padding-left: 20px; padding-top: 20px; }
.link_container { float: right; padding-right: 20px; padding-top: 50px; }
.logo_titre { }
.langue { float: left; font-size: 12px; }
.acces {
font-size: 18px;
text-align: left;
list-style-image: url(gw/images/puce_marron.png);
}
.doc {
font-size: 14px;
text-align: left;
list-style-image: url(gw/images/img_documentation.png);
}
.bottom { font-size: 12px; float: right; padding-top: 50px; }
.img { border: 0; }
</style>
<title>GeneWeb</title>
<script>
function init() {
var lang = (navigator.userlanguage || navigator.language
|| navigator.browserLanguage || navigator.systemLanguage
|| 'en').substr(0, 2).toLowerCase();
var lang_tab = new Array("de", "en", "es", "fr", "it", "lv", "nl", "no", "fi", "sv");
for (var i=0; i < lang_tab.length; i++) {
var my_div = document.getElementById(lang_tab[i]);
if (lang == lang_tab[i]) {
my_div.style.display = "block";
}
else {
my_div.style.display = "none";
}
}
}
function change_language(lang) {
var lang_tab = new Array("de", "en", "es", "fr", "it", "lv", "nl", "no", "fi", "sv");
for (var i=0; i < lang_tab.length; i++) {
var my_div = document.getElementById(lang_tab[i]);
if (lang == lang_tab[i]) {
my_div.style.display = "block";
}
else {
my_div.style.display = "none";
}
}
return false;
}
</script>
</head>
<body onload="init()">
<div class="main_container">
<div class="logo_arbre">
<img src="gw/images/arbre_start.png" alt="Tree" title="Tree">
</div>
<div class="link_container" id="de">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=de" target="_blank">Zugang zu den Stammbäumen</a> (gwd)</li>
<li><a href="http://localhost:2316/de" target="_blank">Verwaltung und Erstellung</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb/de" target="_blank">Bedienungsanleitung</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">Lizenz</a> /
</div>
</div>
<div class="link_container" id="en">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=en" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/en" target="_blank">Management and creation</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="link_container" id="es">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=es" target="_blank">Acceso a los árboles</a> (gwd)</li>
<li><a href="http://localhost:2316/es" target="_blank">Gestión y Creación</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Modo de empleo</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">Licencia</a> /
</div>
</div>
<div class="link_container" id="fr">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=fr" target="_blank">Ouvrir une généalogie</a> (gwd)</li>
<li><a href="http://localhost:2316/fr" target="_blank">Gestion et création</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Mode demploi</a></li>
</ul>
<ul class="doc">
<li><a href="LISEZMOI.txt" target="_blank">LISEZMOI.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">Licence</a> /
</div>
</div>
<div class="link_container" id="it">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=it" target="_blank">Accesso agli alberi</a> (gwd)</li>
<li><a href="http://localhost:2316/it" target="_blank">Gestione e la creazione</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Istruzioni per luso</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">Licenza</a> /
</div>
</div>
<div class="link_container" id="lv">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=lv" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/lv" target="_blank">Gwsetup</a></li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="link_container" id="nl">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=nl" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/nl" target="_blank">Gwsetup</a></li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb/nl" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="link_container" id="no">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=no" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/no" target="_blank">Gwsetup</a></li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="link_container" id="fi">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=fi" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/fi" target="_blank">Gwsetup</a></li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="link_container" id="sv">
<div class="logo_titre"><img src="gw/images/geneweb_start.png" alt="GeneWeb" title="GeneWeb"></div>
<ul class="acces">
<li><a href="http://localhost:2317/?lang=sv" target="_blank">Family Tree</a> (gwd)</li>
<li><a href="http://localhost:2316/sv" target="_blank">Ledning och skapande</a> (gwsetup)</li>
</ul>
<ul class="doc">
<li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb/sv" target="_blank">User Guide</a></li>
</ul>
<ul class="doc">
<li><a href="README.txt" target="_blank">README.txt</a></li>
</ul>
<div class="bottom">
<a href="https://github.com/geneweb/geneweb/blob/master/LICENSE" target="_blank">License</a> /
</div>
</div>
<div class="langue">
<a onclick="change_language('de')" href="#">Deutsch</a>,
<a onclick="change_language('en')" href="#">English</a>,
<a onclick="change_language('es')" href="#">Español</a>,
<a onclick="change_language('fr')" href="#">Français</a>,
<a onclick="change_language('it')" href="#">Italiano</a>,
<a onclick="change_language('lv')" href="#">Latvian</a>,
<a onclick="change_language('nl')" href="#">Nederlands</a>,
<a onclick="change_language('no')" href="#">Norsk</a>,
<a onclick="change_language('fi')" href="#">Suomi</a>,
<a onclick="change_language('sv')" href="#">Svenska</a>
</div>
</div>
</body>
</html>