Diff
Not logged in

Differences From:

File src/my_page.c part of check-in [334f8e6e2f] - Added rudimentary /my page. by stephan on 2008-02-03 22:07:24. [view]

To:

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]

@@ -90,11 +90,23 @@
   char const * uinfo = db_column_text( &st, 2 );
 
   @ <h2>Welcome, %s(uname)!</h2>
   @ Your user ID is: %d(uid)<br/>
-  @ Your Fossil permissions are: [%s(ucap)]<br/>
-  @ Your additional info: [%s(uinfo)]<br/>
+  @ Your Fossil permissions are: [%s(ucap)]
+  @   <span class='achtung'>[TODO: explain these]</span><br/>
+  @ Your additional info: [%s(uinfo)]
+  @   <span class='achtung'>[TODO: make this editable]</span><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>TODO: your tickets</li>
+  @ <li>TODO: etc. etc. etc.</li>
+  @ </ul>
   mypage_password_changer();
 
   @ <hr/><h2>TODOs:</h2><ul>
   @ <li>Change "additional info" field.</li>