Announcement Admin

[% IF data.announceid %]Edit[% ELSE %]Add[% END %] Announcement

[% IF thanks == 1 %]

Announcement saved successfully.

[% ELSIF thanks == 2 %]

[% mailsent %] announcement[% IF mailsent > 1 ; THEN ; 's' ; END %] sent successfully.

[% ELSIF thanks == 3 %]

Sorry, no announcements were sent.

[% END %] [% IF errmess %] [% IF errmess == 1 %]

There are invalid or missing fields, as noted by the symbol. [% ELSE %]

[% errmess %] [% END %] [% END %]
From * [% data.hFrom_err %]
Subject * [% data.hSubject_err %]
Body * [% data.body_err %]

Note: The following substitution variables can be used within the From, Subject or Body of the announcement:

  • ENAME - user's registered name
  • EMAIL - user's registered email address
  • ECODE - user's personalised survey keycode
  • YAPC_CONF - [% yapc_name %]
  • YAPC_HOST - [% yapc_host %]
  • YAPC_CITY - [% yapc_city %]
  • YAPC_MAIL - [% yapc_mail %]
  • YAPC_HTTP - Official: [% yapc_http %]
  • YAPC_SURV - Survey: [% yapc_surv %]
  • TALK_OPEN - Conference Start Date: [% talks_open %]
  • YAPC_OPEN - Suvery Start Date: [% survey_open %]
  • YAPC_CLOSE - Survey End Date: [% survey_close %]
Publish * [% data.publish_err %] [% data.ddpublish %]

[% IF data.announceid %]

Send Options

Already Sent[% IF data.sent > 0 %][% data.sent %][% ELSE %]0[% END %]
Not Sent[% IF data.unsent > 0 %][% data.unsent %][% ELSE %]0[% END %]
Completed Survey[% IF data.done > 0 %][% data.done %][% ELSE %]0[% END %]
Not Completed Survey[% IF data.undone > 0 %][% data.undone %][% ELSE %]0[% END %]

[% END %]