diff options
Diffstat (limited to 'res')
13 files changed, 319 insertions, 0 deletions
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/client/img/CRI-logo.png b/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png Binary files differindex 07a3f20e..07a3f20e 100644 --- a/res/client/img/CRI-logo.png +++ b/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png 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/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html index 7369984d..7369984d 100644 --- a/res/template.d/base.html +++ b/res/domain-fragment.d/default/template.d/base.html diff --git a/res/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html index 9a10297d..9a10297d 100644 --- a/res/template.d/index.html +++ b/res/domain-fragment.d/default/template.d/index.html diff --git a/res/template.d/login.html b/res/domain-fragment.d/default/template.d/login.html index 73492ea2..73492ea2 100644 --- a/res/template.d/login.html +++ b/res/domain-fragment.d/default/template.d/login.html diff --git a/res/template.d/pw_reset.html b/res/domain-fragment.d/default/template.d/pw_reset.html index 908f5597..908f5597 100644 --- a/res/template.d/pw_reset.html +++ b/res/domain-fragment.d/default/template.d/pw_reset.html diff --git a/res/template.d/user_signup.html b/res/domain-fragment.d/default/template.d/user_signup.html index 93589d86..93589d86 100644 --- a/res/template.d/user_signup.html +++ b/res/domain-fragment.d/default/template.d/user_signup.html 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', + }, +}); |
