Differences From:
File
src/timeline.c
part of check-in
[72b3b1ad47]
- Incremental web interface enhancments.
by
drh on
2007-09-22 18:13:31.
[view]
To:
File
src/timeline.c
part of check-in
[ff4cc5fae2]
- Fixes to the timeline webpage and the "open" and "update" commands.
by
drh on
2007-09-23 18:49:50.
[view]
@@ -365,11 +365,17 @@
@ <input type="text" size="4" value="%d(nEntry)" name="n">
@ <br><input type="submit" value="Submit">
@ </form>
@ <form method="GET" action="%s(g.zBaseURL)/timeline">
- @ <input type="hidden" value="%h(zDate)" name="d">
+ @ <input type="hidden" value="%d(lastEvent)" name="e">
@ <input type="hidden" value="%d(nEntry)" name="n">
@ <input type="submit" value="Next %d(nEntry) Rows">
+ @ </form>
+ @ <form method="GET" action="%s(g.zBaseURL)/timeline">
+ @ <input type="hidden" value="%d(firstEvent)" name="e">
+ @ <input type="hidden" value="1" name="a">
+ @ <input type="hidden" value="%d(nEntry)" name="n">
+ @ <input type="submit" value="Previous %d(nEntry) Rows">
@ </form>
style_footer();
}