X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fical%2Fattachment%2Fdisplay.html;fp=webcit%2Fstatic%2Ft%2Fical%2Fattachment%2Fdisplay.html;h=54e5b5625a31408cdb1de083c35dd65ec2763dec;hp=13dbc9c00c5c43e315fcc9318b22478f5a502f92;hb=716dc48890328a0d892ae02e1ff1b65917d76f54;hpb=3d5b1c06bbf76beadb41d236aca79ecca04f7e2e diff --git a/webcit/static/t/ical/attachment/display.html b/webcit/static/t/ical/attachment/display.html index 13dbc9c00..54e5b5625 100644 --- a/webcit/static/t/ical/attachment/display.html +++ b/webcit/static/t/ical/attachment/display.html @@ -1,51 +1,21 @@ -aaa - -abc - - -blarg - -blub - - -datum: - - - -xxxx - - - -cde - - - -efg - - - - -hij - -
-
_title"> +
_title">   
- + - - + + - - + + - +
@@ -61,12 +31,12 @@ hij - +
- +
- + @@ -85,38 +55,10 @@ hij
.
- /* If the component has attendees, iterate through them. */ - for (p = icalcomponent_get_first_property(cal, ICAL_ATTENDEE_PROPERTY); - (p != NULL); - p = icalcomponent_get_next_property(cal, ICAL_ATTENDEE_PROPERTY)) { - StrBufAppendPrintf(Target, "
"); - StrBufAppendPrintf(Target, _("Attendee:")); - StrBufAppendPrintf(Target, "
"); - ch = icalproperty_get_attendee(p); - if ((ch != NULL) && !strncasecmp(buf, "MAILTO:", 7)) { - - /** screen name or email address */ - safestrncpy(buf, ch + 7, sizeof(buf)); - striplt(buf); - StrEscAppend(Target, NULL, buf, 0, 0); - StrBufAppendPrintf(Target, " "); - - /** participant status */ - partstat_as_string(buf, p); - StrEscAppend(Target, NULL, buf, 0, 0); - } - StrBufAppendPrintf(Target, "
\n"); - } - /* If the component has subcomponents, recurse through them. */ - for (c = icalcomponent_get_first_component(cal, ICAL_ANY_COMPONENT); - (c != 0); - c = icalcomponent_get_next_component(cal, ICAL_ANY_COMPONENT)) { - /* Recursively process subcomponent */ - cal_process_object(Target, c, recursion_level+1, msgnum, cal_partnum); - } - + + @@ -124,28 +66,28 @@ hij
-

_question"> +

_question">     -_question','_title','','','Accept');"> +_question','rsvp_title','','','Accept');">     -_question','_title','','','Tentative');"> +_question','rsvp_title','','','Tentative');">     -_question','_title','','','Decline');"> +_question','rsvp_title','','','Decline');">

- + -

_question" > +

_question" > Update to accept this reply and update your calendar.")>     -_question','_title','','','Update');"> +_question','rsvp_title','','','Update');">     -_question','_title','','','Ignore');"> +_question','rsvp_title','','','Ignore');">

- + if (recursion_level == 0) {