Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a bug in the default header. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
13732d495df485b4e9163f18a6563909 |
| User & Date: | drh 2007-11-23 23:06:09.000 |
Context
|
2007-11-24
| ||
| 02:45 | The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. ... (check-in: f9f7cf5684 user: drh tags: trunk) | |
|
2007-11-23
| ||
| 23:06 | Fix a bug in the default header. ... (check-in: 13732d495d user: drh tags: trunk) | |
| 22:09 | New default header and footer and CSS. Add the ability to edit the footer. ... (check-in: 34af72801d user: drh tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
160 161 162 163 164 165 166 | @ <div class="header"> @ <div class="logo"> @ <!-- <img src="logo.gif" alt="logo"><br></br> --> @ <nobr>[project_name html]</nobr> @ </div> @ <div class="title">[title html]</div> @ <div class="status"><nobr> | | | | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | @ <div class="header"> @ <div class="logo"> @ <!-- <img src="logo.gif" alt="logo"><br></br> --> @ <nobr>[project_name html]</nobr> @ </div> @ <div class="title">[title html]</div> @ <div class="status"><nobr> @ [/login exists enable_output] Logged in as [0 /login get html] @ [/login exists not enable_output] Not logged in @ [1 enable_output] @ </nobr></div> @ </div> ; /* ** The default page footer |
| ︙ | ︙ |