File: create_list.tt2

package info (click to toggle)
sympa 5.2.3-1.2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 21,384 kB
  • ctags: 3,566
  • sloc: perl: 27,368; sh: 3,990; makefile: 1,366; ansic: 226; php: 105; lisp: 32
file content (25 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- $Id: create_list.tt2,v 1.1 2004/08/09 14:24:00 sympa-authors Exp $ -->

[% IF status == 'open' %]
[%|loc%]Your list is created.[%END%]<br /> 
[%|loc%]You can configure it via the admin button beside.[%END%]
<br />
[% IF auto_aliases %]
[%|loc%]Aliases have been installed.[%END%]
[% ELSE %]
 <table border="1">
 <tr style="background: [% light_color %];"><td style="text-align: center;">[%|loc%]Required aliases[%END%]</td></tr>
 <tr>
 <td>
 <pre><code>
 [% aliases %]
 </code></pre>
 </td>
 </tr>
 </table>
[% END %]

[% ELSE %]
[%|loc%]Your list creation request is registered. You can now  modify its
configuration using the admin button but the list will be unusable until the listmaster validates it.[%END%]
[% END %]