Changeset 1786
- Timestamp:
- 09/06/10 12:39:32 (17 months ago)
- Files:
-
- 1 modified
-
trunk/site/myboat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/myboat.php
r1784 r1786 167 167 $wp_maparea=$wp['maparea']; 168 168 169 $status_content="<div class="infobulle"><b>WP" . $wp_num . "</b><br />";170 $status_content.=$wp_libelle." (".$wp_label.")" ;171 $status_content.="<br />";172 173 169 $wpsymbols = ""; 174 170 switch ($wp['wpformat'] & (WP_CROSS_CLOCKWISE|WP_CROSS_ANTI_CLOCKWISE)) { … … 194 190 } 195 191 192 $status_content="<div class="infobulle"><b>WP" . $wp_num . " ".$wpsymbols."</b><br />"; 193 $status_content.=$wp_libelle." (".$wp_label.")" ; 194 $status_content.="<br />"; 195 196 196 if ( ($wp['wpformat'] & 0xF) == WP_TWO_BUOYS ) { 197 197 $wp_north = max ($wp['latitude1'], $wp['latitude2']);
