Differences From:
File
src/style.c
part of check-in
[dff17229ff]
- Addition to the default style sheet to cover the name/value pairs
at the top of the vinfo page. Also a bugfix in the report.c code.
by
drh on
2007-12-02 22:30:09.
Also file
src/style.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
To:
File
src/style.c
part of check-in
[02d1ed6ad2]
- added /tagview page - a simple browse-by-tag interface
by
stephan on
2008-02-02 21:10:17.
[view]
@@ -104,8 +104,9 @@
@ <a href="%s(g.zBaseURL)/home">Home</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>
}
if( g.okRdWiki ){
@ <a href="%s(g.zBaseURL)/wiki">Wiki</a>
}