Rev 39 | Rev 56 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 39 | Rev 43 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | border="0" |
111 | border="0" |
112 | onmouseover="return setStatus(this.title)" |
112 | onmouseover="return setStatus(this.title)" |
113 | onmouseout="return resetStatus()"><br> |
113 | onmouseout="return resetStatus()"><br> |
114 | Willkommen auf PointedEars’ Website</h1> |
114 | Willkommen auf PointedEars’ Website</h1> |
115 | 115 | ||
116 | <p> |
- | |
117 | <!-- |
116 | <!-- |
- | 117 | <p> |
|
118 | | <a href="leisure/" target="_top" |
118 | | <a href="leisure/" target="_top" |
119 | >Freizeit-Datenbank</a> |
119 | >Freizeit-Datenbank</a> |
120 | | <a href="mozilla/" target="_top">Mozilla</a> |
120 | | <a href="mozilla/" target="_top">Mozilla</a> |
121 | | <a href="poetry/" target="_top">Poesie</a> |
121 | | <a href="poetry/" target="_top">Poesie</a> |
122 | --> |
122 | --> |
123 | 123 | ||
- | 124 | <!-- |
|
124 | | [<abbr title="nur in englischer Sprache verfügbar" |
125 | | [<abbr title="nur in englischer Sprache verfügbar" |
125 | >en</abbr>] |
126 | >en</abbr>] |
126 | <!-- |
- | |
127 | | <a href="selfhtml.de/" target="_top">SELFHTML.DE</a> |
127 | | <a href="selfhtml.de/" target="_top">SELFHTML.DE</a> |
128 | --> |
128 | --> |
129 | <!-- |
129 | <!-- |
130 | | <a href="lyrics/" target="_top">Songbook</a> |
130 | | <a href="lyrics/" target="_top">Songbook</a> |
131 | --> |
- | |
132 | | </p> |
131 | | </p> |
- | 132 | --> |
|
133 | <!-- |
133 | <!-- |
134 | <p><a href="about/worm.de.html" target="_top" |
134 | <p><a href="about/worm.de.html" target="_top" |
135 | >Seltsame E-Mails bekommen?</a></p> |
135 | >Seltsame E-Mails bekommen?</a></p> |
136 | --> |
136 | --> |
137 | 137 | ||
Line 216... | Line 216... | ||
216 | <div id="bow-bottom"> |
216 | <div id="bow-bottom"> |
217 | <div class="concave"> </div> |
217 | <div class="concave"> </div> |
218 | <div class="spacer"> </div> |
218 | <div class="spacer"> </div> |
219 | </div> |
219 | </div> |
220 | </div> |
220 | </div> |
- | 221 | ||
- | 222 | <div class="menu-container"> |
|
221 | <div class="menu"> |
223 | <div class="menu"> |
222 | <div style="position: relative; margin-bottom: 1.2em"> |
224 | <div style="position: relative; margin-bottom: 1.2em"> |
223 | <div style="width: 8em; height: 1em; background-color: #999"> </div> |
225 | <div style="width: 8em; height: 1em; background-color: #999"> </div> |
- | 226 | <!-- |
|
224 | <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> </div> |
227 | <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> </div> |
225 | <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 1em; background-color: #999"> </div> |
228 | <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 1em; background-color: #999"> </div> |
- | 229 | --> |
|
226 | </div> |
230 | </div> |
227 | <ul> |
231 | <ul> |
228 | <?php foreach ($languages as $key => $name): ?> |
232 | <?php foreach ($languages as $key => $name): ?> |
229 | <li><a href="index.<?php echo $key; ?>" class="button<?php if ($language === $key) { ?> selected<?php } ?>" tabindex="1"><span class="text"><?php echo $name; ?></span></a></li> |
233 | <li><a href="index.<?php echo $key; ?>" class="button<?php if ($language === $key) { ?> selected<?php } ?>" tabindex="1"><span class="text"><?php echo $name; ?></span></a></li> |
230 | <?php endforeach; ?> |
234 | <?php endforeach; ?> |
Line 233... | Line 237... | ||
233 | <ul style="margin-bottom: 1.2em"> |
237 | <ul style="margin-bottom: 1.2em"> |
234 | <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
238 | <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
235 | <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
239 | <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
236 | </ul> |
240 | </ul> |
237 | <ul style="margin-bottom: 0.2em"> |
241 | <ul style="margin-bottom: 0.2em"> |
- | 242 | <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary" |
|
- | 243 | title="List of recommended TV shows and episodes, with logos in CSS" |
|
- | 244 | ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
|
238 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
245 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
239 | ><acronym |
246 | ><acronym |
240 | title="United Federation of Planets DataBase -- Datenbanken der Vereinten Föderation der Planeten" |
247 | title="United Federation of Planets DataBase -- Datenbanken der Vereinten Föderation der Planeten" |
241 | class="text"><?php echo $menu['ufpdb']['text']; ?></acronym></a></li> |
248 | class="text"><?php echo $menu['ufpdb']['text']; ?></acronym></a></li> |
242 | <li><a href="psf/" target="_top" |
249 | <li><a href="psf/" target="_top" |
243 | class="button" |
250 | class="button ancillary" |
244 | ><acronym title="PointedEars' Standard-Floskeln" |
251 | ><acronym title="PointedEars' Standard-Floskeln" |
245 | class="text">psf</acronym></a></li> |
252 | class="text">psf</acronym></a></li> |
246 | </ul> |
253 | </ul> |
247 | <div style="position: relative; margin-bottom: 1.2em"> |
254 | <div style="position: relative; margin-bottom: 1.2em"> |
248 | <div style="width: 8em; height: 0.8em; background-color: #999"> </div> |
255 | <div style="width: 8em; height: 0.8em; background-color: #999"> </div> |
- | 256 | <!-- |
|
249 | <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 0.8em; background-color: #999"> </div> |
257 | <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 0.8em; background-color: #999"> </div> |
250 | <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 0.8em; background-color: #999"> </div> |
258 | <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 0.8em; background-color: #999"> </div> |
- | 259 | --> |
|
251 | </div> |
260 | </div> |
252 | <ul style="margin-bottom: 1.2em"> |
261 | <ul> |
253 | <li><a href="http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn" |
262 | <li><a href="http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn" |
254 | target="_top" class="button" |
263 | target="_top" class="button secondary" |
255 | title="Verteiltes Rechnen, um die Faltung und Anordnung von Proteinen und damit verbundener Krankheiten zu verstehen" |
264 | title="Verteiltes Rechnen, um die Faltung und Anordnung von Proteinen und damit verbundener Krankheiten zu verstehen" |
256 | ><span class="text">Folding at home</span></a></li> |
265 | ><span class="text">Folding at home</span></a></li> |
257 | <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
266 | <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
258 | target="_top" class="button" |
267 | target="_top" class="button secondary" |
259 | title="Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
268 | title="Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
260 | ><span class="text">SETI at home</span></a></li> |
269 | ><span class="text">SETI at home</span></a></li> |
261 | </ul> |
270 | </ul> |
262 | <!-- |
271 | <!-- |
263 | <script type="text/javascript" src="scripts/builder?src=object&gzip=0"></script> |
272 | <script type="text/javascript" src="scripts/builder?src=object"></script> |
264 | <script type="text/javascript"> |
273 | <script type="text/javascript"> |
265 | var sURL = location.href; |
274 | var sURL = location.href; |
266 | var sFavAnchorTitle = |
275 | var sFavAnchorTitle = |
267 | "Klicken Sie hier, um PointedEars' Website Ihren Favoriten" |
276 | "Klicken Sie hier, um PointedEars' Website Ihren Favoriten" |
268 | + " hinzuzufügen"; |
277 | + " hinzuzufügen"; |
Line 272... | Line 281... | ||
272 | var sFavoriteTitle = "PointedEars' Website"; |
281 | var sFavoriteTitle = "PointedEars' Website"; |
273 | 282 | ||
274 | if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite")) |
283 | if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite")) |
275 | { |
284 | { |
276 | document.write( |
285 | document.write( |
277 | '<div style="position: relative; border-bottom: 0.2em solid transparent">' |
286 | '<div style="position: relative; margin-top: 1em; border-bottom: 0.2em solid transparent">' |
278 | + ' <div style="width: 8em; height: 1em; background-color: #999"> <\/div>' |
287 | + ' <div style="width: 8em; height: 1em; background-color: #999"> <\/div>' |
279 | + ' <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> <\/div>' |
288 | + ' <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> <\/div>' |
280 | + '</div>' |
289 | + '</div>' |
281 | + '<a href="javascript:window.external.AddFavorite(' |
290 | + '<a href="javascript:window.external.AddFavorite(' |
282 | + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"' |
291 | + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"' |
Line 288... | Line 297... | ||
288 | + '><span class="text">Favorit<\/span><\/a>'); |
297 | + '><span class="text">Favorit<\/span><\/a>'); |
289 | } |
298 | } |
290 | </script> |
299 | </script> |
291 | --> |
300 | --> |
292 | </div> |
301 | </div> |
293 | <div style="width: 8em; background-color: #999; position: fixed; z-index: 1701; bottom: 2.8em; left: 0.2em; top: 22.2em;" |
- | |
294 | > </div> |
302 | </div> |
295 | </div> |
303 | </div> |
296 | <div class="multi-display"> |
304 | <div class="multi-display"> |
297 | <div class="upper"> |
305 | <div class="upper"> |
298 | <div class="button" style="height: 3.8em"> </div> |
306 | <div class="button" style="height: 3.8em"> </div> |
299 | <div class="elbo"> |
307 | <div class="elbo"> |