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

Last change on this file since 1135 was 1135, checked in by nanardon, 12 years ago

Merge branch 'dyngroup'

File size: 467 bytes
Line 
1<form action="[% c.uri_for() %]" method="POST">
2<label for="subject">Sujet</label><br>
3<input type="text" name="subject" value="[% c.session.mailing.subject | html %]">
4<br>
5
6<input type="submit" name="sto" value="To ...">
7[% IF c.session.to.keys.size > 0 %][% c.session.to.keys.size %] destinataires[% END %]
8<br>
9<textarea name="body" rows="6" cols="60">
10[%- c.session.mailing.body | html -%]
11</textarea><br>
12<input type="submit" name="send" value="send">
13
14</form>
Note: See TracBrowser for help on using the repository browser.