Changeset 1085 for trunk/templates
- Timestamp:
- 06/17/07 00:57:32 (18 months ago)
- Location:
- trunk/templates
- Files:
-
- 2 modified
-
navbar_tools.tt (modified) (1 diff)
-
preferences.tt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/navbar_tools.tt
r1051 r1085 6 6 <li><a href="[% full_cgi_url %]?action=random">Random Page</a></li> 7 7 <li><a href="[% full_cgi_url %]?action=show_wanted_pages">Wanted Pages</a></li> 8 [% IF geocache_link AND wgs84_lat AND wgs84_long %]9 <li><a href="http://www.geocaching.com/seek/nearest_cache.asp?origin_lat=[% wgs84_lat %] ;origin_long=[% wgs84_long %]">Look for nearby geocaches</a></li>8 [% IF prefs.include_geocache_link AND wgs84_lat AND wgs84_long %] 9 <li><a href="http://www.geocaching.com/seek/nearest_cache.asp?origin_lat=[% wgs84_lat %]&origin_long=[% wgs84_long %]">Look for nearby geocaches</a></li> 10 10 [% END %] 11 11 </ul> -
trunk/templates/preferences.tt
r1084 r1085 9 9 <h1>Username</h1> 10 10 <p><label for="username">How you wish to be identified in Recent Changes:</label></p> 11 <input type="text" size="20" id="username" name="username" value="[% username %]" />11 <input type="text" size="20" id="username" name="username" value="[% prefs.username %]" /> 12 12 13 13 <h1>Preferences</h1> … … 118 118 <h1>Username/preferences saved</h1> 119 119 120 <p>Username set to “[% username %]”.</p>120 <p>Username set to “[% prefs.username %]”.</p> 121 121 122 122 <p>Preview area shown … … 129 129 130 130 <p>“Look for nearby geocaches” link 131 [% UNLESS include_geocache_link %] not [% END %]131 [% UNLESS prefs.include_geocache_link %] not [% END %] 132 132 included in navbar.</p> 133 133 … … 150 150 151 151 <p>Your visits to Recent Changes will 152 [% UNLESS track_recent_changes_views %] not [% END %]152 [% UNLESS prefs.track_recent_changes_views %] not [% END %] 153 153 be tracked.</p> 154 154
