123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
g.cgiPanic = 1;
}
/*
** Draw the footer at the bottom of the page.
*/
void style_footer(void){
}
/*
** WEBPAGE: index
** WEBPAGE: home
** WEBPAGE: not_found
*/
|
>
>
>
>
|
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
*/
|