summaryrefslogtreecommitdiff
path: root/views/user.html
diff options
context:
space:
mode:
authorHorus32015-06-02 05:38:12 +0200
committerHorus32015-06-02 05:38:12 +0200
commitf8a4da578bc8f58924ef060b60c472ade8390d55 (patch)
treed9b1b35966149ad69f0d638a7c158ea3aff1883e /views/user.html
parent0a00051d30184c94a666638f66f1d145df855995 (diff)
downloadfreemail-f8a4da578bc8f58924ef060b60c472ade8390d55.tar.gz
Bug fix and better wording.
Diffstat (limited to 'views/user.html')
-rw-r--r--views/user.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/views/user.html b/views/user.html
deleted file mode 100644
index 58798ce..0000000
--- a/views/user.html
+++ /dev/null
@@ -1,46 +0,0 @@
-{{template "header.html" "User | Libremail"}}
-{{template "navbar.html"}}
-{{template "alert.html" .}}
-
-<div class="container">
- <div class="row">
- <div class="col-md-12">
- <h1>User</h1>
- <br>
- <div class="well well-lg">
- <h2 id="change_password">Change Password</h2>
- <p>
- You can change your password here.
- <br>
- <a class="btn btn-primary btn-raised" href="/password" role="button"><span class="fa fa-lock"></span> Change Password &raquo;</a>
- </p>
- <br>
- <h2 id="sign_up">Create new address</h2>
- <p>
- Looking for a new mail address? Click here.
- <br>
- <a class="btn btn-primary btn-raised" href="/register" role="button"><span class="fa fa-user-plus"></span> Create New Account&raquo;</a>
- </p>
- <br>
- <h2 id="login">Login</h2>
- <p>The easiest way is to use our webmail interface. You can find it <a href="https://iamfabulous.de/webmail" title="Webmail" target="_blank">here <span class="fa fa-external-link"></span></a>.
- <br>
- Log in with your full mail address and your password.
- <br>
- <a class="btn btn-primary btn-raised" href="https://iamfabulous.de/webmail" role="button"><span class="glyphicon glyphicon-envelope"></span> Login with your browser &raquo;</a>
- <br>
- <br>
- If you want to use your own client, see here for connection details.
- <br>
- <a class="btn btn-primary btn-raised" href="/server" role="button" title="Server | Connection details"><span class="glyphicon glyphicon-cog"></span> Connection details &raquo;</a>
- </p>
- <!--p>
- See <a href="/howto#login" title="How to login">here</a> for more details.
- <br>
- <a class="btn btn-primary btn-raised" href="/howto#login" role="button">Login &raquo;</a>
- </p-->
- </div>
- </div>
- </div>
-</div>
-{{template "footer.html" .Language}}