* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
authorArt Cancro <ajc@citadel.org>
Tue, 11 Jan 2005 05:05:11 +0000 (05:05 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 11 Jan 2005 05:05:11 +0000 (05:05 +0000)
commit792253218528e4327e0ddf1da78e424c9c9f08a4
tree5597455e60dbf398976006036097ced72302d7d0
parentadfd13c5c3b74f1522d72bb074f924b358251b91
* *** HUGE CHANGES ***   *** WARNING: NOT FULLY FUNCTIONAL ***
* Ripped things apart in a big way.  The frameset is gone (except for
  chat, for which we'll probably keep frames).  Iconbar and banner are
  now done using CSS and <div> tags.
* Room read/enter/goto controls are currently missing.  Stay tuned.
* I am in the process of rewriting all of the markup as valid XHTML.
57 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/calendar.c
webcit/calendar_view.c
webcit/context_loop.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/html2html.c
webcit/iconbar.c
webcit/inetconf.c
webcit/listsub.c
webcit/mainmenu.c
webcit/messages.c
webcit/netconf.c
webcit/notes.c
webcit/paging.c
webcit/roomops.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/static/background.html
webcit/static/beginbox.html
webcit/static/beginbox_nt.html
webcit/static/blankpage.html [deleted file]
webcit/static/buttons.html [deleted file]
webcit/static/chatframeset.html
webcit/static/empty.html
webcit/static/endbox.html
webcit/static/head.html
webcit/static/login.html
webcit/static/lowerleftcorner.gif [deleted file]
webcit/static/lowerrightcorner.gif [deleted file]
webcit/static/mainframeset.html [deleted file]
webcit/static/menubar.html
webcit/static/navbar.html
webcit/static/newstartpage.html
webcit/static/nocookies.html
webcit/static/palette.htm
webcit/static/prompt_for_recipient.html
webcit/static/roombanner.html
webcit/static/style.css [deleted file]
webcit/static/trailing.html
webcit/static/upload.html [deleted file]
webcit/static/upperleftcorner.gif [deleted file]
webcit/static/upperleftcorner_nt.gif [deleted file]
webcit/static/upperrightcorner.gif [deleted file]
webcit/static/upperrightcorner_nt.gif [deleted file]
webcit/static/whoframeset.html [deleted file]
webcit/subst.c
webcit/summary.c
webcit/sysmsgs.c
webcit/useredit.c
webcit/userlist.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/who.c