Functions | |
void | output_date (void) |
Display today's date in a friendly format. | |
void | dummy_section (void) |
Dummy section. | |
void | new_messages_section (void) |
New messages section. | |
void | wholist_section (void) |
Wholist section. | |
void | tasks_section (void) |
Task list section. | |
void | calendar_section (void) |
Calendar section. | |
void | server_info_section (void) |
Server info section (fluff, really). | |
void | summary_inner_div (void) |
summary of inner div???? | |
void | summary (void) |
Display this user's summary page. |
void summary_inner_div | ( | void | ) |
summary of inner div????
Now let's do three columns of crap. All portals and all groupware clients seem to want to do three columns, so we'll do three columns too. Conformity is not inherently a virtue, but there are a lot of really shallow people out there, and even though they're not people I consider worthwhile, I still want them to use WebCit.
Column One
Column Two
Column Three
Row Two - Column One
Row Two - Column Two
End of columns
Definition at line 195 of file summary.c.
References calendar_section(), new_messages_section(), server_info_section(), tasks_section(), who_inner_div(), and wprintf().
Referenced by session_loop(), and summary().
void summary | ( | void | ) |
Display this user's summary page.
You guessed it ... we're going to refresh using ajax. In the future we might consider updating individual sections of the summary instead of the whole thing.
Definition at line 287 of file summary.c.
References escputs(), offer_start_page(), output_date(), output_headers(), snprintf(), summary_inner_div(), wDumpContent(), and wprintf().
Referenced by session_loop().