Index: openacs-4/packages/calendar/www/cal-item-view.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-view.adp,v diff -u -r1.16 -r1.17 --- openacs-4/packages/calendar/www/cal-item-view.adp 22 May 2003 14:25:22 -0000 1.16 +++ openacs-4/packages/calendar/www/cal-item-view.adp 21 Jul 2003 19:21:36 -0000 1.17 @@ -1,45 +1,117 @@ - - - #calendar.Calendar_Item#: @cal_item.name;noquote@ #calendar.Item# - + +
+ - + - + + + + + + + + + + + + + + + + + + + + + + +
-

- @cal_nav;noquote@ -

+ + - - - - - - -
#calendar.Date_1# #calendar.and_Time#:@cal_item.pretty_short_start_date@, #calendar.from# @cal_item.start_time@ #calendar.to# @cal_item.end_time@
#calendar.Title#@cal_item.name@
@cal_item.description@
#calendar.Type#@cal_item.item_type@
#calendar.Attachments# -<% -foreach attachment $item_attachments { - template::adp_puts "[lindex $attachment 1]  " -} -%> -
-

- #calendar.edit# | #calendar.delete# @attachment_options@ - -

-#calendar.sync_with_Outlook# #calendar.single_event# | #calendar.all_events# +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
+ Calendar Event Details:
#calendar.Title# + @cal_item.name@
Description: + @cal_item.description@ +
#calendar.Date_1# + + #calendar.and_Time# + + : + + @cal_item.pretty_short_start_date@ + , #calendar.from# @cal_item.start_time@ + #calendar.to# @cal_item.end_time@ +
+ #calendar.Type# + + @cal_item.item_type@ +
+ #calendar.Attachments# + + + <% + foreach attachment $item_attachments { + template::adp_puts "[lindex $attachment 1]  " + } + %> +
+ Actions: +
- + +
+ #calendar.edit# + Edit this calendar event
+ #calendar.delete# + Delete this calendar event
+ #calendar.single_event# + #calendar.sync_with_Outlook#
+ #calendar.all_events# + Sync all events with Outlook
+