Differences From:
File
src/my_page.c
part of check-in
[d27a905b1f]
- Added link to /timeline?u=... Added several TODO markers.
by
stephan on
2008-02-04 17:27:17.
[view]
To:
File
src/my_page.c
part of check-in
[4280e0d1f6]
- Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits.
by
stephan on
2008-02-05 20:49:53.
[view]
@@ -91,19 +91,19 @@
@ <h2>Welcome, %s(uname)!</h2>
@ Your user ID is: %d(uid)<br/>
@ Your Fossil permissions are: [%s(ucap)]
- @ <span class='achtung'>[TODO: explain these]</span><br/>
+ @ [TODO: explain these]<br/>
@ Your additional info: [%s(uinfo)]
- @ <span class='achtung'>[TODO: make this editable]</span><br/>
+ @ [TODO: make this editable]<br/>
mypage_logout_button();
@ <hr/>
@ <h2>Your artifacts:</h2>
@ <ul>
- @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)'>Your latest commits</a>.</li>
- @ <li>TODO: your Wiki entries</li>
+ @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li>
+ @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li>
@ <li>TODO: your tickets</li>
@ <li>TODO: etc. etc. etc.</li>
@ </ul>
mypage_password_changer();