Functions | |
void | display_main_menu (void) |
The Main Menu. | |
void | display_aide_menu (void) |
System administration menu. | |
void | display_generic (void) |
Display the screen to enter a generic server command. | |
void | do_generic (void) |
Interactive window to perform generic Citadel server commands. | |
void | display_menubar (int as_single_page) |
Display the menubar. |
void display_main_menu | ( | void | ) |
The Main Menu.
< start of first column
Definition at line 15 of file mainmenu.c.
References do_template(), output_headers(), svprintf(), wDumpContent(), and wprintf().
Referenced by change_start_page(), changepw(), commit_iconbar(), delete_room(), display_edit(), display_editroom(), display_entroom(), display_reg(), do_generic(), editroom(), entroom(), goto_private(), save_edit(), save_sieve(), session_loop(), and set_preferences().
void display_menubar | ( | int | as_single_page | ) |
Display the menubar.
as_single_page | Set to display HTML headers and footers -- otherwise it's assumed that the menubar is being embedded in another page. |
Definition at line 393 of file mainmenu.c.
References do_template(), output_headers(), wDumpContent(), and wprintf().
Referenced by session_loop().