Fossil SCM
Added link to /timeline?u=... Added several TODO markers.
Commit
d27a905b1f626dabb5dce2e757e9f7881b01ce58
Parent
b5b04dcf853b627…
1 file changed
+14
-2
+14
-2
| --- src/my_page.c | ||
| +++ src/my_page.c | ||
| @@ -89,13 +89,25 @@ | ||
| 89 | 89 | char const * ucap = db_column_text( &st, 1 ); |
| 90 | 90 | char const * uinfo = db_column_text( &st, 2 ); |
| 91 | 91 | |
| 92 | 92 | @ <h2>Welcome, %s(uname)!</h2> |
| 93 | 93 | @ Your user ID is: %d(uid)<br/> |
| 94 | - @ Your Fossil permissions are: [%s(ucap)]<br/> | |
| 95 | - @ Your additional info: [%s(uinfo)]<br/> | |
| 94 | + @ Your Fossil permissions are: [%s(ucap)] | |
| 95 | + @ <span class='achtung'>[TODO: explain these]</span><br/> | |
| 96 | + @ Your additional info: [%s(uinfo)] | |
| 97 | + @ <span class='achtung'>[TODO: make this editable]</span><br/> | |
| 98 | + | |
| 96 | 99 | mypage_logout_button(); |
| 100 | + | |
| 101 | + @ <hr/> | |
| 102 | + @ <h2>Your artifacts:</h2> | |
| 103 | + @ <ul> | |
| 104 | + @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)'>Your latest commits</a>.</li> | |
| 105 | + @ <li>TODO: your Wiki entries</li> | |
| 106 | + @ <li>TODO: your tickets</li> | |
| 107 | + @ <li>TODO: etc. etc. etc.</li> | |
| 108 | + @ </ul> | |
| 97 | 109 | mypage_password_changer(); |
| 98 | 110 | |
| 99 | 111 | @ <hr/><h2>TODOs:</h2><ul> |
| 100 | 112 | @ <li>Change "additional info" field.</li> |
| 101 | 113 | @ <li>Search for changes made by you.</li> |
| 102 | 114 |
| --- src/my_page.c | |
| +++ src/my_page.c | |
| @@ -89,13 +89,25 @@ | |
| 89 | char const * ucap = db_column_text( &st, 1 ); |
| 90 | char const * uinfo = db_column_text( &st, 2 ); |
| 91 | |
| 92 | @ <h2>Welcome, %s(uname)!</h2> |
| 93 | @ Your user ID is: %d(uid)<br/> |
| 94 | @ Your Fossil permissions are: [%s(ucap)]<br/> |
| 95 | @ Your additional info: [%s(uinfo)]<br/> |
| 96 | mypage_logout_button(); |
| 97 | mypage_password_changer(); |
| 98 | |
| 99 | @ <hr/><h2>TODOs:</h2><ul> |
| 100 | @ <li>Change "additional info" field.</li> |
| 101 | @ <li>Search for changes made by you.</li> |
| 102 |
| --- src/my_page.c | |
| +++ src/my_page.c | |
| @@ -89,13 +89,25 @@ | |
| 89 | char const * ucap = db_column_text( &st, 1 ); |
| 90 | char const * uinfo = db_column_text( &st, 2 ); |
| 91 | |
| 92 | @ <h2>Welcome, %s(uname)!</h2> |
| 93 | @ Your user ID is: %d(uid)<br/> |
| 94 | @ Your Fossil permissions are: [%s(ucap)] |
| 95 | @ <span class='achtung'>[TODO: explain these]</span><br/> |
| 96 | @ Your additional info: [%s(uinfo)] |
| 97 | @ <span class='achtung'>[TODO: make this editable]</span><br/> |
| 98 | |
| 99 | mypage_logout_button(); |
| 100 | |
| 101 | @ <hr/> |
| 102 | @ <h2>Your artifacts:</h2> |
| 103 | @ <ul> |
| 104 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)'>Your latest commits</a>.</li> |
| 105 | @ <li>TODO: your Wiki entries</li> |
| 106 | @ <li>TODO: your tickets</li> |
| 107 | @ <li>TODO: etc. etc. etc.</li> |
| 108 | @ </ul> |
| 109 | mypage_password_changer(); |
| 110 | |
| 111 | @ <hr/><h2>TODOs:</h2><ul> |
| 112 | @ <li>Change "additional info" field.</li> |
| 113 | @ <li>Search for changes made by you.</li> |
| 114 |