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/client/img/CRI-logo.png | Bin 14982 -> 0 bytes res/domain-fragment.d/cri.rhizi.net/css/style.css | 7 + .../cri.rhizi.net/img/CRI-logo.png | Bin 0 -> 14982 bytes res/domain-fragment.d/default/js/domain_types.js | 58 ++++++++ res/domain-fragment.d/default/template.d/base.html | 17 +++ .../default/template.d/index.html | 150 +++++++++++++++++++++ .../default/template.d/login.html | 57 ++++++++ .../default/template.d/pw_reset.html | 107 +++++++++++++++ .../default/template.d/user_signup.html | 98 ++++++++++++++ .../descartes.rhizi.net/js/domain_types.js | 47 +++++++ .../leap.rhizi.net/js/domain_types.js | 54 ++++++++ .../ohalo.rhizi.net/js/domain_types.js | 49 +++++++ .../r2.tami.org.il/js/domain_types.js | 54 ++++++++ .../rhizi.tami.org.il/js/domain_types.js | 50 +++++++ 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 -------------- src/local/domain/default.rhizi.net/domain_types.js | 58 -------- .../domain/descartes.rhizi.net/domain_types.js | 47 ------- src/local/domain/leap.rhizi.net/domain_types.js | 54 -------- src/local/domain/ohalo.rhizi.net/domain_types.js | 49 ------- src/local/domain/r2.tami.org.il/domain_types.js | 54 -------- src/local/domain/rhizi.tami.org.il/domain_types.js | 50 ------- 25 files changed, 748 insertions(+), 741 deletions(-) delete mode 100644 res/client/img/CRI-logo.png create mode 100644 res/domain-fragment.d/cri.rhizi.net/css/style.css create mode 100644 res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png create mode 100644 res/domain-fragment.d/default/js/domain_types.js create mode 100644 res/domain-fragment.d/default/template.d/base.html create mode 100644 res/domain-fragment.d/default/template.d/index.html create mode 100644 res/domain-fragment.d/default/template.d/login.html create mode 100644 res/domain-fragment.d/default/template.d/pw_reset.html create mode 100644 res/domain-fragment.d/default/template.d/user_signup.html create mode 100644 res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js create mode 100644 res/domain-fragment.d/leap.rhizi.net/js/domain_types.js create mode 100644 res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js create mode 100644 res/domain-fragment.d/r2.tami.org.il/js/domain_types.js create mode 100644 res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js 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 delete mode 100644 src/local/domain/default.rhizi.net/domain_types.js delete mode 100644 src/local/domain/descartes.rhizi.net/domain_types.js delete mode 100644 src/local/domain/leap.rhizi.net/domain_types.js delete mode 100644 src/local/domain/ohalo.rhizi.net/domain_types.js delete mode 100644 src/local/domain/r2.tami.org.il/domain_types.js delete mode 100644 src/local/domain/rhizi.tami.org.il/domain_types.js diff --git a/res/client/img/CRI-logo.png b/res/client/img/CRI-logo.png deleted file mode 100644 index 07a3f20e..00000000 Binary files a/res/client/img/CRI-logo.png and /dev/null differ diff --git a/res/domain-fragment.d/cri.rhizi.net/css/style.css b/res/domain-fragment.d/cri.rhizi.net/css/style.css new file mode 100644 index 00000000..84b63e95 --- /dev/null +++ b/res/domain-fragment.d/cri.rhizi.net/css/style.css @@ -0,0 +1,7 @@ +#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 new file mode 100644 index 00000000..07a3f20e Binary files /dev/null and b/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png differ diff --git a/res/domain-fragment.d/default/js/domain_types.js b/res/domain-fragment.d/default/js/domain_types.js new file mode 100644 index 00000000..f4ca18f2 --- /dev/null +++ b/res/domain-fragment.d/default/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/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html new file mode 100644 index 00000000..7369984d --- /dev/null +++ b/res/domain-fragment.d/default/template.d/base.html @@ -0,0 +1,17 @@ + + + + {% 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 new file mode 100644 index 00000000..9a10297d --- /dev/null +++ b/res/domain-fragment.d/default/template.d/index.html @@ -0,0 +1,150 @@ +{% 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/domain-fragment.d/default/template.d/login.html b/res/domain-fragment.d/default/template.d/login.html new file mode 100644 index 00000000..73492ea2 --- /dev/null +++ b/res/domain-fragment.d/default/template.d/login.html @@ -0,0 +1,57 @@ +{% 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/pw_reset.html b/res/domain-fragment.d/default/template.d/pw_reset.html new file mode 100644 index 00000000..908f5597 --- /dev/null +++ b/res/domain-fragment.d/default/template.d/pw_reset.html @@ -0,0 +1,107 @@ +{% 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 new file mode 100644 index 00000000..93589d86 --- /dev/null +++ b/res/domain-fragment.d/default/template.d/user_signup.html @@ -0,0 +1,98 @@ +{% 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 %} 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 new file mode 100644 index 00000000..0a9f1409 --- /dev/null +++ b/res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js @@ -0,0 +1,47 @@ +define({ + type_attributes:[ + ['person', { + 'title':'Personne', + 'attributes': ['description', + 'email', + 'image-url', + 'name', + '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 new file mode 100644 index 00000000..92227728 --- /dev/null +++ b/res/domain-fragment.d/leap.rhizi.net/js/domain_types.js @@ -0,0 +1,54 @@ +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 new file mode 100644 index 00000000..c88840c5 --- /dev/null +++ b/res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js @@ -0,0 +1,49 @@ +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'], + }] + ], + 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 new file mode 100644 index 00000000..b9333b3e --- /dev/null +++ b/res/domain-fragment.d/r2.tami.org.il/js/domain_types.js @@ -0,0 +1,54 @@ +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 new file mode 100644 index 00000000..30adf121 --- /dev/null +++ b/res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js @@ -0,0 +1,50 @@ +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/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 %} diff --git a/src/local/domain/default.rhizi.net/domain_types.js b/src/local/domain/default.rhizi.net/domain_types.js deleted file mode 100644 index f4ca18f2..00000000 --- a/src/local/domain/default.rhizi.net/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/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js deleted file mode 100644 index 0a9f1409..00000000 --- a/src/local/domain/descartes.rhizi.net/domain_types.js +++ /dev/null @@ -1,47 +0,0 @@ -define({ - type_attributes:[ - ['person', { - 'title':'Personne', - 'attributes': ['description', - 'email', - 'image-url', - 'name', - '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/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js deleted file mode 100644 index 92227728..00000000 --- a/src/local/domain/leap.rhizi.net/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/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js deleted file mode 100644 index c88840c5..00000000 --- a/src/local/domain/ohalo.rhizi.net/domain_types.js +++ /dev/null @@ -1,49 +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'], - }] - ], - 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/src/local/domain/r2.tami.org.il/domain_types.js b/src/local/domain/r2.tami.org.il/domain_types.js deleted file mode 100644 index b9333b3e..00000000 --- a/src/local/domain/r2.tami.org.il/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/src/local/domain/rhizi.tami.org.il/domain_types.js b/src/local/domain/rhizi.tami.org.il/domain_types.js deleted file mode 100644 index 30adf121..00000000 --- a/src/local/domain/rhizi.tami.org.il/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', - }, -}); -- cgit v1.3.1