summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html2
-rw-r--r--src/local/domain/leap.rhizi.net/domain_types.js (renamed from src/local/domain/commons-congress_2015/domain_types.js)10
2 files changed, 7 insertions, 5 deletions
diff --git a/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html
new file mode 100644
index 00000000..88026a52
--- /dev/null
+++ b/res/local/template/fragment/by-domain/leap.rhizi.net/login__header.html
@@ -0,0 +1,2 @@
+<p class="login-text">Rhizi helps you discover the people in AIV M2 who can help you the most</p>
+<p class="login-text">Make yourself discoverable by sharing your skills, interests and projects</p>
diff --git a/src/local/domain/commons-congress_2015/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js
index 3cde7f18..0e263b87 100644
--- a/src/local/domain/commons-congress_2015/domain_types.js
+++ b/src/local/domain/leap.rhizi.net/domain_types.js
@@ -7,17 +7,16 @@ define({
'person': {
'title': 'Person',
'attributes': ['affiliation',
- 'street-address',
'description',
'email',
- 'image-URL',
+ 'image-url',
'name',
'url'
],
},
'project': {
'title': 'Project',
- 'attributes': ['description', 'url'],
+ 'attributes': ['description', 'url', 'rhizi-url'],
},
'project_component': {
'title': 'Project Component',
@@ -36,9 +35,10 @@ define({
'affiliation': 'Affiliation',
'description': 'Description',
'email': 'Email',
- 'image-URL': 'Image URL',
'name': 'Name',
+ 'type': 'Type',
'url': 'URL',
- 'street-address': 'Street Address',
+ 'image-url': 'Image URL',
+ 'rhizi-url': 'Rhizi URL',
}
}); \ No newline at end of file