Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | [5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5efb82a71a469e9e737e0d341b5711cb |
| User & Date: | jeremy_c 2010-01-01 21:33:46.000 |
References
|
2010-01-03
| ||
| 00:47 | • New ticket [5fb944026d] Inconsistent diff output.. artifact: c7aebb3df3 user: anonymous | |
|
2010-01-01
| ||
| 21:45 | • Ticket [5483de2ea6] Changing to non default skin causes database error status still Closed with 1 other change artifact: 629209c733 user: anonymous | |
Context
|
2010-01-04
| ||
| 13:16 | Update the built-in SQLite to version 3.6.22 RC 1. check-in: 57225017b0 user: drh tags: trunk | |
|
2010-01-01
| ||
| 21:33 | [5483de2ea6] Fixed. Also fixed Black and White theme (timeline not using li tags). check-in: 5efb82a71a user: jeremy_c tags: trunk | |
| 19:49 | [5483de2ea6] Added two single quotes around baseurl fixing the bug check-in: af25881866 user: jeremy_c tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
619 620 621 622 623 624 625 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
| | | 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><ul><th1>
@ html "<li><a href=''$baseurl$index_page''>Home</a></li>"
@ if {[anycap jor]} {
@ html "<li><a href=''$baseurl/timeline''>Timeline</a></li>"
@ }
@ if {[hascap oh]} {
@ html "<li><a href=''$baseurl/dir''>Files</a></li>"
@ }
@ if {[hascap o]} {
@ html "<li><a href=''$baseurl/leaves''>Leaves</a></li>"
@ html "<li><a href=''$baseurl/brlist''>Branches</a></li>"
|
| ︙ | ︙ |
Changes to src/style.c.
| ︙ | ︙ | |||
204 205 206 207 208 209 210 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl$index_page'>Home</a> "
@ if {[anycap jor]} {
| | | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
@ puts "Not logged in"
@ }
@ </th1></nobr></div>
@ </div>
@ <div class="mainmenu"><th1>
@ html "<a href='$baseurl$index_page'>Home</a> "
@ if {[anycap jor]} {
@ html "<a href='$baseurl/timeline'>Timeline</a> "
@ }
@ if {[hascap oh]} {
@ html "<a href='$baseurl/dir'>Files</a> "
@ }
@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a> "
@ html "<a href='$baseurl/brlist'>Branches</a> "
|
| ︙ | ︙ |