* summary.c: summary screen is now updated using ajax instead of refreshing
authorArt Cancro <ajc@citadel.org>
Sun, 18 Sep 2005 15:02:30 +0000 (15:02 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 18 Sep 2005 15:02:30 +0000 (15:02 +0000)
commit523c1b0f7a3002c6aaa3eb833b55eb0cf07674ff
tree34f3fb12e1cf6b5ddb724e5affaa1c63c858ab24
parent0f38bf6aaa60e1c1cd9f57cf076fb98deba5e7ca
* summary.c: summary screen is now updated using ajax instead of refreshing
  the whole page.  Not only does this look cleaner, but it also has the
  happy side effect of not reloading all of the images.
* webcit.c: new API calls begin_ajax_response() and end_ajax_response() for
  wrapping inner div's
* webcit.c: removed the "refresh30" parameter from output_headers() and
  from all code that calls it.  We don't need it anymore; refreshing the
  entire page is, like, sooooo 2004.  :)
25 files changed:
webcit/ChangeLog
webcit/auth.c
webcit/autocompletion.c
webcit/calendar.c
webcit/event.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/inetconf.c
webcit/mainmenu.c
webcit/messages.c
webcit/netconf.c
webcit/paging.c
webcit/preferences.c
webcit/roomops.c
webcit/setup_wizard.c
webcit/siteconfig.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