]> code.citadel.org Git - citadel.git/blobdiff - webcit/graphics.c
* Made the frames stuff less dependent on the HTML TARGET= directive
[citadel.git] / webcit / graphics.c
index e92af89b1bae26f87a4499604de67ecc46f7db02..633b09f36766541cc8a335e6457b3fe5bbef3bb1 100644 (file)
@@ -20,7 +20,7 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) {
                }
 
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1);
+       output_headers(1, "bottom");
         wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=770000><TR><TD>");
         wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
         wprintf("<B>Set/change %s</B>\n", description);
@@ -94,7 +94,7 @@ void select_floor_to_edit_pic(void) {
        int a;
 
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1);
+       output_headers(1, "bottom");
 
         wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=770000><TR><TD>");
         wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");