Differences From:
File
src/style.c
part of check-in
[fd36718ad9]
- Add the new "history" permission. Merge in changes that require
permissions to view the timeline.
by
drh on
2007-07-31 23:33:15.
[view]
To:
File
src/style.c
part of check-in
[afcdc7ec97]
- Add the "leaves" webpage and the "branches" CLI command. We need to work
on the nomenclature.
by
drh on
2007-08-01 12:49:41.
[view]
@@ -86,8 +86,9 @@
}
@ </td><td valign="top" align="right">
@ <a href="%s(g.zBaseURL)/index">Home</a>
if( g.okRead ){
+ @ | <a href="%s(g.zBaseURL)/leaves">Leaves</a>
@ | <a href="%s(g.zBaseURL)/timeline">Timeline</a>
}
if( g.okRdWiki ){
@ | <a href="%s(g.zBaseURL)/wiki">Wiki</a>