*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Fri, 14 Jan 2005 04:17:50 +0000 (04:17 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Jan 2005 04:17:50 +0000 (04:17 +0000)
webcit/auth.c
webcit/calendar.c
webcit/floors.c
webcit/inetconf.c
webcit/netconf.c
webcit/roomops.c
webcit/summary.c
webcit/useredit.c
webcit/webcit.c
webcit/who.c

index 3f3918f5744afe691b4e183ef8e1abb3c6b72599..94f3014f7a0257dc1c267ed78aaf7735812898ba 100644 (file)
@@ -47,7 +47,7 @@ void display_login(char *mesg)
        char buf[SIZ];
 
        output_headers(1, 1, 2, 0, 0, 0, 0);
-       wprintf("<div id=\"text\">\n");
+       wprintf("<div id=\"content\">\n");
 
        if (mesg != NULL) if (strlen(mesg) > 0) {
                stresc(buf, mesg, 0, 0);
index ac0d703f3a66373eb09c57d012f3baededb6ade5..a8ed411cd2ec9e1c2face09abb8a423b096d53cf 100644 (file)
@@ -359,7 +359,7 @@ void respond_to_request(void) {
                "<SPAN CLASS=\"titlebar\">Respond to meeting request</SPAN>"
                "</TD></TR></TABLE>\n"
        );
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        serv_printf("ICAL respond|%s|%s|%s|",
                bstr("msgnum"),
@@ -416,7 +416,7 @@ void handle_rsvp(void) {
                "<SPAN CLASS=\"titlebar\">"
                "Update your calendar with this RSVP</SPAN>"
                "</TD></TR></TABLE>\n"
-               "</div>\n<div id=\"text\">\n"
+               "</div>\n<div id=\"content\">\n"
        );
 
        serv_printf("ICAL handle_rsvp|%s|%s|%s|",
@@ -526,7 +526,7 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) {
                "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">Edit task</SPAN>"
                "</TD></TR></TABLE>\n"
-               "</div>\n<div id=\"text\">\n"
+               "</div>\n<div id=\"content\">\n"
        );
        
        do_template("beginbox_nt");
index 0eb2da44e1aabd213b1fafe5de7e2c4f6465b380..f2ec182fa5136f1857c65b2d31413d0a527b9271 100644 (file)
@@ -54,7 +54,7 @@ void display_floorconfig(char *prepend_html)
                wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
                wprintf("<SPAN CLASS=\"titlebar\">Error</SPAN>\n");
                wprintf("</TD></TR></TABLE>\n");
-               wprintf("</div>\n<div id=\"text\">\n");
+               wprintf("</div>\n<div id=\"content\">\n");
                wprintf("%s<br />\n", &buf[4]);
                wDumpContent(1);
                return;
index 9e5a4b0f9ac63f7d9f26d1a54b3bb724a53f6d72..2becce66a58f60c3246b0e4be5191bc50cbe0003 100644 (file)
@@ -86,7 +86,7 @@ void display_inetconf(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Internet configuration</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        serv_printf("CONF GETSYS|application/x-citadel-internet-config");
        serv_gets(buf);
index c69bcb954efdc371ef0b57f289fb86799aaa75f1..6d037ce4f4ef744821c595e421dffb1d3c21e1b4 100644 (file)
@@ -81,7 +81,7 @@ void display_add_node(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Add new node</SPAN>");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/edit_node\">\n");
        wprintf("<CENTER><TABLE border=0>\n");
@@ -120,7 +120,7 @@ void display_edit_node(void)
        escputs(node);
        wprintf("</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        serv_puts("CONF getsys|application/x-citadel-ignet-config");
        serv_gets(buf);
@@ -171,7 +171,7 @@ void display_netconf(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Network configuration</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("<CENTER>");
        wprintf("<A HREF=\"/display_add_node\">");
@@ -213,7 +213,7 @@ void display_confirm_delete_node(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Confirm delete</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        strcpy(node, bstr("node"));
        wprintf("<CENTER>Are you sure you want to delete <FONT SIZE=+1>");
index 06e55bdeec16e3c0e08ba999ed226057eaf985dd..ead08a391a72d68a01c1bba6545b113359cff376 100644 (file)
@@ -1758,7 +1758,7 @@ void display_zap(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Zap (forget/unsubscribe) the current room</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("If you select this option, <em>%s</em> will ", WC->wc_roomname);
        wprintf("disappear from your room list.  Is this what you wish ");
@@ -1826,7 +1826,7 @@ void confirm_delete_room(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Confirm deletion of room</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("<CENTER>");
        wprintf("<FORM METHOD=\"GET\" ACTION=\"/delete_room\">\n");
@@ -2362,7 +2362,7 @@ void knrooms() {
        offer_start_page();
        wprintf("</FORM></TD></TR></TABLE>\n");
        wprintf("</div>\n"
-               "<div id=\"text\">\n");
+               "<div id=\"content\">\n");
 
        /* Display the room list in the user's preferred format */
        list_all_rooms_by_floor(listviewpref);
index 6aaf0d9ce0175bd03a7a1b4556db49e3d6afff95..b812dd3b518a1ee02cb2272390c530ef43216791 100644 (file)
@@ -233,7 +233,7 @@ void summary(void) {
        wprintf("</SPAN><br />");
        offer_start_page();
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        /*
         * Now let's do three columns of crap.  All portals and all groupware
index 24e574dfd568983bf53306efa309aca60f8827f7..040282c55cfdc348defb1a8e57d18e5d96f01578 100644 (file)
@@ -270,7 +270,7 @@ void display_edituser(char *supplied_username, int is_new) {
                "Edit user account: ");
        escputs(username);
        wprintf("</SPAN></TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        do_template("beginbox_nt");
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/edituser\">\n"
index a9825b0a37d352b666b82e8083eb5955862d7417..464069c71ec3b082e666f0b4edcbd1b19ba9b8d3 100644 (file)
@@ -448,7 +448,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
        }
 
        if (do_room_banner != 2) {
-               wprintf("<div id=\"text\">\n");
+               wprintf("<div id=\"content\">\n");
        }
 
        if (strlen(WC->ImportantMessage) > 0) {
@@ -700,7 +700,7 @@ void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#%s\"><TR><TD>", titlebarcolor);
        wprintf("<SPAN CLASS=\"titlebar\">%s</SPAN>\n", titlebarmsg);
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
        escputs(messagetext);
 
        wprintf("<hr />\n");
index 4898ec45ad887ea29d0fc56cfac1441aca5998e1..aa04c8f6055c124d828bd2fc619001894689c553 100644 (file)
@@ -55,7 +55,7 @@ void whobbs(void)
        offer_start_page();
        wprintf("</TD></TR></TABLE>\n");
        wprintf("</div>\n"
-               "<div id=\"text\">\n");
+               "<div id=\"content\">\n");
 
        do_template("beginbox_nt");
        wprintf("<CENTER>"
@@ -205,7 +205,7 @@ void edit_me(void)
                wprintf("<SPAN CLASS=\"titlebar\">");
                wprintf("Edit your session display");
                wprintf("</SPAN></TD></TR></TABLE>\n");
-               wprintf("</div>\n<div id=\"text\">\n");
+               wprintf("</div>\n<div id=\"content\">\n");
 
                wprintf("This screen allows you to change the way your\n");
                wprintf("session appears in the 'Who is online' listing.\n");