Differences From:
File
src/style.c
part of check-in
[b312f5ff5b]
- Merge in some changes to the CGI reply generator that we made back
in early December but got lost on an abandoned branch. Distributed
version control is nice, but it also leaves open the real danger of losing
changes this way. We need to work on interface features to minimize
the risk of losing changes like this, and to identify lost changes quickly.
by
drh on
2008-02-03 02:41:50.
[view]
To:
File
src/style.c
part of check-in
[334f8e6e2f]
- Added rudimentary /my page.
by
stephan on
2008-02-03 22:07:24.
[view]
@@ -186,9 +186,10 @@
@ <nobr>[project_name html]</nobr>
@ </div>
@ <div class="title">[title html]</div>
@ <div class="status"><nobr>
-@ [/login exists enable_output] Logged in as [0 /login get html]
+@ [/login exists enable_output] Logged in as
+@ <a href='[baseurl puts]/my'>[0 /login get html]</a>
@ [/login exists not enable_output] Not logged in
@ [1 enable_output]
@ </nobr></div>
@ </div>