From 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 5 May 2015 20:50:02 +0300 Subject: relocating domain fragments (slated to move again soon) --- res/template.d/base.html | 17 ----- res/template.d/index.html | 150 ---------------------------------------- res/template.d/login.html | 57 --------------- res/template.d/pw_reset.html | 107 ---------------------------- res/template.d/user_signup.html | 98 -------------------------- 5 files changed, 429 deletions(-) delete mode 100644 res/template.d/base.html delete mode 100644 res/template.d/index.html delete mode 100644 res/template.d/login.html delete mode 100644 res/template.d/pw_reset.html delete mode 100644 res/template.d/user_signup.html (limited to 'res/template.d') diff --git a/res/template.d/base.html b/res/template.d/base.html deleted file mode 100644 index 7369984d..00000000 --- a/res/template.d/base.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - {% block head %} - - - {% block title %}{% endblock %} - - - - {% endblock %} - - -
{% block content %}{% endblock %}
- - - diff --git a/res/template.d/index.html b/res/template.d/index.html deleted file mode 100644 index 9a10297d..00000000 --- a/res/template.d/index.html +++ /dev/null @@ -1,150 +0,0 @@ -{% extends "base.html" %} -{% block title %}{{ rz_config__rzdoc_cur__name|safe }} -- Rhizi Prototype{% endblock %} -{% block head %} -{{ super() }} - - - - -{% endblock %} -{% block content %} -
- -
- - - -
-
- - - - Hello {{ rz_username }}!Logout - - - -
- -
-
-
-
Layout
-
Filter -
- -
-
- - - -
-
-
-
-
-
-
-
- -
-
- - -
-
- -
- -
- -
-
-
- Save -
-
-
-
-
-
- Load -
-
-
- -
-
-
- Import -
-
- -
- - - -
-
- -{% endblock %} diff --git a/res/template.d/login.html b/res/template.d/login.html deleted file mode 100644 index 73492ea2..00000000 --- a/res/template.d/login.html +++ /dev/null @@ -1,57 +0,0 @@ -{% extends "base.html" %} -{% block title %}Welcome to Rhizi{% endblock %} -{% block head %} -{{ super() }} - - - - -{% endblock %} -{% block content %} -
- - - - - {% if signup_enabled %} - - {% endif %} - -
-{% endblock %} diff --git a/res/template.d/pw_reset.html b/res/template.d/pw_reset.html deleted file mode 100644 index 908f5597..00000000 --- a/res/template.d/pw_reset.html +++ /dev/null @@ -1,107 +0,0 @@ -{% extends "base.html" %} {% block title %}Rhizi - Password Reset{% endblock %} -{% block head %} {{ super() }} - - - - - -{% endblock %} {% block content %} -
-
- -
Password Reset
-
- {% if 'step_0__reset_request_submission' == pw_rst_step %} -
-
-

To have a password renewal link sent to you, please insert the email addressed associated with your Rhizi account.

-
-
- -
-
-
-
-
-
Submit
-
- {% elif 'step_1__collect_new_password' == pw_rst_step %} -
-
-

Please set a new account password:

-
-
- -
-
- -
-
-
-
-
Submit
-
-
- {% elif 'general_error' == pw_rst_step %} -
-
-

An error has occurred, please try again later.

-
-
- {% endif %} -
-
-
-
-
-
-{% endblock %} diff --git a/res/template.d/user_signup.html b/res/template.d/user_signup.html deleted file mode 100644 index 93589d86..00000000 --- a/res/template.d/user_signup.html +++ /dev/null @@ -1,98 +0,0 @@ -{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} -{% block head %} {{ super() }} - - - - -{% endblock %} {% block content %} -
- - - {% if 'activation_success' == state %} -
-

- Congratulations! your account has been activated.
Please - head over to the login page to access - your account. -

-
- {% elif 'activation_failure' == state %} -
-

Activation failure,
please try again later.

-
- {% else %} - -
-{% endblock %} -- cgit v1.3.1