summaryrefslogtreecommitdiff
path: root/src/local/domain/leap.rhizi.net
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-09 02:33:25 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-09 02:33:25 +0300
commit144e0a6047b90343fe0531f588dcab2cb99168e7 (patch)
tree6ec37fcca6c73978dddc18c62d5a9f3c5d7032bc /src/local/domain/leap.rhizi.net
parentae701b61a44b18a2d64ed8fb3c11cce2a14dde7f (diff)
leap.rhizi.net domain files: login header & domain types
Diffstat (limited to 'src/local/domain/leap.rhizi.net')
-rw-r--r--src/local/domain/leap.rhizi.net/domain_types.js44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js
new file mode 100644
index 00000000..0e263b87
--- /dev/null
+++ b/src/local/domain/leap.rhizi.net/domain_types.js
@@ -0,0 +1,44 @@
+define({
+ type_attributes: {
+ 'keyword': {
+ 'title': 'Keyword',
+ 'attributes': ['description', 'url'],
+ },
+ 'person': {
+ 'title': 'Person',
+ 'attributes': ['affiliation',
+ 'description',
+ 'email',
+ 'image-url',
+ 'name',
+ 'url'
+ ],
+ },
+ 'project': {
+ 'title': 'Project',
+ 'attributes': ['description', 'url', 'rhizi-url'],
+ },
+ 'project_component': {
+ 'title': 'Project Component',
+ 'attributes': ['description', 'url'],
+ },
+ 'objective': {
+ 'title': 'Objective',
+ 'attributes': ['description', 'url'],
+ },
+ 'outcome': {
+ 'title': 'Objective',
+ 'attributes': ['description', 'url'],
+ }
+ },
+ attribute_titles: {
+ 'affiliation': 'Affiliation',
+ 'description': 'Description',
+ 'email': 'Email',
+ 'name': 'Name',
+ 'type': 'Type',
+ 'url': 'URL',
+ 'image-url': 'Image URL',
+ 'rhizi-url': 'Rhizi URL',
+ }
+}); \ No newline at end of file