Changeset 1048
- Timestamp:
- 05/20/06 19:28:03 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 4 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/include/path_defines_base.php (modified) (1 diff)
-
wifidog/templates/sites/hotspot_status.tpl (modified) (1 diff)
-
wifidog/templates/sites/index.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1046 r1048 1 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> 2 * USE_BASE_NON_SSL_PATH for hotspot map, else internet explorer whines endlessly 3 1 4 2006-05-20 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * 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 46 46 * The following constants are defined here: 47 47 * + 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) 49 49 * is the wifidog directory. Due to apache 50 50 * 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. 54 55 * 55 56 * Examples: -
trunk/wifidog-auth/wifidog/templates/sites/hotspot_status.tpl
r1031 r1048 54 54 <ul> 55 55 {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> 57 57 {/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> 59 59 </ul> 60 60 </div> -
trunk/wifidog-auth/wifidog/templates/sites/index.tpl
r1046 r1048 102 102 <ul> 103 103 {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> 105 105 {/if} 106 106 <li><a href="{$base_url_path}hotspot_status.php">{"Deployed HotSpots status with coordinates"|_}</a></li>
