* added matts date picker widget
authorWilfried Göesgens <willi@citadel.org>
Thu, 1 May 2008 21:32:45 +0000 (21:32 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 1 May 2008 21:32:45 +0000 (21:32 +0000)
commit3fc2504fcc0a240ea2c933f23deaa57b23a02c53
tree6a1378ed170a94db9a85a26b12ece639e27ccaea
parent5a430cf37222e34d505c7472eb69d500866804ba
* added matts date picker widget
* added matts vcard inline picture display
* added matts html fixups

* corrected BSTR to bstr
* removed unneded modifications (blanks)
* corrected coding style
24 files changed:
webcit/calendar.c
webcit/calendar_tools.c
webcit/calendar_view.c
webcit/cookie_conversion.c
webcit/iconbar.c
webcit/messages.c
webcit/roomops.c
webcit/static/builder.js [new file with mode: 0644]
webcit/static/controls.js
webcit/static/datepicker-dev.js [new file with mode: 0644]
webcit/static/datepicker.css [new file with mode: 0644]
webcit/static/dragdrop.js
webcit/static/effects.js
webcit/static/head.html
webcit/static/prototype.js
webcit/static/roombanner.html
webcit/static/scriptaculous.js
webcit/static/slider.js [new file with mode: 0644]
webcit/static/sound.js [new file with mode: 0644]
webcit/static/table.js [new file with mode: 0644]
webcit/static/unittest.js
webcit/static/wclib.js
webcit/static/webcit.css
webcit/webcit.c