summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-05 20:50:02 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:05 +0300
commit140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 (patch)
tree4aa252567a61d920d35a41bf13d47b366aeda5c1 /res
parentf14b4e5383692403d43af581780ebf52a96cf89e (diff)
relocating domain fragments (slated to move again soon)
Diffstat (limited to 'res')
-rw-r--r--res/domain-fragment.d/cri.rhizi.net/css/style.css7
-rw-r--r--res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png (renamed from res/client/img/CRI-logo.png)bin14982 -> 14982 bytes
-rw-r--r--res/domain-fragment.d/default/js/domain_types.js58
-rw-r--r--res/domain-fragment.d/default/template.d/base.html (renamed from res/template.d/base.html)0
-rw-r--r--res/domain-fragment.d/default/template.d/index.html (renamed from res/template.d/index.html)0
-rw-r--r--res/domain-fragment.d/default/template.d/login.html (renamed from res/template.d/login.html)0
-rw-r--r--res/domain-fragment.d/default/template.d/pw_reset.html (renamed from res/template.d/pw_reset.html)0
-rw-r--r--res/domain-fragment.d/default/template.d/user_signup.html (renamed from res/template.d/user_signup.html)0
-rw-r--r--res/domain-fragment.d/descartes.rhizi.net/js/domain_types.js47
-rw-r--r--res/domain-fragment.d/leap.rhizi.net/js/domain_types.js54
-rw-r--r--res/domain-fragment.d/ohalo.rhizi.net/js/domain_types.js49
-rw-r--r--res/domain-fragment.d/r2.tami.org.il/js/domain_types.js54
-rw-r--r--res/domain-fragment.d/rhizi.tami.org.il/js/domain_types.js50
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
index 07a3f20e..07a3f20e 100644
--- a/res/client/img/CRI-logo.png
+++ b/res/domain-fragment.d/cri.rhizi.net/img/CRI-logo.png
Binary files 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/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',
+ },
+});