Changeset 710
- Timestamp:
- 09/03/05 12:51:31 (8 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 9 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/admin/templates/hotspot_display.html (modified) (1 diff)
-
wifidog/admin/templates/hotspot_edit.html (modified) (1 diff)
-
wifidog/admin/templates/hotspot_owner.html (modified) (1 diff)
-
wifidog/admin/templates/owner_display.html (modified) (1 diff)
-
wifidog/admin/templates/owner_upload.html (modified) (1 diff)
-
wifidog/templates/hotspot_status.html (modified) (1 diff)
-
wifidog/templates/node_list.html (modified) (1 diff)
-
wifidog/templates/user_management_menu.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r709 r710 1 1 2005-09-03 Philippe April <philippe@ilesansfil.org> 2 2 * Schema change: Added last_paged column to nodes table 3 * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates 3 4 4 5 2005-09-01 Benoit Grégoire <bock@step.polymtl.ca> -
trunk/wifidog-auth/wifidog/admin/templates/hotspot_display.html
r648 r710 2 2 3 3 <div id="std_table"> 4 <h2>{"Configurations of all nodes of the"|_} {$ smarty.const.HOTSPOT_NETWORK_NAME} {"network"|_}</h2>4 <h2>{"Configurations of all nodes of the"|_} {$hotspot_network_name} {"network"|_}</h2> 5 5 <table> 6 6 <thead> -
trunk/wifidog-auth/wifidog/admin/templates/hotspot_edit.html
r573 r710 1 <h3>{$title} {$ smarty.const.HOTSPOT_NETWORK_NAME}</h3>1 <h3>{$title} {$hotspot_network_name}</h3> 2 2 3 3 <b style="position: absolute;top: 10px;right: 10px;">({$user_id})</b> <!-- DEBUG --> -
trunk/wifidog-auth/wifidog/admin/templates/hotspot_owner.html
r566 r710 1 <h3>{$title} {$ smarty.const.HOTSPOT_NETWORK_NAME}</h3>1 <h3>{$title} {$hotspot_network_name}</h3> 2 2 <script LANGUAGE="JavaScript"> 3 3 -
trunk/wifidog-auth/wifidog/admin/templates/owner_display.html
r649 r710 4 4 <thead> 5 5 <tr > 6 <th colspan=6>{"Configurations of all nodes of the"|_} {$ smarty.const.HOTSPOT_NETWORK_NAME} {"network"|_}</th>6 <th colspan=6>{"Configurations of all nodes of the"|_} {$hotspot_network_name} {"network"|_}</th> 7 7 </tr> 8 8 <tr > -
trunk/wifidog-auth/wifidog/admin/templates/owner_upload.html
r566 r710 22 22 <table id="node_list"> 23 23 <thead> 24 <tr><th colspan="6">Configurations of all nodes of the {$ smarty.const.HOTSPOT_NETWORK_NAME} network</th></tr>24 <tr><th colspan="6">Configurations of all nodes of the {$hotspot_network_name} network</th></tr> 25 25 <tr> 26 26 <th >Filename</th> -
trunk/wifidog-auth/wifidog/templates/hotspot_status.html
r696 r710 4 4 <thead> 5 5 <tr> 6 <th colspan=6>Status of the {$num_deployed_nodes} open {$ smarty.const.HOTSPOT_NETWORK_NAME} HotSpots (Get this list as a <a href='?format=RSS'>RSS feed</a>)</th>6 <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> 7 7 </tr> 8 8 <tr> -
trunk/wifidog-auth/wifidog/templates/node_list.html
r629 r710 1 1 <div id="node_list"> 2 <h3>{"Status of all nodes of the"|_} {$ smarty.const.HOTSPOT_NETWORK_NAME} {"network"|_}</h3>2 <h3>{"Status of all nodes of the"|_} {$hotspot_network_name} {"network"|_}</h3> 3 3 <table> 4 4 <thead> -
trunk/wifidog-auth/wifidog/templates/user_management_menu.html
r402 r710 1 1 <h4>{"Find more HotSpots"|_}</h4> 2 2 <ul> 3 <li><a href='{$smarty.const.BASE_URL_PATH}{$ smarty.const.HOTSPOT_STATUS_PAGE}'>{"List of all HotSpots"|_}</a></li>3 <li><a href='{$smarty.const.BASE_URL_PATH}{$hotspot_network_name}'>{"List of all HotSpots"|_}</a></li> 4 4 </ul> 5 5 … … 15 15 </ul> 16 16 17 <p class='sidenote'>{"Accounts on"|_} {$ smarty.const.HOTSPOT_NETWORK_NAME} {"are and will remain <emp>totally free</emp>, use the left menu to create a new one or recover a lost username or password"|_}.</p>17 <p class='sidenote'>{"Accounts on"|_} {$hotspot_network_name} {"are and will remain <emp>totally free</emp>, use the left menu to create a new one or recover a lost username or password"|_}.</p> 18 18 19 19 <p class='sidenote'>{"Please report any problem or interruption in our service to"|_}: <a href='mailto:{$smarty.const.TECH_SUPPORT_EMAIL}'>{$smarty.const.TECH_SUPPORT_EMAIL}</a></p>
