forked from OpenSeaMap/online_chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
light.php
25 lines (24 loc) · 903 Bytes
/
light.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
<!--updated 2012-06-02-->
<table border="0" cellpadding="5">
<tr>
<td><img alt="lighthouse" src="resources/light/Lighthouse_Major.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("lighthouse")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="beacon_green" src="resources/light/Light_Beacon_Green.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("beacon_green")?></td>
</tr>
<tr>
<td><img alt="beacon_red" src="resources/light/Light_Beacon_Red.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("beacon_red")?></td>
</tr>
<tr>
<td><img alt="beacon_white" src="resources/light/Light_Beacon_White.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("beacon_white")?></td>
</tr>
</table>