forked from OpenSeaMap/online_chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
harbour.php
63 lines (63 loc) · 1.95 KB
/
harbour.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
<!--updated 2012-06-02-->
<table border="0" cellpadding="5">
<tr>
<td><img alt="harbour" src="./resources/places/harbour_32.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("harbour")?></td>
</tr>
<tr>
<td><img alt="fishing_harbour" src="./resources/places/fishing_harbour_32.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("fishing_harbour")?></td>
</tr>
<tr>
<td><img alt="harbour" src="./resources/places/marina_32.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("marina")?></td>
</tr>
<tr>
<td><img alt="marina" src="./resources/places/anchorage_32.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("anchorage")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="breakwater" src="./resources/places/breakwater.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("breakwater")?></td>
</tr>
<tr>
<td><img alt="pier" src="./resources/places/pier.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("pier")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="crane" src="./resources/places/crane.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("crane")?></td>
</tr>
<tr>
<td><img alt="slipway" src="./resources/places/slipway.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("slipway")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="harbour_master" src="./resources/places/harbour_master.png" width="28" height="32" border="0"></td>
<td><?=$t->tr("harbour_master")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="waste_disposal" src="./resources/places/waste_disposal.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("waste_disposal")?></td>
</tr>
</table>