| | @@ -24,19 +24,19 @@ |
| 24 | 24 | /* @-comment: // */ |
| 25 | 25 | /* |
| 26 | 26 | ** A black-and-white theme with the project title in a bar across the top |
| 27 | 27 | ** and no logo image. |
| 28 | 28 | */ |
| 29 | | -static const char zBuiltinSkin1[] = |
| 29 | +static const char zBuiltinSkin1[] = |
| 30 | 30 | @ REPLACE INTO config VALUES('css','/* General settings for the entire page */ |
| 31 | 31 | @ body { |
| 32 | 32 | @ margin: 0ex 1ex; |
| 33 | 33 | @ padding: 0px; |
| 34 | 34 | @ background-color: white; |
| 35 | 35 | @ font-family: sans-serif; |
| 36 | 36 | @ } |
| 37 | | -@ |
| 37 | +@ |
| 38 | 38 | @ /* The project logo in the upper left-hand corner of each page */ |
| 39 | 39 | @ div.logo { |
| 40 | 40 | @ display: table-row; |
| 41 | 41 | @ text-align: center; |
| 42 | 42 | @ /* vertical-align: bottom;*/ |
| | @@ -44,11 +44,11 @@ |
| 44 | 44 | @ font-weight: bold; |
| 45 | 45 | @ background-color: #707070; |
| 46 | 46 | @ color: #ffffff; |
| 47 | 47 | @ min-width: 200px; |
| 48 | 48 | @ } |
| 49 | | -@ |
| 49 | +@ |
| 50 | 50 | @ /* The page title centered at the top of each page */ |
| 51 | 51 | @ div.title { |
| 52 | 52 | @ display: table-cell; |
| 53 | 53 | @ font-size: 1.5em; |
| 54 | 54 | @ font-weight: bold; |
| | @@ -56,11 +56,11 @@ |
| 56 | 56 | @ padding: 0 0 0 10px; |
| 57 | 57 | @ color: #404040; |
| 58 | 58 | @ vertical-align: bottom; |
| 59 | 59 | @ width: 100%; |
| 60 | 60 | @ } |
| 61 | | -@ |
| 61 | +@ |
| 62 | 62 | @ /* The login status message in the top right-hand corner */ |
| 63 | 63 | @ div.status { |
| 64 | 64 | @ display: table-cell; |
| 65 | 65 | @ text-align: right; |
| 66 | 66 | @ vertical-align: bottom; |
| | @@ -67,17 +67,17 @@ |
| 67 | 67 | @ color: #404040; |
| 68 | 68 | @ font-size: 0.8em; |
| 69 | 69 | @ font-weight: bold; |
| 70 | 70 | @ min-width: 200px; |
| 71 | 71 | @ } |
| 72 | | -@ |
| 72 | +@ |
| 73 | 73 | @ /* The header across the top of the page */ |
| 74 | 74 | @ div.header { |
| 75 | 75 | @ display: table; |
| 76 | 76 | @ width: 100%; |
| 77 | 77 | @ } |
| 78 | | -@ |
| 78 | +@ |
| 79 | 79 | @ /* The main menu bar that appears at the top of the page beneath |
| 80 | 80 | @ ** the header */ |
| 81 | 81 | @ div.mainmenu { |
| 82 | 82 | @ padding: 5px 10px 5px 10px; |
| 83 | 83 | @ font-size: 0.9em; |
| | @@ -85,11 +85,11 @@ |
| 85 | 85 | @ text-align: center; |
| 86 | 86 | @ letter-spacing: 1px; |
| 87 | 87 | @ background-color: #404040; |
| 88 | 88 | @ color: white; |
| 89 | 89 | @ } |
| 90 | | -@ |
| 90 | +@ |
| 91 | 91 | @ /* The submenu bar that *sometimes* appears below the main menu */ |
| 92 | 92 | @ div.submenu { |
| 93 | 93 | @ padding: 3px 10px 3px 0px; |
| 94 | 94 | @ font-size: 0.9em; |
| 95 | 95 | @ text-align: center; |
| | @@ -103,21 +103,21 @@ |
| 103 | 103 | @ } |
| 104 | 104 | @ div.mainmenu a:hover, div.submenu a:hover { |
| 105 | 105 | @ color: #404040; |
| 106 | 106 | @ background-color: white; |
| 107 | 107 | @ } |
| 108 | | -@ |
| 108 | +@ |
| 109 | 109 | @ /* All page content from the bottom of the menu or submenu down to |
| 110 | 110 | @ ** the footer */ |
| 111 | 111 | @ div.content { |
| 112 | 112 | @ padding: 0ex 0ex 0ex 0ex; |
| 113 | 113 | @ } |
| 114 | 114 | @ /* Hyperlink colors */ |
| 115 | 115 | @ div.content a { color: #604000; } |
| 116 | 116 | @ div.content a:link { color: #604000;} |
| 117 | 117 | @ div.content a:visited { color: #600000; } |
| 118 | | -@ |
| 118 | +@ |
| 119 | 119 | @ /* Some pages have section dividers */ |
| 120 | 120 | @ div.section { |
| 121 | 121 | @ margin-bottom: 0px; |
| 122 | 122 | @ margin-top: 1em; |
| 123 | 123 | @ padding: 1px 1px 1px 1px; |
| | @@ -124,11 +124,11 @@ |
| 124 | 124 | @ font-size: 1.2em; |
| 125 | 125 | @ font-weight: bold; |
| 126 | 126 | @ background-color: #404040; |
| 127 | 127 | @ color: white; |
| 128 | 128 | @ } |
| 129 | | -@ |
| 129 | +@ |
| 130 | 130 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 131 | 131 | @ div.divider { |
| 132 | 132 | @ background: #a0a0a0; |
| 133 | 133 | @ border: 2px #505050 solid; |
| 134 | 134 | @ font-size: 1em; font-weight: normal; |
| | @@ -135,21 +135,21 @@ |
| 135 | 135 | @ padding: .25em; |
| 136 | 136 | @ margin: .2em 0 .2em 0; |
| 137 | 137 | @ float: left; |
| 138 | 138 | @ clear: left; |
| 139 | 139 | @ } |
| 140 | | -@ |
| 140 | +@ |
| 141 | 141 | @ /* The footer at the very bottom of the page */ |
| 142 | 142 | @ div.footer { |
| 143 | 143 | @ font-size: 0.8em; |
| 144 | 144 | @ margin-top: 12px; |
| 145 | 145 | @ padding: 5px 10px 5px 10px; |
| 146 | 146 | @ text-align: right; |
| 147 | 147 | @ background-color: #404040; |
| 148 | 148 | @ color: white; |
| 149 | 149 | @ } |
| 150 | | -@ |
| 150 | +@ |
| 151 | 151 | @ /* The label/value pairs on (for example) the vinfo page */ |
| 152 | 152 | @ table.label-value th { |
| 153 | 153 | @ vertical-align: top; |
| 154 | 154 | @ text-align: right; |
| 155 | 155 | @ padding: 0.2ex 2ex; |
| | @@ -206,39 +206,39 @@ |
| 206 | 206 | @ html "<a href=''$baseurl/login''>Login</a> " |
| 207 | 207 | @ } |
| 208 | 208 | @ </th1></div> |
| 209 | 209 | @ '); |
| 210 | 210 | @ REPLACE INTO config VALUES('footer','<div class="footer"> |
| 211 | | -@ Fossil version $manifest_version $manifest_date |
| 211 | +@ Fossil version $manifest_version $manifest_date |
| 212 | 212 | @ </div> |
| 213 | 213 | @ </body></html> |
| 214 | 214 | @ '); |
| 215 | 215 | ; |
| 216 | 216 | |
| 217 | 217 | /* |
| 218 | 218 | ** A tan theme with the project title above the user identification |
| 219 | 219 | ** and no logo image. |
| 220 | 220 | */ |
| 221 | | -static const char zBuiltinSkin2[] = |
| 221 | +static const char zBuiltinSkin2[] = |
| 222 | 222 | @ REPLACE INTO config VALUES('css','/* General settings for the entire page */ |
| 223 | 223 | @ body { |
| 224 | 224 | @ margin: 0ex 0ex; |
| 225 | 225 | @ padding: 0px; |
| 226 | 226 | @ background-color: #fef3bc; |
| 227 | 227 | @ font-family: sans-serif; |
| 228 | 228 | @ } |
| 229 | | -@ |
| 229 | +@ |
| 230 | 230 | @ /* The project logo in the upper left-hand corner of each page */ |
| 231 | 231 | @ div.logo { |
| 232 | 232 | @ display: inline; |
| 233 | 233 | @ text-align: center; |
| 234 | 234 | @ vertical-align: bottom; |
| 235 | 235 | @ font-weight: bold; |
| 236 | 236 | @ font-size: 2.5em; |
| 237 | 237 | @ color: #a09048; |
| 238 | 238 | @ } |
| 239 | | -@ |
| 239 | +@ |
| 240 | 240 | @ /* The page title centered at the top of each page */ |
| 241 | 241 | @ div.title { |
| 242 | 242 | @ display: table-cell; |
| 243 | 243 | @ font-size: 2em; |
| 244 | 244 | @ font-weight: bold; |
| | @@ -246,11 +246,11 @@ |
| 246 | 246 | @ padding: 0 0 0 5px; |
| 247 | 247 | @ color: #a09048; |
| 248 | 248 | @ vertical-align: bottom; |
| 249 | 249 | @ width: 100%; |
| 250 | 250 | @ } |
| 251 | | -@ |
| 251 | +@ |
| 252 | 252 | @ /* The login status message in the top right-hand corner */ |
| 253 | 253 | @ div.status { |
| 254 | 254 | @ display: table-cell; |
| 255 | 255 | @ text-align: right; |
| 256 | 256 | @ vertical-align: bottom; |
| | @@ -257,17 +257,17 @@ |
| 257 | 257 | @ color: #a09048; |
| 258 | 258 | @ padding: 5px 5px 0 0; |
| 259 | 259 | @ font-size: 0.8em; |
| 260 | 260 | @ font-weight: bold; |
| 261 | 261 | @ } |
| 262 | | -@ |
| 262 | +@ |
| 263 | 263 | @ /* The header across the top of the page */ |
| 264 | 264 | @ div.header { |
| 265 | 265 | @ display: table; |
| 266 | 266 | @ width: 100%; |
| 267 | 267 | @ } |
| 268 | | -@ |
| 268 | +@ |
| 269 | 269 | @ /* The main menu bar that appears at the top of the page beneath |
| 270 | 270 | @ ** the header */ |
| 271 | 271 | @ div.mainmenu { |
| 272 | 272 | @ padding: 5px 10px 5px 10px; |
| 273 | 273 | @ font-size: 0.9em; |
| | @@ -275,11 +275,11 @@ |
| 275 | 275 | @ text-align: center; |
| 276 | 276 | @ letter-spacing: 1px; |
| 277 | 277 | @ background-color: #a09048; |
| 278 | 278 | @ color: black; |
| 279 | 279 | @ } |
| 280 | | -@ |
| 280 | +@ |
| 281 | 281 | @ /* The submenu bar that *sometimes* appears below the main menu */ |
| 282 | 282 | @ div.submenu { |
| 283 | 283 | @ padding: 3px 10px 3px 0px; |
| 284 | 284 | @ font-size: 0.9em; |
| 285 | 285 | @ text-align: center; |
| | @@ -293,21 +293,21 @@ |
| 293 | 293 | @ } |
| 294 | 294 | @ div.mainmenu a:hover, div.submenu a:hover { |
| 295 | 295 | @ color: #a09048; |
| 296 | 296 | @ background-color: white; |
| 297 | 297 | @ } |
| 298 | | -@ |
| 298 | +@ |
| 299 | 299 | @ /* All page content from the bottom of the menu or submenu down to |
| 300 | 300 | @ ** the footer */ |
| 301 | 301 | @ div.content { |
| 302 | 302 | @ padding: 1ex 5px; |
| 303 | 303 | @ } |
| 304 | 304 | @ div.content a { color: #706532; } |
| 305 | 305 | @ div.content a:link { color: #706532; } |
| 306 | 306 | @ div.content a:visited { color: #704032; } |
| 307 | 307 | @ div.content a:hover { background-color: white; color: #706532; } |
| 308 | | -@ |
| 308 | +@ |
| 309 | 309 | @ /* Some pages have section dividers */ |
| 310 | 310 | @ div.section { |
| 311 | 311 | @ margin-bottom: 0px; |
| 312 | 312 | @ margin-top: 1em; |
| 313 | 313 | @ padding: 3px 3px 0 3px; |
| | @@ -314,11 +314,11 @@ |
| 314 | 314 | @ font-size: 1.2em; |
| 315 | 315 | @ font-weight: bold; |
| 316 | 316 | @ background-color: #a09048; |
| 317 | 317 | @ color: white; |
| 318 | 318 | @ } |
| 319 | | -@ |
| 319 | +@ |
| 320 | 320 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 321 | 321 | @ div.divider { |
| 322 | 322 | @ background: #e1d498; |
| 323 | 323 | @ border: 2px #a09048 solid; |
| 324 | 324 | @ font-size: 1em; font-weight: normal; |
| | @@ -325,33 +325,33 @@ |
| 325 | 325 | @ padding: .25em; |
| 326 | 326 | @ margin: .2em 0 .2em 0; |
| 327 | 327 | @ float: left; |
| 328 | 328 | @ clear: left; |
| 329 | 329 | @ } |
| 330 | | -@ |
| 330 | +@ |
| 331 | 331 | @ /* The footer at the very bottom of the page */ |
| 332 | 332 | @ div.footer { |
| 333 | 333 | @ font-size: 0.8em; |
| 334 | 334 | @ margin-top: 12px; |
| 335 | 335 | @ padding: 5px 10px 5px 10px; |
| 336 | 336 | @ text-align: right; |
| 337 | 337 | @ background-color: #a09048; |
| 338 | 338 | @ color: white; |
| 339 | 339 | @ } |
| 340 | | -@ |
| 340 | +@ |
| 341 | 341 | @ /* Hyperlink colors */ |
| 342 | 342 | @ div.footer a { color: white; } |
| 343 | 343 | @ div.footer a:link { color: white; } |
| 344 | 344 | @ div.footer a:visited { color: white; } |
| 345 | 345 | @ div.footer a:hover { background-color: white; color: #558195; } |
| 346 | | -@ |
| 346 | +@ |
| 347 | 347 | @ /* <verbatim> blocks */ |
| 348 | 348 | @ pre.verbatim { |
| 349 | 349 | @ background-color: #f5f5f5; |
| 350 | 350 | @ padding: 0.5em; |
| 351 | 351 | @ } |
| 352 | | -@ |
| 352 | +@ |
| 353 | 353 | @ /* The label/value pairs on (for example) the ci page */ |
| 354 | 354 | @ table.label-value th { |
| 355 | 355 | @ vertical-align: top; |
| 356 | 356 | @ text-align: right; |
| 357 | 357 | @ padding: 0.2ex 2ex; |
| | @@ -418,37 +418,37 @@ |
| 418 | 418 | |
| 419 | 419 | /* |
| 420 | 420 | ** Black letters on a white or cream background with the main menu |
| 421 | 421 | ** stuck on the left-hand side. |
| 422 | 422 | */ |
| 423 | | -static const char zBuiltinSkin3[] = |
| 423 | +static const char zBuiltinSkin3[] = |
| 424 | 424 | @ REPLACE INTO config VALUES('css','/* General settings for the entire page */ |
| 425 | 425 | @ body { |
| 426 | 426 | @ margin:0px 0px 0px 0px; |
| 427 | 427 | @ padding:0px; |
| 428 | 428 | @ font-family:verdana, arial, helvetica, "sans serif"; |
| 429 | 429 | @ color:#333; |
| 430 | 430 | @ background-color:white; |
| 431 | 431 | @ } |
| 432 | | -@ |
| 432 | +@ |
| 433 | 433 | @ /* consistent colours */ |
| 434 | 434 | @ h2 { |
| 435 | 435 | @ color: #333; |
| 436 | 436 | @ } |
| 437 | 437 | @ h3 { |
| 438 | 438 | @ color: #333; |
| 439 | 439 | @ } |
| 440 | | -@ |
| 440 | +@ |
| 441 | 441 | @ /* The project logo in the upper left-hand corner of each page */ |
| 442 | 442 | @ div.logo { |
| 443 | 443 | @ display: table-cell; |
| 444 | 444 | @ text-align: left; |
| 445 | 445 | @ vertical-align: bottom; |
| 446 | 446 | @ font-weight: bold; |
| 447 | 447 | @ color: #333; |
| 448 | 448 | @ } |
| 449 | | -@ |
| 449 | +@ |
| 450 | 450 | @ /* The page title centered at the top of each page */ |
| 451 | 451 | @ div.title { |
| 452 | 452 | @ display: table-cell; |
| 453 | 453 | @ font-size: 2em; |
| 454 | 454 | @ font-weight: bold; |
| | @@ -455,11 +455,11 @@ |
| 455 | 455 | @ text-align: center; |
| 456 | 456 | @ color: #333; |
| 457 | 457 | @ vertical-align: bottom; |
| 458 | 458 | @ width: 100%; |
| 459 | 459 | @ } |
| 460 | | -@ |
| 460 | +@ |
| 461 | 461 | @ /* The login status message in the top right-hand corner */ |
| 462 | 462 | @ div.status { |
| 463 | 463 | @ display: table-cell; |
| 464 | 464 | @ padding-right: 10px; |
| 465 | 465 | @ text-align: right; |
| | @@ -467,21 +467,21 @@ |
| 467 | 467 | @ padding-bottom: 5px; |
| 468 | 468 | @ color: #333; |
| 469 | 469 | @ font-size: 0.8em; |
| 470 | 470 | @ font-weight: bold; |
| 471 | 471 | @ } |
| 472 | | -@ |
| 472 | +@ |
| 473 | 473 | @ /* The header across the top of the page */ |
| 474 | 474 | @ div.header { |
| 475 | 475 | @ margin:10px 0px 10px 0px; |
| 476 | 476 | @ padding:1px 0px 0px 20px; |
| 477 | 477 | @ border-style:solid; |
| 478 | 478 | @ border-color:black; |
| 479 | 479 | @ border-width:1px 0px; |
| 480 | 480 | @ background-color:#eee; |
| 481 | 481 | @ } |
| 482 | | -@ |
| 482 | +@ |
| 483 | 483 | @ /* The main menu bar that appears at the top left of the page beneath |
| 484 | 484 | @ ** the header. Width must be co-ordinated with the container below */ |
| 485 | 485 | @ div.mainmenu { |
| 486 | 486 | @ float: left; |
| 487 | 487 | @ margin-left: 10px; |
| | @@ -491,11 +491,11 @@ |
| 491 | 491 | @ padding:5px; |
| 492 | 492 | @ background-color:#eee; |
| 493 | 493 | @ border:1px solid #999; |
| 494 | 494 | @ width:8em; |
| 495 | 495 | @ } |
| 496 | | -@ |
| 496 | +@ |
| 497 | 497 | @ /* Main menu is now a list */ |
| 498 | 498 | @ div.mainmenu ul { |
| 499 | 499 | @ padding: 0; |
| 500 | 500 | @ list-style:none; |
| 501 | 501 | @ } |
| | @@ -506,17 +506,17 @@ |
| 506 | 506 | @ } |
| 507 | 507 | @ div.mainmenu a:hover { |
| 508 | 508 | @ color: #eee; |
| 509 | 509 | @ background-color: #333; |
| 510 | 510 | @ } |
| 511 | | -@ |
| 511 | +@ |
| 512 | 512 | @ /* Container for the sub-menu and content so they don''t spread |
| 513 | 513 | @ ** out underneath the main menu */ |
| 514 | 514 | @ #container { |
| 515 | 515 | @ padding-left: 9em; |
| 516 | 516 | @ } |
| 517 | | -@ |
| 517 | +@ |
| 518 | 518 | @ /* The submenu bar that *sometimes* appears below the main menu */ |
| 519 | 519 | @ div.submenu { |
| 520 | 520 | @ padding: 3px 10px 3px 10px; |
| 521 | 521 | @ font-size: 0.9em; |
| 522 | 522 | @ text-align: center; |
| | @@ -532,18 +532,18 @@ |
| 532 | 532 | @ } |
| 533 | 533 | @ div.submenu a:hover { |
| 534 | 534 | @ color: #eee; |
| 535 | 535 | @ background-color: #333; |
| 536 | 536 | @ } |
| 537 | | -@ |
| 537 | +@ |
| 538 | 538 | @ /* All page content from the bottom of the menu or submenu down to |
| 539 | 539 | @ ** the footer */ |
| 540 | 540 | @ div.content { |
| 541 | 541 | @ float right; |
| 542 | 542 | @ padding: 2ex 1ex 0ex 2ex; |
| 543 | 543 | @ } |
| 544 | | -@ |
| 544 | +@ |
| 545 | 545 | @ /* Some pages have section dividers */ |
| 546 | 546 | @ div.section { |
| 547 | 547 | @ margin-bottom: 0px; |
| 548 | 548 | @ margin-top: 1em; |
| 549 | 549 | @ padding: 1px 1px 1px 1px; |
| | @@ -553,11 +553,11 @@ |
| 553 | 553 | @ border-color:#999; |
| 554 | 554 | @ border-width:1px 0px; |
| 555 | 555 | @ background-color: #eee; |
| 556 | 556 | @ color: #333; |
| 557 | 557 | @ } |
| 558 | | -@ |
| 558 | +@ |
| 559 | 559 | @ /* The "Date" that occurs on the left hand side of timelines */ |
| 560 | 560 | @ div.divider { |
| 561 | 561 | @ background: #eee; |
| 562 | 562 | @ border: 2px #999 solid; |
| 563 | 563 | @ font-size: 1em; font-weight: normal; |
| | @@ -565,27 +565,27 @@ |
| 565 | 565 | @ margin: .2em 0 .2em 0; |
| 566 | 566 | @ float: left; |
| 567 | 567 | @ clear: left; |
| 568 | 568 | @ color: #333 |
| 569 | 569 | @ } |
| 570 | | -@ |
| 570 | +@ |
| 571 | 571 | @ /* The footer at the very bottom of the page */ |
| 572 | 572 | @ div.footer { |
| 573 | 573 | @ font-size: 0.8em; |
| 574 | 574 | @ margin-top: 12px; |
| 575 | 575 | @ padding: 5px 10px 5px 10px; |
| 576 | 576 | @ text-align: right; |
| 577 | 577 | @ background-color: #eee; |
| 578 | 578 | @ color: #555; |
| 579 | 579 | @ } |
| 580 | | -@ |
| 580 | +@ |
| 581 | 581 | @ /* <verbatim> blocks */ |
| 582 | 582 | @ pre.verbatim { |
| 583 | 583 | @ background-color: #f5f5f5; |
| 584 | 584 | @ padding: 0.5em; |
| 585 | 585 | @ } |
| 586 | | -@ |
| 586 | +@ |
| 587 | 587 | @ /* The label/value pairs on (for example) the ci page */ |
| 588 | 588 | @ table.label-value th { |
| 589 | 589 | @ vertical-align: top; |
| 590 | 590 | @ text-align: right; |
| 591 | 591 | @ padding: 0.2ex 2ex; |
| | @@ -656,15 +656,16 @@ |
| 656 | 656 | ** An array of available built-in skins. |
| 657 | 657 | */ |
| 658 | 658 | static struct BuiltinSkin { |
| 659 | 659 | const char *zName; |
| 660 | 660 | const char *zValue; |
| 661 | + const char *zAuthor; |
| 661 | 662 | } aBuiltinSkin[] = { |
| 662 | | - { "Default", 0 /* Filled in at runtime */ }, |
| 663 | | - { "Plain Gray, No Logo", zBuiltinSkin1 }, |
| 664 | | - { "Khaki, No Logo", zBuiltinSkin2 }, |
| 665 | | - { "Black & White, Menu on Left", zBuiltinSkin3 }, |
| 663 | + { "Default", 0 /* Filled in at runtime */, 0}, |
| 664 | + { "Plain Gray, No Logo", zBuiltinSkin1, "Unknown"}, |
| 665 | + { "Khaki, No Logo", zBuiltinSkin2, "Unknown"}, |
| 666 | + { "Black & White, Menu on Left", zBuiltinSkin3, "Unknown"}, |
| 666 | 667 | }; |
| 667 | 668 | |
| 668 | 669 | /* |
| 669 | 670 | ** For a skin named zSkinName, compute the name of the CONFIG table |
| 670 | 671 | ** entry where that skin is stored and return it. |
| | @@ -799,11 +800,11 @@ |
| 799 | 800 | } |
| 800 | 801 | } |
| 801 | 802 | |
| 802 | 803 | style_header("Skins"); |
| 803 | 804 | @ <p>A "skin" is a combination of |
| 804 | | - @ <a href="setup_editcss">CSS</a>, |
| 805 | + @ <a href="setup_editcss">CSS</a>, |
| 805 | 806 | @ <a href="setup_header">Header</a>, |
| 806 | 807 | @ <a href="setup_footer">Footer</a>, and |
| 807 | 808 | @ <a href="setup_logo">Logo</a> that determines the look and feel |
| 808 | 809 | @ of the web interface.</p> |
| 809 | 810 | @ |
| | @@ -813,11 +814,11 @@ |
| 813 | 814 | z = aBuiltinSkin[i].zName; |
| 814 | 815 | if( strcmp(aBuiltinSkin[i].zValue, zCurrent)==0 ){ |
| 815 | 816 | @ <li><p>%h(z). <b>Currently In Use</b></p> |
| 816 | 817 | }else{ |
| 817 | 818 | @ <li><form action="%s(g.zBaseURL)/setup_skin" method="POST"> |
| 818 | | - @ %h(z). |
| 819 | + @ %h(z). |
| 819 | 820 | @ <input type="hidden" name="sn" value="%h(z)"> |
| 820 | 821 | @ <input type="submit" name="load" value="Use This Skin"> |
| 821 | 822 | @ </form></li> |
| 822 | 823 | } |
| 823 | 824 | } |
| | @@ -831,11 +832,11 @@ |
| 831 | 832 | const char *zV = db_column_text(&q, 1); |
| 832 | 833 | if( strcmp(zV, zCurrent)==0 ){ |
| 833 | 834 | @ <li><p>%h(zN). <b>Currently In Use</b></p> |
| 834 | 835 | }else{ |
| 835 | 836 | @ <li><form action="%s(g.zBaseURL)/setup_skin" method="POST"> |
| 836 | | - @ %h(zN). |
| 837 | + @ %h(zN). |
| 837 | 838 | @ <input type="hidden" name="sn" value="%h(zN)"> |
| 838 | 839 | @ <input type="submit" name="load" value="Use This Skin"> |
| 839 | 840 | @ <input type="submit" name="del1" value="Delete This Skin"> |
| 840 | 841 | @ </form></li> |
| 841 | 842 | } |
| 842 | 843 | |