Changeset 1089 for trunk/wifidog-auth/wifidog/templates/sites/index.tpl
- Timestamp:
- 09/03/06 18:54:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/templates/sites/index.tpl
r1088 r1089 93 93 {"%d hotspots are currently operationnal."|_|sprintf:$networkNumOnlineNodes} 94 94 {/if} 95 96 {if $networkNumNonMonitoredNodes > 0} 97 {if $networkNumNonMonitoredNodes == 1} 98 {"Because of one hotspot not being monitored we don't know if it is currently operationnal."|_} 99 {else} 100 {"Because of %d hotspots not being monitored we don't know if they are currently operationnal."|_|sprintf:$networkNumNonMonitoredNodes} 101 {/if} 102 {/if} 95 103 </p> 96 104
