source: trunk/LATMOS-Accounts-Web/root/html/services/mailing/index.tt @ 1136

Last change on this file since 1136 was 1136, checked in by nanardon, 12 years ago
  • fix merge
File size: 539 bytes
Line 
1<form action="[% c.uri_for() %]" method="POST">
2<input type="submit" name="sto" value="Selectionner les destinaires ...">
3[% IF c.session.to.keys.size > 0 %][% c.session.to.keys.size %] destinataires[% END %]
4<br>
5<label for="subject">Sujet:</label>
6<input type="text" name="subject" value="[% c.session.mailing.subject | html %]">
7<br>
8
9<textarea name="body" rows="6" cols="60">
10[%- c.session.mailing.body | html -%]
11</textarea><br>
12[% IF c.session.to.keys.size > 0 %]
13<input type="submit" name="send" value="Envoyer">
14[% END %]
15
16</form>
Note: See TracBrowser for help on using the repository browser.