#include <stdio.h>
#include <http.h>
#include <shell.h>
#include <string.h>
void httpHtmlBeginContent |
( |
device * |
devptr | ) |
|
Write the HTML navigation portion of the Xinu web interface.
- Parameters
-
devptr | pointer to the underlying device to write to |
void httpHtmlBeginPage |
( |
device * |
devptr | ) |
|
Write the Xinu banner and top of webpage out to the underlying device.
- Parameters
-
devptr | pointer to the underlying device to write to |
void httpHtmlNavigation |
( |
device * |
devptr | ) |
|
Write the navigation portion of the Xinu web interface.
- Parameters
-
devptr | pointer to the underlying device to write to |