summaryrefslogtreecommitdiffstats
path: root/templates/new.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/new.html')
-rw-r--r--templates/new.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/templates/new.html b/templates/new.html
new file mode 100644
index 0000000..1bea143
--- /dev/null
+++ b/templates/new.html
@@ -0,0 +1,67 @@
+$def with (form, user)
+
+$var title: Mailinglisten
+$var headline:
+ Create new mailing list
+
+<div class="create">
+ <div class="header">
+ <b>The rules</b>
+ </div>
+
+ <ul>
+ <li>
+ <b>Do not play with mailing list creation.</b>
+ <br />
+ Please create only those lists you really need.
+ We have to delete unused lists manually.
+ </li>
+
+ <li>
+ <b>No spamming!</b>
+ <br />
+ Never subscribe people without their explicit permission.
+ </li>
+
+ <li>
+ <b>&quot;<i>fu-berlin.de</i>&quot; E-mail address</b>
+ <br />
+ <b>You</b> need an E-mail account at Freie Universitaet Berlin to <b>create</b> a mailing list.<br>(additional administrators and list members may have any E-Mail address)
+ </li>
+
+ <li>
+ <b>List operation</b>
+ <br />
+ We reserve the right to reject or discontinue operation of any mailing list without giving reasons.
+ </li>
+
+ <li>
+ <b>Logging</b>
+ <br />
+ We record the creation of mailing lists. This includes time & date of creation, E-mail address, and your Internet address.
+ </li>
+ </ul>
+</div>
+
+<div class="create">
+ <div class="header">
+ <b>Create a mailing list</b>
+ </div>
+
+ <form name="main" method="post">
+ $:form.render()
+
+ <input type="submit" value="Create" class="submit" />
+ </form>
+</div>
+
+<div class="create" id="info">
+ <div class="header">
+ <b>Information</b>
+ </div>
+
+ The following information will be logged:<br />
+ <br />
+ Your internet address: <b>$user['ip']</b><br />
+ Your hostname: <b>$user['host']</b><br />
+</div>