summaryrefslogtreecommitdiffstats
path: root/templates/progress.html
blob: ac7cc491675e16187aac12ff6015900fcfbbe0d9 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
$def with (name, fail, progress)

$var title: Mailinglisten
$var headline:
     Create new mailing list

<div class="info">
  <div class="header">
    <b>Create a mailing list</b>
  </div>

  $if fail:
    <p class="wrong">Error during creating list.</p>
  $else:
    $:progress
</div>

$if not fail:
  <div class="info">
    <div class="header">
      <b>List configuration</b>
    </div>

    <p style="color: red;">
      Note: A list administration password is required to change the
      configuration. You will receive your administration passwort by
      e-mail in a few minutes.
    </p>

    <p>
      You will find the configuration page at:<br />
      <a href="/mailman/admin/$name">
        https://lists.spline.inf.fu-berlin.de/mailman/admin/$name
      </a><br /><br />

      <strong>
        You will have to enable cookies!
      </strong>
    </p>

    <p>
      Please insert there a short description of your list.
    </p>

    <p>
      <img alt="->" src="/static/img/black-arrow.png"
           style="vertical-align: center;" />

      <a href="/mailman/admin/$name">Click here to continue.</a>
    </p>
  </div>