Functions | |
| void | display_floorconfig (char *prepend_html) |
| Display floor config Display floor configuration. If prepend_html is not NULL, its contents will be displayed at the top of the screen. | |
| void | delete_floor (void) |
| delete the actual floor | |
| void | create_floor (void) |
| tart creating a new floor | |
| void | rename_floor (void) |
| rename this floor | |
| void display_floorconfig | ( | char * | prepend_html | ) |
Display floor config Display floor configuration. If prepend_html is not NULL, its contents will be displayed at the top of the screen.
| prepend_html | pagetitle to prepend |
Definition at line 22 of file floors.c.
References client_write(), extract_int(), extract_token(), output_headers(), serv_getln(), serv_printf(), wDumpContent(), and wprintf().
Referenced by create_floor(), delete_floor(), rename_floor(), and session_loop().
1.5.2