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
---
build.ant | 18 +--
res/domain-fragment.d/cri.rhizi.net/css/style.css | 7 -
.../cri.rhizi.net/img/CRI-logo.png | Bin 14982 -> 0 bytes
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 -------------
.../descartes.rhizi.net/js/domain_types.js | 51 -------
.../leap.rhizi.net/js/domain_types.js | 54 -------
.../ohalo.rhizi.net/js/domain_types.js | 61 --------
.../r2.tami.org.il/js/domain_types.js | 54 -------
.../rhizi.tami.org.il/js/domain_types.js | 50 -------
res/local/css/style.css | 0
res/local/img/site-logo.png | Bin 0 -> 180 bytes
res/local/js/domain_types.js | 58 ++++++++
res/local/template.d/base.html | 20 +++
res/local/template.d/index.html | 161 +++++++++++++++++++++
res/local/template.d/login.html | 57 ++++++++
res/local/template.d/login__header.html | 2 +
res/local/template.d/pw_reset.html | 107 ++++++++++++++
res/local/template.d/user_signup.html | 98 +++++++++++++
.../by-domain/cri.rhizi.net/login__header.html | 5 -
.../by-domain/default.rhizi.net/login__header.html | 2 -
.../descartes.rhizi.net/login__header.html | 4 -
.../by-domain/leap.rhizi.net/login__header.html | 6 -
.../by-domain/ohalo.rhizi.net/login__header.html | 6 -
.../by-domain/rhizi.tami.org.il/login__header.html | 7 -
32 files changed, 506 insertions(+), 825 deletions(-)
delete mode 100644 res/domain-fragment.d/cri.rhizi.net/css/style.css
delete mode 100644 res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png
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
delete mode 100644 res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js
delete mode 100644 res/domain-fragment.d/leap.rhizi.net/js/domain_types.js
delete mode 100644 res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js
delete mode 100644 res/domain-fragment.d/r2.tami.org.il/js/domain_types.js
delete mode 100644 res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js
create mode 100644 res/local/css/style.css
create mode 100644 res/local/img/site-logo.png
create mode 100644 res/local/js/domain_types.js
create mode 100644 res/local/template.d/base.html
create mode 100644 res/local/template.d/index.html
create mode 100644 res/local/template.d/login.html
create mode 100644 res/local/template.d/login__header.html
create mode 100644 res/local/template.d/pw_reset.html
create mode 100644 res/local/template.d/user_signup.html
delete mode 100644 res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
delete mode 100644 res/local/template/fragment/by-domain/default.rhizi.net/login__header.html
delete mode 100644 res/local/template/fragment/by-domain/descartes.rhizi.net/login__header.html
delete mode 100644 res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html
delete mode 100644 res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
delete mode 100644 res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
diff --git a/build.ant b/build.ant
index 8e5d914b..95cc7a02 100644
--- a/build.ant
+++ b/build.ant
@@ -71,12 +71,7 @@
description="controls the source of domain fragments" />
-
-
-
+
@@ -146,7 +141,7 @@
failonerror="false" />
-
+
@@ -159,13 +154,6 @@
-
-
-
-
-
@@ -257,7 +245,7 @@
-
+
diff --git a/res/domain-fragment.d/cri.rhizi.net/css/style.css b/res/domain-fragment.d/cri.rhizi.net/css/style.css
deleted file mode 100644
index 84b63e95..00000000
--- a/res/domain-fragment.d/cri.rhizi.net/css/style.css
+++ /dev/null
@@ -1,7 +0,0 @@
-#site-logo {
- background-color: white;
- border-radius: 3px;
- height: 25px;
- padding: 2px;
- vertical-align: middle;
-}
\ No newline at end of file
diff --git a/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png b/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png
deleted file mode 100644
index 07a3f20e..00000000
Binary files a/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png and /dev/null differ
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 %}
-
- {% block devtools %}{% 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
-
-
-
-
-
-
-
-
- Connect yourself to the clubs, internship proposals, skills & scientific interests you have.
- got it
-
-
-
-
-
-
-
-
-
-
-
Status
-
-
-
-
-
-
-
-
Change node type with Shift+Up and Shift+Down
-
Chosen Type:
-
-
-
-
-
-{% endblock %}
-{% block devtools %}
-
-
-
Import:
-
select files
-
- →
- execute import
-
-
-
-
- Export
-
-
-
-
-{% 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 %}
-
-
-
-
-
-
- {% include "login__header.html" %}
-
-
- {% if signup_enabled %}
-
- {% endif %}
-
-
-
Email us with your feedback,
we would love to hear your suggestions!
-
-
-{% 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 %}
-
-{% 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 %}
-
-{% endblock %}
diff --git a/res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js b/res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js
deleted file mode 100644
index d167fb2e..00000000
--- a/res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js
+++ /dev/null
@@ -1,51 +0,0 @@
-define({
- type_attributes:[
- ['person', {
- 'title':'Personne',
- 'attributes': ['description',
- 'email',
- 'image-url',
- 'name',
- 'url'
- ],
- }],
- ['team', {
- 'title':'Équipe',
- 'attributes':['description', 'url', 'image-url'],
- }],
- ['resource', {
- 'title':'Organisation',
- 'attributes':['description', 'url', 'image-url', 'email'],
- }],
- ['project', {
- 'title':'Projet',
- 'attributes':['description', 'status', 'url', 'budget', 'total days','image-url'],
- }],
- ['skill', {
- 'title':'Compétence',
- 'attributes':['description', 'url', 'image-url'],
- }]
- ],
- attribute_titles:{
- 'description':'Description',
- 'email':'Email',
- 'name':'Nom',
- 'type':'Type',
- 'url':'URL',
- 'image-url':'Image URL',
- 'total days':'Jours travaillés',
- 'budget':'Budget en k€',
- 'status':'Statut'
- },
- attribute_ui:{
- 'description':'textarea',
- 'email':'input',
- 'name':'input',
- 'type':'type',
- 'image-url':'image',
- 'url':'url',
- 'total days':'total days',
- 'budget':'input',
- 'status':'input'
- },
- });
diff --git a/res/domain-fragment.d/leap.rhizi.net/js/domain_types.js b/res/domain-fragment.d/leap.rhizi.net/js/domain_types.js
deleted file mode 100644
index 92227728..00000000
--- a/res/domain-fragment.d/leap.rhizi.net/js/domain_types.js
+++ /dev/null
@@ -1,54 +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',
- },
-});
diff --git a/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js b/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js
deleted file mode 100644
index 4021fef2..00000000
--- a/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js
+++ /dev/null
@@ -1,61 +0,0 @@
-define({
- type_attributes: [
- ['collaborator', {
- 'title': 'סטודנט',
- 'attributes': ['name',
- 'description',
- 'image-url',
- 'url'
- ],
- }],
- ['keyword', {
- 'title': 'מילת-מפתח',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['project', {
- 'title': 'מאמר',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['idea', {
- 'title': 'שאלת-ראיון',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['skill', {
- 'title': 'מאפיין-מנהיגות',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['resource', {
- 'title': 'מרואיין',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['personality-trait', {
- 'title': 'פרופיל אישי',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['accepting-changes', {
- 'title': 'קבלת שינויים',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['decision-making', {
- 'title': 'קבלת החלטות',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ],
- attribute_titles: {
- 'description': 'תיאור',
- 'name': 'שם',
- 'type': 'סוג',
- 'url': 'לינק',
- 'image-url': 'לינק-תמונה',
- },
- attribute_ui: {
- 'description': 'textarea',
- 'name': 'input',
- 'type': 'type',
- 'image-url': 'image',
- 'url': 'url',
- },
- misc: {
- 'direction': 'rtl'
- }
-});
diff --git a/res/domain-fragment.d/r2.tami.org.il/js/domain_types.js b/res/domain-fragment.d/r2.tami.org.il/js/domain_types.js
deleted file mode 100644
index b9333b3e..00000000
--- a/res/domain-fragment.d/r2.tami.org.il/js/domain_types.js
+++ /dev/null
@@ -1,54 +0,0 @@
-define({
- type_attributes: [
- ['person', {
- 'title': 'Collaborator',
- 'attributes': ['affiliation',
- 'description',
- 'email',
- 'image-url',
- 'name',
- 'url'
- ],
- }],
- ['keyword', {
- 'title': 'Task',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['project', {
- 'title': 'Feature',
- 'attributes': ['description', 'url', 'rhizi-url', 'image-url'],
- }],
- ['idea', {
- 'title': 'Idea',
- 'attributes': ['description', 'url', 'image-url'],
- }],
- ['skill', {
- 'title': 'Organisation',
- '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',
- },
-});
diff --git a/res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js b/res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js
deleted file mode 100644
index 30adf121..00000000
--- a/res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js
+++ /dev/null
@@ -1,50 +0,0 @@
-define({
- type_attributes: [
- ['collaborator', {
- 'title': 'Human',
- 'attributes': ['affiliation',
- 'description',
- 'email',
- 'image-url',
- 'name',
- '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': 'Technology',
- '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',
- },
-});
diff --git a/res/local/css/style.css b/res/local/css/style.css
new file mode 100644
index 00000000..e69de29b
diff --git a/res/local/img/site-logo.png b/res/local/img/site-logo.png
new file mode 100644
index 00000000..4b1c2ca2
Binary files /dev/null and b/res/local/img/site-logo.png differ
diff --git a/res/local/js/domain_types.js b/res/local/js/domain_types.js
new file mode 100644
index 00000000..f4ca18f2
--- /dev/null
+++ b/res/local/js/domain_types.js
@@ -0,0 +1,58 @@
+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/local/template.d/base.html b/res/local/template.d/base.html
new file mode 100644
index 00000000..135189af
--- /dev/null
+++ b/res/local/template.d/base.html
@@ -0,0 +1,20 @@
+
+
+
+ {% block head %}
+
+
+ {% block title %}{% endblock %}
+
+
+
+
+
+ {% endblock %}
+
+
+ {% block content %}{% endblock %}
+
+ {% block devtools %}{% endblock %}
+
+
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html
new file mode 100644
index 00000000..b1289c52
--- /dev/null
+++ b/res/local/template.d/index.html
@@ -0,0 +1,161 @@
+{% extends "base.html" %}
+{% block title %}{{ rz_config__rzdoc_cur__name|safe }} -- Rhizi Prototype{% endblock %}
+{% block head %}
+{{ super() }}
+
+
+
+
+{% endblock %}
+{% block content %}
+
+
+
+
+
+
+

+
+
+ Hello {{ rz_username }}!
+ Logout
+
+
+
+
+
+
+
+
+ Connect yourself to the clubs, internship proposals, skills & scientific interests you have.
+ got it
+
+
+
+
+
+
+
+
+
+
+
Status
+
+
+
+
+
+
+
+
Change node type with Shift+Up and Shift+Down
+
Chosen Type:
+
+
+
+
+
+{% endblock %}
+{% block devtools %}
+
+
+
Import:
+
select files
+
+ →
+ execute import
+
+
+
+
+ Export
+
+
+
+
+{% endblock %}
diff --git a/res/local/template.d/login.html b/res/local/template.d/login.html
new file mode 100644
index 00000000..73492ea2
--- /dev/null
+++ b/res/local/template.d/login.html
@@ -0,0 +1,57 @@
+{% extends "base.html" %}
+{% block title %}Welcome to Rhizi{% endblock %}
+{% block head %}
+{{ super() }}
+
+
+
+
+{% endblock %}
+{% block content %}
+
+
+
+
+
+
+ {% include "login__header.html" %}
+
+
+ {% if signup_enabled %}
+
+ {% endif %}
+
+
+
Email us with your feedback,
we would love to hear your suggestions!
+
+
+{% endblock %}
diff --git a/res/local/template.d/login__header.html b/res/local/template.d/login__header.html
new file mode 100644
index 00000000..5f242e61
--- /dev/null
+++ b/res/local/template.d/login__header.html
@@ -0,0 +1,2 @@
+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/local/template.d/pw_reset.html b/res/local/template.d/pw_reset.html
new file mode 100644
index 00000000..908f5597
--- /dev/null
+++ b/res/local/template.d/pw_reset.html
@@ -0,0 +1,107 @@
+{% extends "base.html" %} {% block title %}Rhizi - Password Reset{% endblock %}
+{% block head %} {{ super() }}
+
+
+
+
+
+{% endblock %} {% block content %}
+
+{% endblock %}
diff --git a/res/local/template.d/user_signup.html b/res/local/template.d/user_signup.html
new file mode 100644
index 00000000..93589d86
--- /dev/null
+++ b/res/local/template.d/user_signup.html
@@ -0,0 +1,98 @@
+{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %}
+{% block head %} {{ super() }}
+
+
+
+
+{% endblock %} {% block content %}
+
+{% endblock %}
diff --git a/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
deleted file mode 100644
index 7e7e86fc..00000000
--- a/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
+++ /dev/null
@@ -1,5 +0,0 @@
-Directly interact with knowledge graphs
-Rhizi is a real-time collaboration tool for building networks together.
-
-
-
diff --git a/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/default.rhizi.net/login__header.html
deleted file mode 100644
index 5f242e61..00000000
--- a/res/local/template/fragment/by-domain/default.rhizi.net/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/local/template/fragment/by-domain/descartes.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/descartes.rhizi.net/login__header.html
deleted file mode 100644
index e6b810c5..00000000
--- a/res/local/template/fragment/by-domain/descartes.rhizi.net/login__header.html
+++ /dev/null
@@ -1,4 +0,0 @@
-Rhizi helps you discover the people in Descartes IT who can help you the most.
-Make yourself discoverable by sharing your skills, interests and projects.
-
-
\ No newline at end of file
diff --git a/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html
deleted file mode 100644
index 087818c6..00000000
--- a/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html
+++ /dev/null
@@ -1,6 +0,0 @@
-Rhizi is a collaborative document for creating knowledge networks.
-As we are currently in alpha, do expect a few bugs.
-
- click here to receive updates
-
-
diff --git a/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
deleted file mode 100644
index 54dbcd2b..00000000
--- a/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
+++ /dev/null
@@ -1,6 +0,0 @@
-ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!
-זוהי גרסת אלפא, צפו לבאגים.
-
- לקבלת עדכונים לגבי התוכנה
-
-
diff --git a/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html b/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
deleted file mode 100644
index ff1fd770..00000000
--- a/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
+++ /dev/null
@@ -1,7 +0,0 @@
-Rhizi is a collaborative document for creating knowledge networks.
-By showing who works on what and who can help with tools/knowledge we can make tami better, stronger, faster!
-
That said, we are currently in alpha, so do expect a few bugs.
-
- click here to receive updates
-
-
--
cgit v1.3.1