Changeset 1048

Show
Ignore:
Timestamp:
05/20/06 19:28:03 (7 years ago)
Author:
benoitg
Message:

USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines
endlessly

Location:
trunk/wifidog-auth
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1046 r1048  
     12006-05-20 Benoit Grégoire  <bock@step.polymtl.ca> 
     2        * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines endlessly 
     3         
    142006-05-20 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * index.tpl:  Fix link to the map not being displayed at a hotspot, even when you are logged in.  There needs to be much better logick before we export such things to smarty templates. 
  • trunk/wifidog-auth/wifidog/include/path_defines_base.php

    r1042 r1048  
    4646 * The following constants are defined here: 
    4747 *   + SYSTEM_PATH:           The url path to the base /wifidog directory. 
    48  *                            Use "/" if the apache DocumentRoot (DOCUMENT_ROOT) 
     48 *                           Use "/" if the apache DocumentRoot (DOCUMENT_ROOT) 
    4949 *                            is the wifidog directory.  Due to apache 
    5050 *                            aliases the SYSTEM_PATH may not correspond 
    51  *                            with any real directory path. 
    52  *   + WIFIDOG_ABS_FILE_PATH: The absolute filesystem path to the /wifidog 
    53  *                            directory. 
     51 *                            with 
     52 * any real directory path. Note that this constant is NOT defined when wifidog 
     53 * is called from the command line + WIFIDOG_ABS_FILE_PATH: The absolute 
     54 * filesystem path to the /wifidog directory. 
    5455 * 
    5556 * Examples: 
  • trunk/wifidog-auth/wifidog/templates/sites/hotspot_status.tpl

    r1031 r1048  
    5454        <ul> 
    5555            {if $GMapsEnabled && !$userIsAtHotspot} 
    56                 <li><a href="{$base_ssl_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 
     56                <li><a href="{$base_non_ssl_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 
    5757            {/if} 
    58             <li><a href="{$base_ssl_path}node_list.php">{"Full node technical status (includes non-deployed nodes)"|_}</a></li> 
     58            <li><a href="{$base_non_ssl_path}node_list.php">{"Full node technical status (includes non-deployed nodes)"|_}</a></li> 
    5959        </ul> 
    6060    </div> 
  • trunk/wifidog-auth/wifidog/templates/sites/index.tpl

    r1046 r1048  
    102102    <ul> 
    103103        {if $googleMapsEnabled} {* This needs to be imporved before being deployed  {if $googleMapsEnabled && !$userIsAtHotspot}*} 
    104             <li><a href="{$base_url_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 
     104            <li><a href="{$base_non_ssl_path}hotspots_map.php">{"Deployed HotSpots map"|_}</a></li> 
    105105        {/if} 
    106106        <li><a href="{$base_url_path}hotspot_status.php">{"Deployed HotSpots status with coordinates"|_}</a></li>