Differences From Artifact [0e923740c0]:
- File skins/blitz/header.txt — part of check-in [f1bb72ed26] at 2017-11-03 13:34:07 on branch trunk — Automatically generate the <html><head>...</head><body> section at the beginning of each HTML document if the header template does not contain a <body> tag. Likewise for the </body></html> after the footer. (user: drh size: 1590) [more...]
To Artifact [f1dc0d2d58]:
- File skins/blitz/header.txt — part of check-in [78f18dbd1c] at 2017-11-24 23:53:45 on branch trunk — Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. (user: drh size: 1596)
| ︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + |
} else {
html "<li>"
}
html "<a href='$home$url'>$name</a></li>\n"
}
menulink $index_page Home
if {[anycap jor]} {
|
| ︙ |