Diff
Not logged in

Differences From:

File src/style.c part of check-in [fde1d82372] - Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. by drh on 2008-02-13 22:31:59. Also file src/style.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

To:

File src/style.c part of check-in [aa519dbd99] - The Login/Logout text was reversed. Fix it. by drh on 2008-02-25 14:05:17. Also file src/style.c part of check-in [91fd4205ea] - Merged with aa519dbd99. by aku on 2008-02-26 04:55:14. [view]

@@ -172,11 +172,11 @@
 @ if {[hascap s]} {
 @   html "<a href='$baseurl/setup'>Setup</a>"
 @ }
 @ if {[info exists login]} {
-@   html "<a href='$baseurl/login'>Login</a>"
+@   html "<a href='$baseurl/login'>Logout</a>"
 @ } else {
-@   html "<a href='$baseurl/login'>Logout</a>"
+@   html "<a href='$baseurl/login'>Login</a>"
 @ }
 @ </th1></div>
 ;