-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnavi_de.php
66 lines (66 loc) · 3.01 KB
/
navi_de.php
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
<div id="left" style="white-space: nowrap;">
<p>
<?php
$msie = '/msie\s(5\.[5-9]|[6]\.[0-9]*).*(win)/i';
if (! isset($_SERVER['HTTP_USER_AGENT']) || ! preg_match($msie, $_SERVER['HTTP_USER_AGENT']) || preg_match('/opera/i', $_SERVER['HTTP_USER_AGENT'])) {
?>
<a href="." onfocus="if(this.blur()){this.blur();}"><img src="images/logo24.png"
alt="Magellan-Logo" border="0" /></a>
<?php } else { ?>
<a href="." onfocus="if(this.blur()){this.blur();}"><img src="images/logo8.png"
alt="Magellan-Logo" border="0" /></a>
<?php } ?>
</p>
<p style="text-align: left">
<?php if($language == "en") { ?>
[EN]
<a href="index_de.php">[DE]</a>
<?php } else { ?>
<a href="index_en.php">[EN]</a>
[DE]
<?php } ?>
</p>
<p>
<a href="index_de.php">Home</a>
</p>
<p>
<a href="download_de.php">Download</a><br /> <a class="sublink"
href="download_de.php#magellan2">Magellan 2.x</a> · <br /> <a
class="sublink" href="download_de.php#magellan1">Magellan 1.x</a> · <br />
</p>
<p>
<a href="feedback_de.php">Feedback & Support</a>
</p>
<p>
<a href="faq_de.php">F.A.Q.</a>
</p>
<p>
<a href="help_de.php">Dokumentation</a>
</p>
<p>
<a href="plugins_de.php">Plugins</a><br />
<a class="sublink" href="plugins_alliance_de.php">Alliance Plugin</a> · <br />
<a class="sublink" href="plugins_extcmds_de.php">ExtCmds Plugin</a> · <br />
<a class="sublink" href="plugins_lighthouseicons_de.php">Lighthouse Plugin</a> · <br />
<a class="sublink" href="plugins_mapcleaner_de.php">MapCleaner Plugin</a> · <br />
<a class="sublink" href="plugins_mapedit_de.php">MapEdit Plugin</a> · <br />
<a class="sublink" href="plugins_mapicons_de.php">MapIcons Plugin</a> · <br />
<a class="sublink" href="plugins_memorywatch_de.php">MemWatch Plugin</a> · <br />
<a class="sublink" href="plugins_shiploader_de.php">ShipLoader Plugin</a> · <br />
<a class="sublink" href="plugins_statistics_de.php">Statistics Plugin</a> · <br />
<a class="sublink" href="plugins_teacher_de.php">Teacher Plugin</a> · <br />
</p>
<p>
<a href="tools_de.php">Tools</a><br /> <a class="sublink" href="tools_consolemerger_de.php">Console
Merger</a> · <br />
</p>
<p>
<a class="externalLink" href="https://magellan2.github.io/bugs/">Fehler melden</a>
</p>
<p>
<a class="externalLink" href="https://github.com/magellan2/magellan2">Code auf Github</a>
</p>
<p>
<a class="externalLink" href="https://sourceforge.net/projects/magellan-client">SourceForge</a>
</p>
</div>