From 3c8b9dba04da6d66f7e592c3c1367a2367e1c5a5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Sep 2012 00:05:22 +0200 Subject: Domain edition. --- template/domain-list.html | 42 -------------------------- template/edit-domain.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++ template/list-domains.html | 47 +++++++++++++++++++++++++++++ template/login.html | 6 ++-- 4 files changed, 126 insertions(+), 44 deletions(-) delete mode 100644 template/domain-list.html create mode 100644 template/edit-domain.html create mode 100644 template/list-domains.html (limited to 'template') diff --git a/template/domain-list.html b/template/domain-list.html deleted file mode 100644 index fcc7b23..0000000 --- a/template/domain-list.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - Domain names for <TMPL_VAR NAME=USER> - - - - -

Manage domains

- - - - - - - - - - - - - - - - - - - -
Domain (add)PermissionsDescriptionActive?
(none)(none)
- - diff --git a/template/edit-domain.html b/template/edit-domain.html new file mode 100644 index 0000000..38abc62 --- /dev/null +++ b/template/edit-domain.html @@ -0,0 +1,75 @@ + + + + + Domain names for <TMPL_VAR NAME=USER> + + + + +
+ +

Edit domain

+ + + + + + + +
+ Status: ActiveInactive + (toggle) + + + Your changes have succesfully been submitted. + +
+ +
+ +
+
+ + +

+

Description

+ +
+ An optional description of your domain. +
+

+ +
+ +

+

Catch-All aliases

+ +
+ An optional list of destinations (one e-mail address per line) that + will receive mail sent to non existing recipients. + Domain aliases can be defined by leaving the local part of + the destination empty, like in @example.org: email + to inexisting@ + will then be sent to inexisting@example.org. +
+

+ +
+ + + +
+
+ + diff --git a/template/list-domains.html b/template/list-domains.html new file mode 100644 index 0000000..9b8cf0e --- /dev/null +++ b/template/list-domains.html @@ -0,0 +1,47 @@ + + + + + Domain names for <TMPL_VAR NAME=USER> + + + + +
+ +

Manage domains

+ + + + + + + + + + + + + + + + + + + + + + +
Domain (add)PermissionsDescriptionActive?Action
(none)(none)edit
+ + diff --git a/template/login.html b/template/login.html index 6ed2a7e..293f20f 100644 --- a/template/login.html +++ b/template/login.html @@ -13,10 +13,12 @@ src="/img/fripost_logo.png" title="fripost.org|demokratisk e-post" /> +

Administrator Panel



-
+ + @@ -28,7 +30,7 @@
Username
- +
-- cgit v1.2.3