Fossil SCM

Added link to /timeline?u=... Added several TODO markers.

stephan 2008-02-04 17:27 trunk
Commit d27a905b1f626dabb5dce2e757e9f7881b01ce58
1 file changed +14 -2
+14 -2
--- src/my_page.c
+++ src/my_page.c
@@ -89,13 +89,25 @@
8989
char const * ucap = db_column_text( &st, 1 );
9090
char const * uinfo = db_column_text( &st, 2 );
9191
9292
@ <h2>Welcome, %s(uname)!</h2>
9393
@ 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
+
9699
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>
97109
mypage_password_changer();
98110
99111
@ <hr/><h2>TODOs:</h2><ul>
100112
@ <li>Change "additional info" field.</li>
101113
@ <li>Search for changes made by you.</li>
102114
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button