From 927cdee14ba88197a17415daff40851b11d18f35 Mon Sep 17 00:00:00 2001
From: garbash
Date: Mon, 4 May 2015 14:04:26 +0300
Subject: Added Ohalo schema+fragment
---
.../by-domain/cri.rhizi.net/login__header.html | 2 +
.../by-domain/ohalo.rhizi.net/login__header.html | 6 +++
src/local/domain/ohalo.rhizi.net/domain_types.js | 52 ++++++++++++++++++++++
3 files changed, 60 insertions(+)
create mode 100644 res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
create mode 100644 src/local/domain/ohalo.rhizi.net/domain_types.js
diff --git a/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
index d18a913b..7e7e86fc 100644
--- a/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
+++ b/res/local/template/fragment/by-domain/cri.rhizi.net/login__header.html
@@ -1,3 +1,5 @@
Directly interact with knowledge graphs
Rhizi is a real-time collaboration tool for building networks together.
+
+
diff --git a/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html b/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
new file mode 100644
index 00000000..d0d8105f
--- /dev/null
+++ b/res/local/template/fragment/by-domain/ohalo.rhizi.net/login__header.html
@@ -0,0 +1,6 @@
+ברוכים הבאים לריזי, מערכת המאפשרת לסטודנטים של אוהלו לבנות ביחד רשת ידע משותפת!.
+זוהי גרסת אלפא, צפו לבאגים.
+
+ לקבלת עדכונים לגבי התוכנה
+
+
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
new file mode 100644
index 00000000..09a779bd
--- /dev/null
+++ b/src/local/domain/ohalo.rhizi.net/domain_types.js
@@ -0,0 +1,52 @@
+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: {
+ 'affiliation': 'Affiliation',
+ 'description': 'תיאור',
+ 'email': 'מייל',
+ 'name': 'שם',
+ 'type': 'סוג',
+ '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',
+ },
+});
--
cgit v1.3.1