From 8361fad6640faf572a50ef6db9a08b591e53156d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 3 Nov 2005 22:48:09 +0000 Subject: [PATCH] removed some absolute urls --- webcit/static/head.html | 3 +-- webcit/static/login.html | 4 ++-- webcit/static/menubar.html | 26 +++++++++++++------------- webcit/who.c | 32 ++++++++++++++++---------------- 4 files changed, 32 insertions(+), 33 deletions(-) diff --git a/webcit/static/head.html b/webcit/static/head.html index 4766dbfae..1644b79ff 100644 --- a/webcit/static/head.html +++ b/webcit/static/head.html @@ -2,10 +2,9 @@ "http://www.w3.org/TR/html4/strict.dtd"> - <?SERV_HUMANNODE> - + diff --git a/webcit/static/login.html b/webcit/static/login.html index cfdd889ca..563adaebb 100644 --- a/webcit/static/login.html +++ b/webcit/static/login.html @@ -5,7 +5,7 @@ -
+ @@ -23,7 +23,7 @@ - + "); /* (link to page this user) */ - wprintf(""); @@ -79,13 +79,13 @@ void who_inner_div(void) { if ((now - last_activity) > 900L) { wprintf(" " ""); } else { wprintf(" " ""); } wprintf("\n
User name:

diff --git a/webcit/static/menubar.html b/webcit/static/menubar.html index cd2c8ab76..2a52a6147 100644 --- a/webcit/static/menubar.html +++ b/webcit/static/menubar.html @@ -1,54 +1,54 @@
-

+

@@ -62,19 +62,19 @@
- Goto next room + Goto next room
- Skip this room + Skip this room
- Ungoto + Ungoto
- Read new messages + Read new messages
- Read all messages + Read all messages
- Enter a message + Enter a message
- Page another user + Page another user
- Advanced options + Advanced options
- Log off
+ Log off
@@ -85,6 +85,6 @@ onMouseOver="window.status='Find out more about Citadel'; return true;"> POWERED BY
-CITADEL +CITADEL
diff --git a/webcit/who.c b/webcit/who.c index 91fe3d5a0..c9c2f08e4 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -56,20 +56,20 @@ void who_inner_div(void) { wprintf("
"); if ((WC->is_aide) && (sess != WC->ctdl_pid)) { - wprintf(" %s", _("(kill)")); } if (sess == WC->ctdl_pid) { - wprintf(" %s", _("(edit)")); + wprintf(" %s", _("(edit)")); } wprintf("" " "); wprintf(""); @@ -141,7 +141,7 @@ void who(void) wprintf("
\n"); wprintf("
"); - wprintf("\""); wprintf(" "); @@ -163,7 +163,7 @@ void who(void) wprintf("
"); wprintf(_("Click on a name to read user info. Click on %s " "to send an instant message to that user."), - "\"(p)\"" + "\"(p)\"" ); wprintf("
\n"); @@ -231,18 +231,18 @@ void edit_me(void) "without typing anything in the corresponding box. ")); wprintf("
\n"); - wprintf("
\n"); + wprintf("\n"); - wprintf("\n"); + wprintf("
\n"); - wprintf("\n\n\n\n\n\n"); + wprintf("\n\n"); wprintf("
"); + wprintf("
"); wprintf(_("Room name:")); - wprintf(""); - wprintf("\n"); - wprintf(""); - wprintf("", + wprintf(""); + wprintf("\n"); + wprintf(""); + wprintf("", _("Change room name")); - wprintf("
"); wprintf(_("Host name:")); -- 2.30.2