From 144e0a6047b90343fe0531f588dcab2cb99168e7 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 9 Apr 2015 02:33:25 +0300 Subject: leap.rhizi.net domain files: login header & domain types --- .../domain/commons-congress_2015/domain_types.js | 44 ---------------------- src/local/domain/leap.rhizi.net/domain_types.js | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 src/local/domain/commons-congress_2015/domain_types.js create mode 100644 src/local/domain/leap.rhizi.net/domain_types.js (limited to 'src') diff --git a/src/local/domain/commons-congress_2015/domain_types.js b/src/local/domain/commons-congress_2015/domain_types.js deleted file mode 100644 index 3cde7f18..00000000 --- a/src/local/domain/commons-congress_2015/domain_types.js +++ /dev/null @@ -1,44 +0,0 @@ -define({ - type_attributes: { - 'keyword': { - 'title': 'Keyword', - 'attributes': ['description', 'url'], - }, - 'person': { - 'title': 'Person', - 'attributes': ['affiliation', - 'street-address', - 'description', - 'email', - 'image-URL', - 'name', - 'url' - ], - }, - 'project': { - 'title': 'Project', - 'attributes': ['description', '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', - 'image-URL': 'Image URL', - 'name': 'Name', - 'url': 'URL', - 'street-address': 'Street Address', - } -}); \ No newline at end of file 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 -- cgit v1.3.1