aboutsummaryrefslogtreecommitdiffstats
path: root/template/add-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/add-list.html')
-rw-r--r--template/add-list.html76
1 files changed, 35 insertions, 41 deletions
diff --git a/template/add-list.html b/template/add-list.html
index 30f31ce..00c94ac 100644
--- a/template/add-list.html
+++ b/template/add-list.html
@@ -20,66 +20,59 @@
</div>
<hr/>
- <h1>Add list under <tt><TMPL_VAR NAME=domain></tt></h1>
+ <div id="content">
+ <h1>Add list under <span class="domain"><TMPL_VAR NAME=domain></span></h1>
<TMPL_IF NAME=error>
<div class="fail">Error: <TMPL_VAR NAME=error></div>
<TMPL_ELSE>
- </br>
+ <br/>
</TMPL_IF>
<br/>
- <form class="editform" name="editform" method="post">
+ <form class="editform" name="editform" method="post" action="?">
<div class="editform">
- <input type="hidden" name="a" value="add" />
- <input type="hidden" name="t" value="list" />
+ <input type="hidden" name="a" value="add" />
+ <input type="hidden" name="t" value="list" />
- <p>
- <h4 class="label">List name</h4>
- <input type="text" name="list" size="15" value="<TMPL_VAR NAME=list>"/>@<TMPL_VAR NAME=domain>
- </p>
+ <h4 class="label">List name</h4>
+ <input type="text" name="list" size="15" value="<TMPL_VAR NAME=list>"/>@<TMPL_VAR NAME=domain>
<hr/>
- <p>
- <h4 class="label">Status</h4>
- <select name="isactive">
- <option value="1" <TMPL_IF NAME=isactive>selected</TMPL_IF>>Active</option>
- <option value="0" <TMPL_UNLESS NAME=isactive>selected</TMPL_UNLESS>>Inactive</option>
- </select>
- <div class="help">
- <b>Warning</b>: emails are <i>not</i> delivered to inactive entries.
- </div>
- </p>
+ <h4 class="label">Status</h4>
+ <select name="isactive">
+ <option value="1" <TMPL_IF NAME=isactive>selected="selected"</TMPL_IF>>Active</option>
+ <option value="0" <TMPL_UNLESS NAME=isactive>selected="selected"</TMPL_UNLESS>>Inactive</option>
+ </select>
+ <div class="help">
+ <b>Warning</b>: emails are <i>not</i> delivered to inactive entries.
+ </div>
<hr/>
- <p>
- <h4 class="label">Description</h4>
- <textarea type="text" name="description" cols="50" rows="3" wrap="soft"><TMPL_VAR NAME=description></textarea>
- <div class="help">
- An optional description. (HTML tags are allowed.)
- </div>
- </p>
+ <h4 class="label">Description</h4>
+ <textarea name="description" cols="50" rows="3" ><TMPL_VAR NAME=description></textarea>
+ <div class="help">
+ An optional description. (HTML tags are allowed.)
+ </div>
<hr/>
- <p>
- <h4 class="label">Transport</h4>
- <select name="transport">
- <option value="mailman" <TMPL_UNLESS NAME=isenc>selected</TMPL_UNLESS>>GNU Mailman</option>
- <option value="schleuder" <TMPL_IF NAME=isenc>selected</TMPL_IF>>Schleuder</option>
- </select>
- <div class="help">
- The mailing list manager. (<i>Note</i>: It is not possible to
- switch once the list has been created.) The two current
- choices are the well-known
- <a href="http://list.org/">GNU Mailman</a>, and
- <a href="http://schleuder2.nadir.org/">Schleuder</a>. The
- latter offers GPG-enagbled lists (only).
- </div>
- </p>
+ <h4 class="label">Transport</h4>
+ <select name="transport">
+ <option value="mailman" <TMPL_UNLESS NAME=isenc>selected="selected"</TMPL_UNLESS>>GNU Mailman</option>
+ <option value="schleuder" <TMPL_IF NAME=isenc>selected="selected"</TMPL_IF>>Schleuder</option>
+ </select>
+ <div class="help">
+ The mailing list manager. (<i>Note</i>: It is not possible to
+ switch once the list has been created.) The two current
+ choices are the well-known
+ <a href="http://list.org/">GNU Mailman</a>, and
+ <a href="http://schleuder2.nadir.org/">Schleuder</a>. The
+ latter offers GPG-enagbled lists (only).
+ </div>
<hr/>
<br/>
@@ -88,5 +81,6 @@
<input type="submit" name="submit" value="Submit" />
</div>
</form>
+ </div>
</body>
</html>