Changeset 291
- Timestamp:
- 11/30/03 04:36:32 (5 years ago)
- Files:
-
- 1 modified
-
trunk/templates/preferences.tt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/preferences.tt
r288 r291 52 52 </p> 53 53 54 [% IF formatting_rules_node %] 55 <p> 56 [% IF omit_formatting_link %] 57 <input type="checkbox" name="omit_formatting_link" value="1" checked /> 58 [% ELSE %] 59 <input type="checkbox" name="omit_formatting_link" value="1" /> 60 [% END %] 61 Omit “[% formatting_rules_node %]” link from navbar. 62 </p> 54 <p> 55 [% IF omit_help_links %] 56 <input type="checkbox" name="omit_help_links" value="1" checked /> 57 [% ELSE %] 58 <input type="checkbox" name="omit_help_links" value="1" /> 63 59 [% END %] 60 Omit help links from navbar. 61 </p> 64 62 65 63 <p> … … 80 78 <h1>Username/preferences saved</h1> 81 79 82 <p>Username set to “[% username %]” </p>80 <p>Username set to “[% username %]”.</p> 83 81 84 82 <p>Preview area shown … … 92 90 <p>“Look for nearby geocaches” link 93 91 [% UNLESS include_geocache_link %] not [% END %] 94 included in navbar </p>92 included in navbar.</p> 95 93 96 94 <p>Latitude and longitude displayed as … … 102 100 </p> 103 101 104 [% IF formatting_rules_node %] 105 <p>“[% formatting_rules_node %]” link 106 [% IF omit_formatting_link %] not [% END %] 107 included in navbar</p> 108 [% END %] 102 <p>Help links will 103 [% IF omit_help_links %] not [% END %] 104 be included in navbar. 105 </p> 109 106 110 107 <p>Minor edits … … 112 109 included in Recent Changes.</p> 113 110 114 <p><a href="[% full_cgi_url %]">Return to the Guide</a></p> 111 <ul> 112 <li><a href="[% full_cgi_url %]">Return to [% site_name %]</a></li> 113 <li><a href="preferences.cgi">Change preferences</a></li> 114 </ul> 115 115 116 116 [% END %]
