Check-in [91fd4205ea]
Not logged in
Overview

SHA1 Hash:91fd4205ea3f808edf088c3503cfb484bc8d9199
Date: 2008-02-26 04:55:14
User: aku
Comment:Merged with aa519dbd99.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [d2af091ad5] to [da95e40ef2].

@@ -171,13 +171,13 @@
 @ }
 @ 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>
 ;
 
 /*