aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/add-list.html26
-rw-r--r--template/error_http.html4
-rw-r--r--template/list-locals.html3
-rw-r--r--template/login.html4
4 files changed, 32 insertions, 5 deletions
diff --git a/template/add-list.html b/template/add-list.html
index 00c94ac..ef99497 100644
--- a/template/add-list.html
+++ b/template/add-list.html
@@ -52,6 +52,26 @@
<hr/>
+ <h4 class="label">Password</h4>
+
+ <table class="loginform">
+ <tr>
+ <td class="label">Password</td>
+ <td><input type="password" name="password" size="20" /></td>
+ </tr>
+ <tr>
+ <td class="label">Repeat password</td>
+ <td><input type="password" name="password2" size="20" /></td>
+ </tr>
+ </table>
+ <div class="help">
+ This is the admin password for the web interface of the chosen list manager.
+ (The user name being yourself
+ <span class="email"><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></span>.)
+ </div>
+
+ <hr/>
+
<h4 class="label">Description</h4>
<textarea name="description" cols="50" rows="3" ><TMPL_VAR NAME=description></textarea>
<div class="help">
@@ -79,6 +99,12 @@
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
+ <div class="help">
+ <i>Note</i>: No confirmation email will be sent. It may take a while for the list to be created (especially
+ for the Schleuder list manager, as it requires a GPG key creation); Once the list has succefully been created,
+ it will be visible under the
+ <a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/">management page for <span class="domain"><TMPL_VAR NAME=domain></span></a>.
+ </div>
</div>
</form>
</div>
diff --git a/template/error_http.html b/template/error_http.html
index 7cf4f50..c6ab50a 100644
--- a/template/error_http.html
+++ b/template/error_http.html
@@ -2,10 +2,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <title><TMPL_IF NAME=message><TMPL_VAR NAME=message><TMPL_ELSE>Error</TMPL_IF></title>
+ <title><TMPL_VAR NAME=code> <TMPL_IF NAME=message><TMPL_VAR NAME=message><TMPL_ELSE>Error</TMPL_IF></title>
<link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
- <h1><TMPL_VAR NAME=code> <TMPL_VAR NAME=message></h1>
+ <div class="errorhttp"><TMPL_VAR NAME=code> <TMPL_VAR NAME=message></div>
</body>
</html>
diff --git a/template/list-locals.html b/template/list-locals.html
index 1e3a799..f9d8535 100644
--- a/template/list-locals.html
+++ b/template/list-locals.html
@@ -122,7 +122,8 @@
<tbody>
<TMPL_LOOP NAME=lists>
<TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
- <td><span class="list"><a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/<TMPL_VAR NAME=list>/"><TMPL_VAR NAME=list></a></span></td>
+ <td><span class="list"><a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/<TMPL_VAR NAME=list>/"><TMPL_VAR NAME=list></a></span
+ > <a class="external" target="_blank" href="<TMPL_VAR NAME=listurl>">➠</a></td>
<td><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF></td>
<td><TMPL_IF NAME=isactive><span class="active">&#x2714;</span><TMPL_ELSE><span class="inactive">&#x2718;</span></TMPL_IF></td>
<td><TMPL_VAR NAME=transport></td>
diff --git a/template/login.html b/template/login.html
index 766dd7d..ed10d20 100644
--- a/template/login.html
+++ b/template/login.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <title>Log In | Fripost's Administrator panel</title>
+ <title>Log In | Fripost Administrator Panel</title>
<link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body class="loginform" onload="document.loginform.authen_username.focus();">
@@ -30,7 +30,7 @@
</tr>
</table>
<div>
- <input type="hidden" name="destination" value="<TMPL_VAR NAME=destination>" />
+ <input type="hidden" name="redirect" value="<TMPL_VAR NAME=redirect>" />
<input type="submit" name="login" value="Log in" />
</div>
</form>