- Timestamp:
- 08/28/06 19:03:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/templates/sites/hotspot_status.tpl
r1072 r1082 56 56 <li><a href="{$base_non_ssl_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 57 57 {/if} 58 {if $PdfSupported} 59 <li><a href="?format=PDF">{"Get this list as a PDF file"|_}</a></li> 60 {/if} 61 <li><a href="?format=RSS">{"Get this list as a RSS feed"|_}</a></li> 62 <li><a href="?format=KML">{"Get this list for Google Earth"|_}</a></li> 58 63 <li><a href="{$base_non_ssl_path}node_list.php">{"Full node technical status (includes non-deployed nodes)"|_}</a></li> 59 64 </ul> … … 72 77 <thead> 73 78 <tr> 74 <th colspan= 6>{"Status of the"|_} {$num_deployed_nodes} {"open"|_} {$hotspot_network_name} {"Hotspots (Get this list as a <a href='?format=RSS'>RSS feed</a>)"|_}</th>79 <th colspan="6">{"Status of the %d open %s Hotspots"|_|sprintf:$num_deployed_nodes:$hotspot_network_name}</th> 75 80 </tr> 76 81 <tr> … … 117 122 {/if} 118 123 119 {"Opened on "|_} {$nodes[node].creation_date}124 {"Opened on %s"|_|sprintf:$nodes[node].creation_date} 120 125 </td> 121 126
