From 87d27288c8fbdde8783622917ae66659ae611e38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 16 Jun 2009 21:15:41 +0000 Subject: [PATCH] * hunt down &'s that should be ?'s in URLs --- webcit/floors.c | 2 +- webcit/graphics.c | 2 +- webcit/roomops.c | 32 +++++++++++++++---------------- webcit/static/t/iconbar_edit.html | 2 +- webcit/static/t/login.m.html | 2 +- webcit/static/t/menubar.html | 2 +- webcit/userlist.c | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/webcit/floors.c b/webcit/floors.c index 78227221b..5397cd319 100644 --- a/webcit/floors.c +++ b/webcit/floors.c @@ -81,7 +81,7 @@ void display_floorconfig(StrBuf *prepend_html) wprintf("
"); } wprintf("" - "", floornum); wprintf(_("(edit graphic)")); wprintf(""); diff --git a/webcit/graphics.c b/webcit/graphics.c index 6aab9381a..9e1170df6 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -48,7 +48,7 @@ void display_graphics_upload(char *description, char *filename, char *uplurl) wprintf(_("Please select a file to upload:")); wprintf("\n"); - wprintf("
\n", filename); + wprintf("
\n", filename); wprintf("
"); wprintf("\n", _("Upload")); diff --git a/webcit/roomops.c b/webcit/roomops.c index 1fcca946e..4258ef515 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -162,7 +162,7 @@ void room_tree_list(struct roomlisting *rp) strcpy(rmname, rp->rlname); f = rp->rlflags; - wprintf(""); @@ -357,7 +357,7 @@ void embed_room_graphic(StrBuf *Target, WCTemplputParams *TP) serv_puts("OIMG _roompic_"); serv_getln(buf, sizeof buf); if (buf[0] == '2') { - wprintf("wc_roomname)); wprintf("\">"); serv_puts("CLOS"); @@ -505,7 +505,7 @@ void embed_room_banner(char *got, int navbar_style) { if (WCC->Hdr->this_page == NULL) WCC->Hdr->this_page = NewStrBuf(); StrBufPrintf(WCC->Hdr->this_page, - "dotskip&room=%s", + "dotskip?room=%s", ChrPtr(WC->wc_roomname)); /** Check for new mail. */ @@ -1221,7 +1221,7 @@ void display_editroom(void) wprintf(_("Administration")); } else { - wprintf("< tab_cell_edit\">"); + wprintf("< tab_cell_edit\">"); wprintf(_("Administration")); wprintf(""); } @@ -1236,7 +1236,7 @@ void display_editroom(void) wprintf(_("Configuration")); } else { - wprintf(" tab_cell_edit\">"); + wprintf(" tab_cell_edit\">"); wprintf(_("Configuration")); wprintf(""); } @@ -1249,7 +1249,7 @@ void display_editroom(void) wprintf(_("Message expire policy")); } else { - wprintf(" tab_cell_edit\">"); + wprintf(" tab_cell_edit\">"); wprintf(_("Message expire policy")); wprintf(""); } @@ -1262,7 +1262,7 @@ void display_editroom(void) wprintf(_("Access controls")); } else { - wprintf(" tab_cell_edit\">"); + wprintf(" tab_cell_edit\">"); wprintf(_("Access controls")); wprintf(""); } @@ -1275,7 +1275,7 @@ void display_editroom(void) wprintf(_("Sharing")); } else { - wprintf(" tab_cell_edit\">"); + wprintf(" tab_cell_edit\">"); wprintf(_("Sharing")); wprintf(""); } @@ -1288,7 +1288,7 @@ void display_editroom(void) wprintf(_("Mailing list service")); } else { - wprintf("< tab_cell_edit\">"); + wprintf("< tab_cell_edit\">"); wprintf(_("Mailing list service")); wprintf(""); } @@ -1303,7 +1303,7 @@ void display_editroom(void) wprintf(_("Remote retrieval")); } else { - wprintf("< tab_cell_edit\">"); + wprintf("< tab_cell_edit\">"); wprintf(_("Remote retrieval")); wprintf(""); } @@ -1753,7 +1753,7 @@ void display_editroom(void) extract_token(recp, buf, 1, '|', sizeof recp); escputs(recp); - wprintf(" "); wprintf(_("(remove)")); @@ -1783,7 +1783,7 @@ void display_editroom(void) extract_token(recp, buf, 1, '|', sizeof recp); escputs(recp); - wprintf(" "); @@ -2007,7 +2007,7 @@ void display_editroom(void) wprintf("%ld", extract_long(buf, 5)); /* Fetching interval */ wprintf(""); - wprintf(" "); wprintf(_("(remove)")); @@ -2074,7 +2074,7 @@ void display_editroom(void) wprintf(""); wprintf(""); - wprintf(" "); wprintf(_("(remove)")); @@ -3700,13 +3700,13 @@ void knrooms(void) "OnChange=\"location.href=roomlistomatic.newview.options" "[selectedIndex].value\">\n"); - wprintf("\n", ( !strcasecmp(ChrPtr(ListView), "rooms") ? "SELECTED" : "" ) ); - wprintf("\n", ( !strcasecmp(ChrPtr(ListView), "folders") ? "SELECTED" : "" ) diff --git a/webcit/static/t/iconbar_edit.html b/webcit/static/t/iconbar_edit.html index 883885da0..3a4b3ba5a 100644 --- a/webcit/static/t/iconbar_edit.html +++ b/webcit/static/t/iconbar_edit.html @@ -21,7 +21,7 @@ >     >
-  + 
diff --git a/webcit/static/t/login.m.html b/webcit/static/t/login.m.html index e05027bcd..a5b71f86f 100644 --- a/webcit/static/t/login.m.html +++ b/webcit/static/t/login.m.html @@ -17,6 +17,6 @@
- + diff --git a/webcit/static/t/menubar.html b/webcit/static/t/menubar.html index 2846422d2..4f16b8f7c 100644 --- a/webcit/static/t/menubar.html +++ b/webcit/static/t/menubar.html @@ -8,7 +8,7 @@
-

+

diff --git a/webcit/userlist.c b/webcit/userlist.c index 83d82e3cf..e1c05c49c 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -76,7 +76,7 @@ void userlist(void) (bg ? "DDDDDD" : "FFFFFF") ); if (has_bio) { - wprintf(""); escputs(fl); @@ -140,7 +140,7 @@ void showuser(void) wprintf("
"); if (have_pic == 1) { - wprintf(""); } -- 2.30.2