Fossil

Check-in [f08599e87b]
Login

Check-in [f08599e87b]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a privilege problem in the default page header.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f08599e87b3a2e9af7bf2bb1f356596e33a652f0
User & Date: drh 2008-03-03 16:50:12.000
References
2008-03-05
03:44
Merge to [f08599e87b]. ... (check-in: f4aa6d09d3 user: aku tags: cvs2fossil-complete, trunk)
Context
2008-03-05
03:44
Merge to [f08599e87b]. ... (check-in: f4aa6d09d3 user: aku tags: cvs2fossil-complete, trunk)
2008-03-03
16:50
Fix a privilege problem in the default page header. ... (check-in: f08599e87b user: drh tags: trunk)
2008-03-02
01:09
Changed the printing of the symbol tree to be based on table 'preferedparent', and introduced two procs to shorten the fomratting code. ... (check-in: ae53becda4 user: aku tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@   </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl/home'>Home</a>"
@ if {[hascap h]} {
@   html "<a href='$baseurl/dir'>Files</a>"
@ }
@ if {[hascap i]} {
@   html "<a href='$baseurl/leaves'>Leaves</a>"
@   html "<a href='$baseurl/timeline'>Timeline</a>"
@   html "<a href='$baseurl/tagview'>Tags</a>"
@ }
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }







|







157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@   </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl/home'>Home</a>"
@ if {[hascap h]} {
@   html "<a href='$baseurl/dir'>Files</a>"
@ }
@ if {[hascap o]} {
@   html "<a href='$baseurl/leaves'>Leaves</a>"
@   html "<a href='$baseurl/timeline'>Timeline</a>"
@   html "<a href='$baseurl/tagview'>Tags</a>"
@ }
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }