-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins_lighthouseicons_en.php
114 lines (110 loc) · 3.1 KB
/
plugins_lighthouseicons_en.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$page = "plugins";
$language = "en";
include_once "head.php";
?>
<title>
Magellan Plugins - LightHouseIcons Plugin
</title>
</head>
<body>
<div id="container">
<?php
include_once "navi_".$language.".php";
include_once "header.php";
?>
<div id="center">
<h3>
LightHouseIcons Plugin
</h3>
<table summary="" cellspacing="0" cellpadding="1" border="0" class=
"plugin">
<tr class="plugin">
<td class="plugin">
Name:
</td>
<td class="plugin">
LightHouseIcons Plugin
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Version:
</td>
<td class="plugin">
0.2
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Description:
</td>
<td class="plugin">
Shows maximal range of friendly and unfriendly lighthouses. Marks regions which are seen by a lighthouse only.
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Author:
</td>
<td class="plugin">
Fiete
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Website:
</td>
<td class="plugin">
--
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Download:
</td>
<td class="plugin">
<a href="download_en.php#lighthouseicons">https://magellan.narabi.de</a>
</td>
</tr>
</table>
<p>
Planing your ship routes seeing the range of the lighthouses will be easy.<br>
Additional, ocean regions seen directly by a lighthouse are marked.
<br>
Since version 0.2: toggle icons with CTRL+L
</p><hr>
<table border=0>
<tr>
<td bgcolor=blue>
<img src="images/LHIplugin_lh.gif" alt="MapIcon Leuchtturm" border="0" />
</td>
<td>
Region seen by a lighthouse, in which a trusted person sits in.
</td>
</tr>
<tr>
<td bgcolor=blue>
<img src="images/LHIplugin_lh_range.gif" alt="MapIcon Range" border="0" />
</td>
<td>
This region is in range of an friendly lighthouse.
</td>
</tr>
<tr>
<td bgcolor=blue>
<img src="images/LHIplugin_lh_range_other.gif" alt="MapIcon Range Other" border="0" />
</td>
<td>
This region is in range of an unfriendly (or empty) lighthouse.
</td>
</tr>
</table>
</div>
</div>
</body>
</html>