Show
Ignore:
Timestamp:
08/28/06 19:03:25 (5 years ago)
Author:
max-horvath
Message:

"2006-08-28 Max Horvath <max.horvath@…>

  • Integrated KML node list export
  • Integrated PDF node list export
  • Updated Sprintf formatted strings in some Smarty templates"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/templates/sites/hotspot_status.tpl

    r1072 r1082  
    5656                <li><a href="{$base_non_ssl_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 
    5757            {/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> 
    5863            <li><a href="{$base_non_ssl_path}node_list.php">{"Full node technical status (includes non-deployed nodes)"|_}</a></li> 
    5964        </ul> 
     
    7277            <thead> 
    7378                <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> 
    7580                </tr> 
    7681                <tr> 
     
    117122                        {/if} 
    118123 
    119                         {"Opened on"|_} {$nodes[node].creation_date} 
     124                        {"Opened on %s"|_|sprintf:$nodes[node].creation_date} 
    120125                    </td> 
    121126