Fossil SCM
Make headings look prettier when using text-based www clients like "elinks".
Commit
449094a8ffcdb7dd44f08dcceb3343a80857cf26
Parent
7ba10f1a6ae0d82…
1 file changed
+12
-12
+12
-12
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -204,35 +204,35 @@ | ||
| 204 | 204 | @ puts "Not logged in" |
| 205 | 205 | @ } |
| 206 | 206 | @ </th1></nobr></div> |
| 207 | 207 | @ </div> |
| 208 | 208 | @ <div class="mainmenu"><th1> |
| 209 | -@ html "<a href='$baseurl$index_page'>Home</a>" | |
| 209 | +@ html "<a href='$baseurl$index_page'>Home</a> " | |
| 210 | 210 | @ if {[hascap h]} { |
| 211 | -@ html "<a href='$baseurl/dir'>Files</a>" | |
| 211 | +@ html "<a href='$baseurl/dir'>Files</a> " | |
| 212 | 212 | @ } |
| 213 | 213 | @ if {[hascap o]} { |
| 214 | -@ html "<a href='$baseurl/leaves'>Leaves</a>" | |
| 215 | -@ html "<a href='$baseurl/timeline'>Timeline</a>" | |
| 216 | -@ html "<a href='$baseurl/brlist'>Branches</a>" | |
| 217 | -@ html "<a href='$baseurl/taglist'>Tags</a>" | |
| 214 | +@ html "<a href='$baseurl/leaves'>Leaves</a> " | |
| 215 | +@ html "<a href='$baseurl/timeline'>Timeline</a> " | |
| 216 | +@ html "<a href='$baseurl/brlist'>Branches</a> " | |
| 217 | +@ html "<a href='$baseurl/taglist'>Tags</a> " | |
| 218 | 218 | @ } |
| 219 | 219 | @ if {[hascap r]} { |
| 220 | -@ html "<a href='$baseurl/reportlist'>Tickets</a>" | |
| 220 | +@ html "<a href='$baseurl/reportlist'>Tickets</a> " | |
| 221 | 221 | @ } |
| 222 | 222 | @ if {[hascap j]} { |
| 223 | -@ html "<a href='$baseurl/wiki'>Wiki</a>" | |
| 223 | +@ html "<a href='$baseurl/wiki'>Wiki</a> " | |
| 224 | 224 | @ } |
| 225 | 225 | @ if {[hascap s]} { |
| 226 | -@ html "<a href='$baseurl/setup'>Admin</a>" | |
| 226 | +@ html "<a href='$baseurl/setup'>Admin</a> " | |
| 227 | 227 | @ } elseif {[hascap a]} { |
| 228 | -@ html "<a href='$baseurl/setup_ulist'>Users</a>" | |
| 228 | +@ html "<a href='$baseurl/setup_ulist'>Users</a> " | |
| 229 | 229 | @ } |
| 230 | 230 | @ if {[info exists login]} { |
| 231 | -@ html "<a href='$baseurl/login'>Logout</a>" | |
| 231 | +@ html "<a href='$baseurl/login'>Logout</a> " | |
| 232 | 232 | @ } else { |
| 233 | -@ html "<a href='$baseurl/login'>Login</a>" | |
| 233 | +@ html "<a href='$baseurl/login'>Login</a> " | |
| 234 | 234 | @ } |
| 235 | 235 | @ </th1></div> |
| 236 | 236 | ; |
| 237 | 237 | |
| 238 | 238 | /* |
| 239 | 239 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -204,35 +204,35 @@ | |
| 204 | @ puts "Not logged in" |
| 205 | @ } |
| 206 | @ </th1></nobr></div> |
| 207 | @ </div> |
| 208 | @ <div class="mainmenu"><th1> |
| 209 | @ html "<a href='$baseurl$index_page'>Home</a>" |
| 210 | @ if {[hascap h]} { |
| 211 | @ html "<a href='$baseurl/dir'>Files</a>" |
| 212 | @ } |
| 213 | @ if {[hascap o]} { |
| 214 | @ html "<a href='$baseurl/leaves'>Leaves</a>" |
| 215 | @ html "<a href='$baseurl/timeline'>Timeline</a>" |
| 216 | @ html "<a href='$baseurl/brlist'>Branches</a>" |
| 217 | @ html "<a href='$baseurl/taglist'>Tags</a>" |
| 218 | @ } |
| 219 | @ if {[hascap r]} { |
| 220 | @ html "<a href='$baseurl/reportlist'>Tickets</a>" |
| 221 | @ } |
| 222 | @ if {[hascap j]} { |
| 223 | @ html "<a href='$baseurl/wiki'>Wiki</a>" |
| 224 | @ } |
| 225 | @ if {[hascap s]} { |
| 226 | @ html "<a href='$baseurl/setup'>Admin</a>" |
| 227 | @ } elseif {[hascap a]} { |
| 228 | @ html "<a href='$baseurl/setup_ulist'>Users</a>" |
| 229 | @ } |
| 230 | @ if {[info exists login]} { |
| 231 | @ html "<a href='$baseurl/login'>Logout</a>" |
| 232 | @ } else { |
| 233 | @ html "<a href='$baseurl/login'>Login</a>" |
| 234 | @ } |
| 235 | @ </th1></div> |
| 236 | ; |
| 237 | |
| 238 | /* |
| 239 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -204,35 +204,35 @@ | |
| 204 | @ puts "Not logged in" |
| 205 | @ } |
| 206 | @ </th1></nobr></div> |
| 207 | @ </div> |
| 208 | @ <div class="mainmenu"><th1> |
| 209 | @ html "<a href='$baseurl$index_page'>Home</a> " |
| 210 | @ if {[hascap h]} { |
| 211 | @ html "<a href='$baseurl/dir'>Files</a> " |
| 212 | @ } |
| 213 | @ if {[hascap o]} { |
| 214 | @ html "<a href='$baseurl/leaves'>Leaves</a> " |
| 215 | @ html "<a href='$baseurl/timeline'>Timeline</a> " |
| 216 | @ html "<a href='$baseurl/brlist'>Branches</a> " |
| 217 | @ html "<a href='$baseurl/taglist'>Tags</a> " |
| 218 | @ } |
| 219 | @ if {[hascap r]} { |
| 220 | @ html "<a href='$baseurl/reportlist'>Tickets</a> " |
| 221 | @ } |
| 222 | @ if {[hascap j]} { |
| 223 | @ html "<a href='$baseurl/wiki'>Wiki</a> " |
| 224 | @ } |
| 225 | @ if {[hascap s]} { |
| 226 | @ html "<a href='$baseurl/setup'>Admin</a> " |
| 227 | @ } elseif {[hascap a]} { |
| 228 | @ html "<a href='$baseurl/setup_ulist'>Users</a> " |
| 229 | @ } |
| 230 | @ if {[info exists login]} { |
| 231 | @ html "<a href='$baseurl/login'>Logout</a> " |
| 232 | @ } else { |
| 233 | @ html "<a href='$baseurl/login'>Login</a> " |
| 234 | @ } |
| 235 | @ </th1></div> |
| 236 | ; |
| 237 | |
| 238 | /* |
| 239 |