Differences From:
File
src/style.c
part of check-in
[334f8e6e2f]
- Added rudimentary /my page.
by
stephan on
2008-02-03 22:07:24.
[view]
To:
File
src/style.c
part of check-in
[e487b77b1a]
- Add file and directory browsing capabilities to the web interface.
by
drh on
2008-02-04 02:45:55.
[view]
@@ -102,8 +102,11 @@
/* Generate the main menu */
@ <div class="mainmenu">
@ <a href="%s(g.zBaseURL)/home">Home</a>
+ if( g.okHistory ){
+ @ <a href="%s(g.zBaseURL)/dir">Files</a>
+ }
if( g.okRead ){
@ <a href="%s(g.zBaseURL)/leaves">Leaves</a>
@ <a href="%s(g.zBaseURL)/timeline">Timeline</a>
@ <a href="%s(g.zBaseURL)/tagview">Tags</a>