Fossil

Check-in [91fd4205]
Login

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

Overview
Comment:Merged with [aa519dbd99].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 91fd4205ea3f808edf088c3503cfb484bc8d9199
User & Date: aku 2008-02-26 04:55:14.000
Context
2008-02-27
04:14
Added options --tempdir, -t to redirect the importer to a user-specified directory for temp files and directories. ... (check-in: c5e9fa8d user: aku tags: trunk)
2008-02-26
15:07
Added trailing newline to file b/c gcc complains about it ... (check-in: 1cde7157 user: stephan tags: trunk)
04:55
Merged with [aa519dbd99]. ... (check-in: 91fd4205 user: aku tags: trunk)
04:53
Updated method 'drop' of changesets, the in-memory parts have migrated to 'destroy' as part of the work on pass InitCSets. ... (check-in: 8dd5afbc user: aku tags: trunk)
2008-02-25
14:05
The Login/Logout text was reversed. Fix it. ... (check-in: aa519dbd user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }
@ if {[hascap s]} {
@   html "<a href='$baseurl/setup'>Setup</a>"
@ }
@ if {[info exists login]} {
@   html "<a href='$baseurl/login'>Login</a>"
@ } else {
@   html "<a href='$baseurl/login'>Logout</a>"
@ }
@ </th1></div>
;

/*
** The default page footer
*/







|

|







169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
@ if {[hascap j]} {
@   html "<a href='$baseurl/wiki'>Wiki</a>"
@ }
@ if {[hascap s]} {
@   html "<a href='$baseurl/setup'>Setup</a>"
@ }
@ if {[info exists login]} {
@   html "<a href='$baseurl/login'>Logout</a>"
@ } else {
@   html "<a href='$baseurl/login'>Login</a>"
@ }
@ </th1></div>
;

/*
** The default page footer
*/