forked from OpenSeaMap/online_chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlock.php
25 lines (24 loc) · 845 Bytes
/
lock.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="lock_gate" src="resources/places/lock_gate.png" width="18" height="32" border="0"></td>
<td><?=$t->tr("lock_gate")?></td>
</tr>
<tr>
<td><img alt="lock" src="resources/places/lock.png" width="28" height="32" border="0"></td>
<td><?=$t->tr("lock")?></td>
</tr>
<tr>
<td height="5" class="normal" colspan="2">
<hr>
</td>
</tr>
<tr>
<td><img alt="wier_small" src="resources/places/wier_small.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("wier_small")?></td>
</tr>
<tr>
<td><img alt="wier_big" src="resources/places/wier_big.png" width="32" height="32" border="0"></td>
<td><?=$t->tr("wier_big")?></td>
</tr>
</table>