Fossil SCM
In stead of <font color=xxx, use style=color:xxx in some places.
Commit
d1f60caac3a826bd2af68f32de0082a7dc34c972
Parent
fd547b831861a3e…
4 files changed
+1
-1
+4
-3
+4
-3
+2
-2
+1
-1
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -493,11 +493,11 @@ | ||
| 493 | 493 | } |
| 494 | 494 | } |
| 495 | 495 | |
| 496 | 496 | style_header("Skins"); |
| 497 | 497 | if( zErr ){ |
| 498 | - @ <p><font color="red">%h(zErr)</font></p> | |
| 498 | + @ <p style="color:red">%h(zErr)</p> | |
| 499 | 499 | } |
| 500 | 500 | @ <p>A "skin" is a combination of |
| 501 | 501 | @ <a href="setup_skinedit?w=0">CSS</a>, |
| 502 | 502 | @ <a href="setup_skinedit?w=2">Header</a>, |
| 503 | 503 | @ <a href="setup_skinedit?w=1">Footer</a>, and |
| 504 | 504 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -493,11 +493,11 @@ | |
| 493 | } |
| 494 | } |
| 495 | |
| 496 | style_header("Skins"); |
| 497 | if( zErr ){ |
| 498 | @ <p><font color="red">%h(zErr)</font></p> |
| 499 | } |
| 500 | @ <p>A "skin" is a combination of |
| 501 | @ <a href="setup_skinedit?w=0">CSS</a>, |
| 502 | @ <a href="setup_skinedit?w=2">Header</a>, |
| 503 | @ <a href="setup_skinedit?w=1">Footer</a>, and |
| 504 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -493,11 +493,11 @@ | |
| 493 | } |
| 494 | } |
| 495 | |
| 496 | style_header("Skins"); |
| 497 | if( zErr ){ |
| 498 | @ <p style="color:red">%h(zErr)</p> |
| 499 | } |
| 500 | @ <p>A "skin" is a combination of |
| 501 | @ <a href="setup_skinedit?w=0">CSS</a>, |
| 502 | @ <a href="setup_skinedit?w=2">Header</a>, |
| 503 | @ <a href="setup_skinedit?w=1">Footer</a>, and |
| 504 |
+4
-3
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -423,11 +423,11 @@ | ||
| 423 | 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | 424 | ** the webpage currently under construction. |
| 425 | 425 | */ |
| 426 | 426 | static void showAllFields(void){ |
| 427 | 427 | int i; |
| 428 | - @ <font color="blue"> | |
| 428 | + @ <div style="color:blue"> | |
| 429 | 429 | @ <p>Database fields:</p><ul> |
| 430 | 430 | for(i=0; i<nField; i++){ |
| 431 | 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | ||
| 652 | 652 | } |
| 653 | 653 | needMod = ticket_need_moderation(0); |
| 654 | 654 | if( g.zPath[0]=='d' ){ |
| 655 | 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | - @ <font color="blue"> | |
| 657 | + @ <div style="color:blue"> | |
| 658 | 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | - @ <hr /></font> | |
| 661 | + @ </div> | |
| 662 | + @ <hr> | |
| 662 | 663 | return TH_OK; |
| 663 | 664 | }else{ |
| 664 | 665 | if( g.thTrace ){ |
| 665 | 666 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 666 | 667 | "}<br />\n", |
| 667 | 668 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -423,11 +423,11 @@ | |
| 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | ** the webpage currently under construction. |
| 425 | */ |
| 426 | static void showAllFields(void){ |
| 427 | int i; |
| 428 | @ <font color="blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | |
| 652 | } |
| 653 | needMod = ticket_need_moderation(0); |
| 654 | if( g.zPath[0]=='d' ){ |
| 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | @ <font color="blue"> |
| 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | @ <hr /></font> |
| 662 | return TH_OK; |
| 663 | }else{ |
| 664 | if( g.thTrace ){ |
| 665 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 666 | "}<br />\n", |
| 667 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -423,11 +423,11 @@ | |
| 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | ** the webpage currently under construction. |
| 425 | */ |
| 426 | static void showAllFields(void){ |
| 427 | int i; |
| 428 | @ <div style="color:blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | |
| 652 | } |
| 653 | needMod = ticket_need_moderation(0); |
| 654 | if( g.zPath[0]=='d' ){ |
| 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | @ <div style="color:blue"> |
| 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | @ </div> |
| 662 | @ <hr> |
| 663 | return TH_OK; |
| 664 | }else{ |
| 665 | if( g.thTrace ){ |
| 666 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 667 | "}<br />\n", |
| 668 |
+4
-3
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -423,11 +423,11 @@ | ||
| 423 | 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | 424 | ** the webpage currently under construction. |
| 425 | 425 | */ |
| 426 | 426 | static void showAllFields(void){ |
| 427 | 427 | int i; |
| 428 | - @ <font color="blue"> | |
| 428 | + @ <div style="color:blue"> | |
| 429 | 429 | @ <p>Database fields:</p><ul> |
| 430 | 430 | for(i=0; i<nField; i++){ |
| 431 | 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | ||
| 652 | 652 | } |
| 653 | 653 | needMod = ticket_need_moderation(0); |
| 654 | 654 | if( g.zPath[0]=='d' ){ |
| 655 | 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | - @ <font color="blue"> | |
| 657 | + @ <div style="color:blue"> | |
| 658 | 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | - @ <hr /></font> | |
| 661 | + @ </div> | |
| 662 | + @ <hr> | |
| 662 | 663 | return TH_OK; |
| 663 | 664 | }else{ |
| 664 | 665 | if( g.thTrace ){ |
| 665 | 666 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 666 | 667 | "}<br />\n", |
| 667 | 668 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -423,11 +423,11 @@ | |
| 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | ** the webpage currently under construction. |
| 425 | */ |
| 426 | static void showAllFields(void){ |
| 427 | int i; |
| 428 | @ <font color="blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | |
| 652 | } |
| 653 | needMod = ticket_need_moderation(0); |
| 654 | if( g.zPath[0]=='d' ){ |
| 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | @ <font color="blue"> |
| 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | @ <hr /></font> |
| 662 | return TH_OK; |
| 663 | }else{ |
| 664 | if( g.thTrace ){ |
| 665 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 666 | "}<br />\n", |
| 667 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -423,11 +423,11 @@ | |
| 423 | ** For trouble-shooting purposes, render a dump of the aField[] table to |
| 424 | ** the webpage currently under construction. |
| 425 | */ |
| 426 | static void showAllFields(void){ |
| 427 | int i; |
| 428 | @ <div style="color:blue"> |
| 429 | @ <p>Database fields:</p><ul> |
| 430 | for(i=0; i<nField; i++){ |
| 431 | @ <li>aField[%d(i)].zName = "%h(aField[i].zName)"; |
| 432 | @ originally = "%h(aField[i].zValue)"; |
| 433 | @ currently = "%h(PD(aField[i].zName,""))"; |
| @@ -652,15 +652,16 @@ | |
| 652 | } |
| 653 | needMod = ticket_need_moderation(0); |
| 654 | if( g.zPath[0]=='d' ){ |
| 655 | const char *zNeedMod = needMod ? "required" : "skipped"; |
| 656 | /* If called from /debug_tktnew or /debug_tktedit... */ |
| 657 | @ <div style="color:blue"> |
| 658 | @ <p>Ticket artifact that would have been submitted:</p> |
| 659 | @ <blockquote><pre>%h(blob_str(&tktchng))</pre></blockquote> |
| 660 | @ <blockquote><pre>Moderation would be %h(zNeedMod).</pre></blockquote> |
| 661 | @ </div> |
| 662 | @ <hr> |
| 663 | return TH_OK; |
| 664 | }else{ |
| 665 | if( g.thTrace ){ |
| 666 | Th_Trace("submit_ticket {\n<blockquote><pre>\n%h\n</pre></blockquote>\n" |
| 667 | "}<br />\n", |
| 668 |
+2
-2
| --- www/password.wiki | ||
| +++ www/password.wiki | ||
| @@ -133,11 +133,11 @@ | ||
| 133 | 133 | able to authenticate to the server. |
| 134 | 134 | |
| 135 | 135 | The client normally gets the login and password from the "remote URL". |
| 136 | 136 | |
| 137 | 137 | <blockquote><pre> |
| 138 | -http://<font color="blue">login:password</font>@servername.org/path | |
| 138 | +http://<span style="color:blue">login:password</span>@servername.org/path | |
| 139 | 139 | </pre></blockquote> |
| 140 | 140 | |
| 141 | 141 | For older clients, the password is used for the shared secret as stated |
| 142 | 142 | in the URL and with no encoding. |
| 143 | 143 | For newer clients, the shared secret is derived from the password |
| @@ -145,11 +145,11 @@ | ||
| 145 | 145 | described above. However, if the first character of the password is |
| 146 | 146 | "*" (ASCII 0x2a) then the "*" is skipped and the rest of the password |
| 147 | 147 | is used directly as the share secret without the SHA1 encoding. |
| 148 | 148 | |
| 149 | 149 | <blockquote><pre> |
| 150 | -http://<font color="blue">login:*password</font>@servername.org/path | |
| 150 | +http://<span style="color:blue">login:*password</span>@servername.org/path | |
| 151 | 151 | </pre></blockquote> |
| 152 | 152 | |
| 153 | 153 | This *-before-the-password trick can be used by newer clients to |
| 154 | 154 | sync against a legacy server that does not understand the new SHA1 |
| 155 | 155 | password encoding. |
| 156 | 156 |
| --- www/password.wiki | |
| +++ www/password.wiki | |
| @@ -133,11 +133,11 @@ | |
| 133 | able to authenticate to the server. |
| 134 | |
| 135 | The client normally gets the login and password from the "remote URL". |
| 136 | |
| 137 | <blockquote><pre> |
| 138 | http://<font color="blue">login:password</font>@servername.org/path |
| 139 | </pre></blockquote> |
| 140 | |
| 141 | For older clients, the password is used for the shared secret as stated |
| 142 | in the URL and with no encoding. |
| 143 | For newer clients, the shared secret is derived from the password |
| @@ -145,11 +145,11 @@ | |
| 145 | described above. However, if the first character of the password is |
| 146 | "*" (ASCII 0x2a) then the "*" is skipped and the rest of the password |
| 147 | is used directly as the share secret without the SHA1 encoding. |
| 148 | |
| 149 | <blockquote><pre> |
| 150 | http://<font color="blue">login:*password</font>@servername.org/path |
| 151 | </pre></blockquote> |
| 152 | |
| 153 | This *-before-the-password trick can be used by newer clients to |
| 154 | sync against a legacy server that does not understand the new SHA1 |
| 155 | password encoding. |
| 156 |
| --- www/password.wiki | |
| +++ www/password.wiki | |
| @@ -133,11 +133,11 @@ | |
| 133 | able to authenticate to the server. |
| 134 | |
| 135 | The client normally gets the login and password from the "remote URL". |
| 136 | |
| 137 | <blockquote><pre> |
| 138 | http://<span style="color:blue">login:password</span>@servername.org/path |
| 139 | </pre></blockquote> |
| 140 | |
| 141 | For older clients, the password is used for the shared secret as stated |
| 142 | in the URL and with no encoding. |
| 143 | For newer clients, the shared secret is derived from the password |
| @@ -145,11 +145,11 @@ | |
| 145 | described above. However, if the first character of the password is |
| 146 | "*" (ASCII 0x2a) then the "*" is skipped and the rest of the password |
| 147 | is used directly as the share secret without the SHA1 encoding. |
| 148 | |
| 149 | <blockquote><pre> |
| 150 | http://<span style="color:blue">login:*password</span>@servername.org/path |
| 151 | </pre></blockquote> |
| 152 | |
| 153 | This *-before-the-password trick can be used by newer clients to |
| 154 | sync against a legacy server that does not understand the new SHA1 |
| 155 | password encoding. |
| 156 |