* Removed all of the absolute URL's.
[citadel.git] / webcit / floors.c
index 0813efac6fb87c36ced5d76c158296adcd87a241..b67e4700107d9b5f23b95c6c35dc7582a587c9fe 100644 (file)
@@ -71,20 +71,20 @@ void display_floorconfig(char *prepend_html)
                wprintf("<TR><TD><TABLE border=0><TR><TD>%d", floornum);
                if (refcount == 0) {
                        wprintf("</TD><TD>"
-                               "<a href=\"/delete_floor?floornum=%d\">"
+                               "<a href=\"delete_floor?floornum=%d\">"
                                "<FONT SIZE=-1>", floornum);
                        wprintf(_("(delete floor)"));
                        wprintf("</A></FONT><br />");
                }
                wprintf("<FONT SIZE=-1>"
-                       "<a href=\"/display_editfloorpic&"
+                       "<a href=\"display_editfloorpic&"
                        "which_floor=%d\">", floornum);
                wprintf(_("(edit graphic)"));
                wprintf("</A></TD></TR></TABLE>");
                wprintf("</TD>");
 
                wprintf("<TD>"
-                       "<FORM METHOD=\"POST\" action=\"/rename_floor\">"
+                       "<FORM METHOD=\"POST\" action=\"rename_floor\">"
                        "<INPUT TYPE=\"hidden\" NAME=\"floornum\" "
                        "VALUE=\"%d\">"
                        "<INPUT TYPE=\"text\" NAME=\"floorname\" "
@@ -98,7 +98,7 @@ void display_floorconfig(char *prepend_html)
        }
 
        wprintf("<TR><TD>&nbsp;</TD>"
-               "<TD><FORM METHOD=\"POST\" action=\"/create_floor\">"
+               "<TD><FORM METHOD=\"POST\" action=\"create_floor\">"
                "<INPUT TYPE=\"text\" NAME=\"floorname\" "
                "MAXLENGTH=\"250\">\n"
                "<INPUT TYPE=\"SUBMIT\" NAME=\"sc\" "