Diff
Not logged in

Differences From:

File src/style.c part of check-in [4f641e7e4e] - The /index webpage pulls up the wiki page specified in Setup/Configuration.s by drh on 2007-09-02 01:23:13. Also file src/style.c part of check-in [bbcb6326c9] - Pulled in the navbar and timeline changes. by aku on 2007-09-17 00:58:51. [view]

To:

File src/style.c part of check-in [c2d1e3c70a] - Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. by drh on 2007-09-22 17:38:57. [view]

@@ -126,8 +126,12 @@
 /*
 ** Draw the footer at the bottom of the page.
 */
 void style_footer(void){
+  @ <hr>
+  @ <p align="left"><font size="1">
+  @ Fossil version %s(MANIFEST_VERSION) %s(MANIFEST_DATE)
+  @ </font></p>
 }
 
 /*
 ** WEBPAGE: index