]> code.citadel.org Git - citadel.git/commitdiff
* Cosmetic changes
authorArt Cancro <ajc@citadel.org>
Fri, 28 May 2004 20:24:53 +0000 (20:24 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 28 May 2004 20:24:53 +0000 (20:24 +0000)
webcit/ChangeLog
webcit/iconbar.c
webcit/messages.c
webcit/static/mainframeset.html
webcit/static/style.css

index 3780e2fa1e5263c75be2f60177cfacdc4bcf5b54..eb93dd40eb6321e06fe95d99aa32b6dc100c9806 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 510.2  2004/05/28 20:24:53  ajc
+* Cosmetic changes
+
 Revision 510.1  2004/05/24 03:02:38  ajc
 * CSS change to make folder names stand out more in the "Folder View"
 
@@ -1812,4 +1815,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 1dde972045501eb6d6351a0050033219f15699c6..91b2dd5666cf877cf65945c9a732395990cf8d57 100644 (file)
@@ -100,7 +100,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Summary<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_inbox) {
@@ -116,7 +116,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Mail<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_calendar) {
@@ -132,7 +132,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Calendar<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_contacts) {
@@ -148,7 +148,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Contacts<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_tasks)  {
@@ -164,7 +164,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Tasks<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_rooms) {
@@ -179,7 +179,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Rooms<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_users) {
@@ -194,7 +194,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Users<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_chat) {
@@ -212,7 +212,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Chat<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_advanced) {
@@ -229,7 +229,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Advanced options<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        if (ib_logoff) {
@@ -244,7 +244,7 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Log off<BR>");
                }
-               wprintf("</A></SPAN>\n");
+               wprintf("</A></SPAN><BR>\n");
        }
 
        wprintf(
index 1c50808b754c444b4d0d954988297a096cea3ed6..0cd6bc47f000bb43899b9f72371b477cc6dade72 100644 (file)
@@ -368,6 +368,11 @@ void read_message(long msgnum) {
                return;
        }
 
+       /* begin everythingamundo table */
+       wprintf("<table width=100% border=1 cellspacing=0 "
+               "cellpadding=0><TR><TD>\n");
+
+       /* begin message header table */
        wprintf("<TABLE WIDTH=100%% BORDER=0 CELLSPACING=0 "
                "CELLPADDING=1 BGCOLOR=\"#CCCCCC\"><TR><TD>\n");
 
@@ -542,7 +547,7 @@ void read_message(long msgnum) {
 
        /* Begin body */
        wprintf("<TABLE BORDER=0 WIDTH=100%% BGCOLOR=#FFFFFF "
-               "CELLPADDING=0 CELLSPACING=0><TR><TD>");
+               "CELLPADDING=1 CELLSPACING=0><TR><TD>");
 
        /* 
         * Learn the content type
@@ -641,6 +646,9 @@ void read_message(long msgnum) {
 
 ENDBODY:
        wprintf("</TD></TR></TABLE>\n");
+
+       /* end everythingamundo table */
+       wprintf("</TD></TR></TABLE><BR>\n");
 }
 
 
index 4e44c88f574b54e64c87e676a22b4f86f019a29d..751e929b6419842bb59d13a21613512a554d49ca 100644 (file)
@@ -6,7 +6,7 @@
        <META HTTP-EQUIV="Content-Language" CONTENT="en">
 </HEAD>
 
-<FRAMESET COLS="83, *" FRAMESPACING="0" BORDER="FALSE" FRAMEBORDER="0">
+<FRAMESET COLS="100, *" FRAMESPACING="0" BORDER="FALSE" FRAMEBORDER="0">
        <FRAME NAME="iconbarframe" SRC="/iconbar" SCROLLING="no">
        <FRAMESET ROWS="*, 45" FRAMESPACING=0 BORDER="FALSE" FRAMEBORDER="0">
                <FRAME NAME="workspace" SRC="<?STARTPAGE>">
index 6da95250561126c825bf8baeb7621c13f990f0b5..adc3482ec7726220da8355a7cad82783223d1e24 100644 (file)
@@ -14,7 +14,7 @@ a:active {
 }
 
 .menubar_link {
-       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
        font-size: 9pt;
 }
 
@@ -122,7 +122,7 @@ a:active {
 }
 
 .iconbar_link {
-       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
        font-size: 9pt;
 }