Mercurial > hg > extraction-interface
comparison _xampp/navi.php @ 0:b12c99b7c3f0
commit for previous development
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Jan 2015 17:13:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b12c99b7c3f0 |
---|---|
1 <? | |
2 include("langsettings.php"); | |
3 ?> | |
4 <html> | |
5 <head> | |
6 <meta name="author" content="Kai Oswald Seidler"> | |
7 <link href="xampp.css" rel="stylesheet" type="text/css"> | |
8 <script language="JavaScript" src="xampp.js"> | |
9 </script> | |
10 </head> | |
11 | |
12 <body leftmargin=0 topmargin=0 class=n> | |
13 <table border=0 cellpadding=0 cellspacing=0> | |
14 <tr valign=top> | |
15 <td align=right class=navi> | |
16 <img src=img/blank.gif width=145 height=15><br> | |
17 <span class=nh><?=$TEXT['navi-xampp']?></span><br> | |
18 </td></tr> | |
19 <tr><td bgcolor=#fb7922 colspan=1 background="img/strichel.gif" class=white><img src=img/blank.gif width=1 height=1></td></tr> | |
20 <tr valign=top><td align=right class=navi> | |
21 <a name=start id=start class=nh target=content onClick="h(this);" href=start.php><?=$TEXT['navi-welcome']?></a><br> | |
22 <a class=n target=content onClick="h(this);" href=status.php><?=$TEXT['navi-status']?></a><br> | |
23 <a class=n target=content onClick="h(this);" href=security.php><?=$TEXT['navi-security']?></a><br> | |
24 <a class=n target=content onClick="h(this);" href=manuals.php><?=$TEXT['navi-doc']?></a><br> | |
25 <a class=n target=content onClick="h(this);" href=components.php><?=$TEXT['navi-components']?></a><br> <br> | |
26 | |
27 <span class=nh><?=$TEXT['navi-demos']?></span><br> | |
28 </td></tr> | |
29 <tr><td bgcolor=#fb7922 colspan=1 background="img/strichel.gif" class=white><img src=img/blank.gif width=1 height=1></td></tr> | |
30 <tr valign=top><td align=right class=navi> | |
31 | |
32 <a class=n target=content onClick="h(this);" href=cds.php><?=$TEXT['navi-cdcol']?></a><br> | |
33 <a class=n target=content onClick="h(this);" href=biorhythm.php><?=$TEXT['navi-bio']?></a><br> | |
34 <a class=n target=content onClick="h(this);" href=guestbook-<?=file_get_contents("lang.tmp")?>.pl><?=$TEXT['navi-guest']?></a><br> | |
35 <a class=n target=content onClick="h(this);" href=iart.php><?=$TEXT['navi-iart']?></a><br> | |
36 <a class=n target=content onClick="h(this);" href=phpinfo.php>phpinfo()</a><br> | |
37 <a class=n target=content onClick="h(this);" href=phonebook.php><?=$TEXT['navi-phonebook']?></a><br> <br> | |
38 | |
39 <span class=nh><?=$TEXT['navi-tools']?></span><br> | |
40 </td></tr> | |
41 <tr><td bgcolor=#fb7922 colspan=1 background="img/strichel.gif" class=white><img src=img/blank.gif width=1 height=1></td></tr> | |
42 <tr valign=top><td align=right class=navi> | |
43 | |
44 <a class=n target=_blank onClick="h(this);" href=/phpmyadmin/><?=$TEXT['navi-phpmyadmin']?></a><br> | |
45 <a class=n target=content onClick="h(this);" href=webalizer.php><?=$TEXT['navi-webalizer']?></a><br> <br> | |
46 | |
47 <p class=navi>©2002-2012<br> | |
48 <? if(file_get_contents("lang.tmp")=="de") { ?> | |
49 <a target=content href="http://www.apachefriends.org/de/"><img border=0 src="img/apachefriends.gif"></a><p> | |
50 <? } else { ?> | |
51 <a target=content href="http://www.apachefriends.org/en/"><img border=0 src="img/apachefriends.gif"></a><p> | |
52 <? } ?> | |
53 </td> | |
54 </tr> | |
55 </table> | |
56 </body> | |
57 </html> | |
58 |