Changeset 710

Show
Ignore:
Timestamp:
09/03/05 12:51:31 (8 years ago)
Author:
aprilp
Message:

Changed HOTSPOT_NETWORK_NAME for $hotspot_network_name

Location:
trunk/wifidog-auth
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/ChangeLog

    r709 r710  
    112005-09-03 Philippe April  <philippe@ilesansfil.org> 
    22        * Schema change: Added last_paged column to nodes table 
     3        * Replaced HOTSPOT_NETWORK_NAME with hotspot_network_name in all templates 
    34 
    452005-09-01 Benoit Grégoire  <bock@step.polymtl.ca> 
  • trunk/wifidog-auth/wifidog/admin/templates/hotspot_display.html

    r648 r710  
    22 
    33<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> 
    55<table> 
    66<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> 
    22 
    33<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> 
    22<script LANGUAGE="JavaScript"> 
    33 
  • trunk/wifidog-auth/wifidog/admin/templates/owner_display.html

    r649 r710  
    44<thead> 
    55<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>  
    77</tr> 
    88<tr > 
  • trunk/wifidog-auth/wifidog/admin/templates/owner_upload.html

    r566 r710  
    2222<table id="node_list"> 
    2323<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> 
    2525  <tr> 
    2626    <th >Filename</th> 
  • trunk/wifidog-auth/wifidog/templates/hotspot_status.html

    r696 r710  
    44<thead> 
    55<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> 
    77</tr> 
    88<tr> 
  • trunk/wifidog-auth/wifidog/templates/node_list.html

    r629 r710  
    11<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> 
    33<table> 
    44<thead> 
  • trunk/wifidog-auth/wifidog/templates/user_management_menu.html

    r402 r710  
    11<h4>{"Find more HotSpots"|_}</h4> 
    22<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> 
    44</ul> 
    55 
     
    1515</ul> 
    1616 
    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> 
    1818 
    1919<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>