diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 20:50:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 (patch) | |
| tree | 4aa252567a61d920d35a41bf13d47b366aeda5c1 /src | |
| parent | f14b4e5383692403d43af581780ebf52a96cf89e (diff) | |
relocating domain fragments (slated to move again soon)
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/default.rhizi.net/domain_types.js | 58 | ||||
| -rw-r--r-- | src/local/domain/descartes.rhizi.net/domain_types.js | 47 | ||||
| -rw-r--r-- | src/local/domain/leap.rhizi.net/domain_types.js | 54 | ||||
| -rw-r--r-- | src/local/domain/ohalo.rhizi.net/domain_types.js | 49 | ||||
| -rw-r--r-- | src/local/domain/r2.tami.org.il/domain_types.js | 54 | ||||
| -rw-r--r-- | src/local/domain/rhizi.tami.org.il/domain_types.js | 50 |
6 files changed, 0 insertions, 312 deletions
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', - }, -}); |
