From b4e625edcd2f81ae2a57d158d3b6920ca5f46818 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 27 May 2015 09:16:09 +0300 Subject: remove all custom files, will be updated externally --- res/domain-fragment.d/default/css/style.css | 0 res/domain-fragment.d/default/img/site-logo.png | Bin 180 -> 0 bytes res/domain-fragment.d/default/js/domain_types.js | 58 -------- res/domain-fragment.d/default/template.d/base.html | 20 --- .../default/template.d/index.html | 161 --------------------- .../default/template.d/login.html | 57 -------- .../default/template.d/login__header.html | 2 - .../default/template.d/pw_reset.html | 107 -------------- .../default/template.d/user_signup.html | 98 ------------- 9 files changed, 503 deletions(-) delete mode 100644 res/domain-fragment.d/default/css/style.css delete mode 100644 res/domain-fragment.d/default/img/site-logo.png delete mode 100644 res/domain-fragment.d/default/js/domain_types.js delete mode 100644 res/domain-fragment.d/default/template.d/base.html delete mode 100644 res/domain-fragment.d/default/template.d/index.html delete mode 100644 res/domain-fragment.d/default/template.d/login.html delete mode 100644 res/domain-fragment.d/default/template.d/login__header.html delete mode 100644 res/domain-fragment.d/default/template.d/pw_reset.html delete mode 100644 res/domain-fragment.d/default/template.d/user_signup.html (limited to 'res/domain-fragment.d/default') diff --git a/res/domain-fragment.d/default/css/style.css b/res/domain-fragment.d/default/css/style.css deleted file mode 100644 index e69de29b..00000000 diff --git a/res/domain-fragment.d/default/img/site-logo.png b/res/domain-fragment.d/default/img/site-logo.png deleted file mode 100644 index 4b1c2ca2..00000000 Binary files a/res/domain-fragment.d/default/img/site-logo.png and /dev/null differ diff --git a/res/domain-fragment.d/default/js/domain_types.js b/res/domain-fragment.d/default/js/domain_types.js deleted file mode 100644 index f4ca18f2..00000000 --- a/res/domain-fragment.d/default/js/domain_types.js +++ /dev/null @@ -1,58 +0,0 @@ -define({ - type_attributes: [ - ['collaborator', { - 'title': 'Collaborator', - 'attributes': ['affiliation', - 'description', - 'email', - 'image-url', - 'name', - 'url' - ], - }], - ['keyword', { - 'title': 'Keyword', - 'attributes': ['description', 'url', 'image-url'], - }], - ['project', { - 'title': 'Project', - 'attributes': ['description', 'url', 'rhizi-url', 'image-url'], - }], - ['idea', { - 'title': 'Idea', - 'attributes': ['description', 'url', 'image-url'], - }], - ['skill', { - 'title': 'Skill', - 'attributes': ['description', 'url', 'image-url'], - }], - ['resource', { - 'title': 'Resource', - 'attributes': ['description', 'url', 'image-url'], - }] - ], - attribute_titles: { - 'affiliation': 'Affiliation', - 'description': 'Description', - 'email': 'Email', - 'name': 'Name', - 'type': 'Type', - 'url': 'URL', - 'image-url': 'Image URL', - 'rhizi-url': 'Rhizi URL', - }, - attribute_ui: { - 'affiliation': 'textarea', - 'description': 'textarea', - 'email': 'input', - 'name': 'input', - 'type': 'type', - 'image-url': 'image', - 'url': 'url', - 'rhizi-url': 'rhizi-url', - }, - misc: { - // [!] direction of item info box only right now. should be per client. - 'direction': 'rtl' - } -}); diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html deleted file mode 100644 index 135189af..00000000 --- a/res/domain-fragment.d/default/template.d/base.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {% block head %} - - - {% block title %}{% endblock %} - - - - - - {% endblock %} - - -
{% block content %}{% endblock %}
- - - - diff --git a/res/domain-fragment.d/default/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html deleted file mode 100644 index b1289c52..00000000 --- a/res/domain-fragment.d/default/template.d/index.html +++ /dev/null @@ -1,161 +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 -
- -
-
- - - -
-
-
-
-
-
-
-
- -
-
- - -
-
- -
- -
- - -{% endblock %} -{% block devtools %} -
- - Import: - select files - -
-
-
- Export -
-
- - Save - - - - Load - -
-
- save history - - replay history -
-
- Copy to URL -
-{% endblock %} diff --git a/res/domain-fragment.d/default/template.d/login.html b/res/domain-fragment.d/default/template.d/login.html deleted file mode 100644 index 73492ea2..00000000 --- a/res/domain-fragment.d/default/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/domain-fragment.d/default/template.d/login__header.html b/res/domain-fragment.d/default/template.d/login__header.html deleted file mode 100644 index 5f242e61..00000000 --- a/res/domain-fragment.d/default/template.d/login__header.html +++ /dev/null @@ -1,2 +0,0 @@ -

Rhizi allows you and your peers to build a shared network of knowledge

-

Make yourself discoverable by sharing your skills, interests and projects

diff --git a/res/domain-fragment.d/default/template.d/pw_reset.html b/res/domain-fragment.d/default/template.d/pw_reset.html deleted file mode 100644 index 908f5597..00000000 --- a/res/domain-fragment.d/default/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/domain-fragment.d/default/template.d/user_signup.html b/res/domain-fragment.d/default/template.d/user_signup.html deleted file mode 100644 index 93589d86..00000000 --- a/res/domain-fragment.d/default/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