File: START.htm

package info (click to toggle)
geneweb 6.08%2Bgit20161106%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,336 kB
  • ctags: 5,082
  • sloc: ml: 75,666; sh: 1,285; makefile: 792; perl: 27
file content (218 lines) | stat: -rw-r--r-- 9,152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <link rel="shortcut icon" href="gw/images/favicon_gwd.png" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <style type="text/css">
    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; align: center; }
    .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; }
  </style>
  <title>GeneWeb</title>
  <script type="text/javascript">
    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", "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", "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" style="border: 0" alt="Tree" title="Tree" align="left" />
    </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/" target="_blank">Zugang zu den Stammbäumen</a></li>
        <li><a href="http://localhost:2316/de" target="_blank">Verwaltung und Erstellung</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Bedienungsanleitung</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/" target="_blank">Family Tree</a></li>
        <li><a href="http://localhost:2316/en" target="_blank">Management and creation</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</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/" target="_blank">Acceso a los árboles</a></li>
        <li><a href="http://localhost:2316/es" target="_blank">Ggestión y Creación</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Modo de empleo</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/" target="_blank">Ouvrir une généalogie</a></li>
        <li><a href="http://localhost:2316/fr" target="_blank">Gestion et création</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Mode d'emploi</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/" target="_blank">Accesso agli alberi</a></li>
        <li><a href="http://localhost:2316/it" target="_blank">Gestione e la creazione</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">Istruzioni per l'uso</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="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/" target="_blank">Family Tree</a></li>
        <li><a href="http://localhost:2316/en" 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>
      <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/" target="_blank">Family Tree</a></li>
        <li><a href="http://localhost:2316/en" 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>
      <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/" target="_blank">Family Tree</a></li>
        <li><a href="http://localhost:2316/en" 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>
      <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/" target="_blank">Family Tree</a></li>
        <li><a href="http://localhost:2316/sv" target="_blank">ledning och skapande</a></li>   
      </ul>
      <ul class="doc">
        <li><a href="http://geneweb.tuxfamily.org/wiki/GeneWeb" target="_blank">User Guide</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('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>