Differences From Artifact [4e8cafc457]:
- File src/style.c — part of check-in [4f641e7e4e] at 2007-09-02 01:23:13 on branch trunk — The /index webpage pulls up the wiki page specified in Setup/Configuration.s (user: drh size: 4000) [more...]
To Artifact [974ef8af80]:
- File src/style.c — part of check-in [c2d1e3c70a] at 2007-09-22 17:38:57 on branch trunk — Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. (user: drh size: 4119)
| ︙ | |||
123 124 125 126 127 128 129 130 131 132 133 134 135 136 | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | + + + + |
g.cgiPanic = 1;
}
/*
** 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
** WEBPAGE: home
** WEBPAGE: not_found
*/
|
| ︙ |