Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Change the default footer to show the approximate time needed to generated the HTML for the page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ef6285a6a3c71f96364ca5eccc6cbd36 |
| User & Date: | drh 2012-12-16 17:13:29.585 |
Context
|
2012-12-17
| ||
| 00:38 | Change the footer in the 'Enhanced Default' skin to show the approximate time needed to generated the HTML for the page. ... (check-in: 0c6e645175 user: mistachkin tags: trunk) | |
|
2012-12-16
| ||
| 17:13 | Change the default footer to show the approximate time needed to generated the HTML for the page. ... (check-in: ef6285a6a3 user: drh tags: trunk) | |
| 07:16 | Remove unused local variable. ... (check-in: 01d6ef7cf8 user: mistachkin tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
437 438 439 440 441 442 443 | ; /* ** The default page footer */ const char zDefaultFooter[] = @ <div class="footer"> | > > | | 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 |
;
/*
** The default page footer
*/
const char zDefaultFooter[] =
@ <div class="footer">
@ This page was generated in about
@ <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s by
@ Fossil version $manifest_version $manifest_date
@ </div>
@ </body></html>
;
/*
** The default Cascading Style Sheet.
** It's assembled by different strings for each class.
|
| ︙ | ︙ |