accurator/commit

navbar, user dropdown, footer, register modal, login modal and intro page working for both bible and birds - after variable renaming

authorCristina-Iulia Bucur
Thu Nov 19 14:03:18 2015 +0100
committerCristina-Iulia Bucur
Thu Nov 19 14:03:18 2015 +0100
commit3378a87c1b17ecb3755dae1fc150b765b6e47415
tree7f07e74155aa86badaa558bed4a017ee225687ee
parent5c342d1215e92c33db42f5d60b7bef00832169de
Diff style: patch stat
diff --git a/rdf/domain/bible/ui/labels.ttl b/rdf/domain/bible/ui/labels.ttl
index 9f5b8a1..f7e4df2 100644
--- a/rdf/domain/bible/ui/labels.ttl
+++ b/rdf/domain/bible/ui/labels.ttl
@@ -10,15 +10,15 @@
 abibui:domain a auis:UI;
 	aui:domainLabel "Bible domain"@en .
 
-aui:domainLabel a auis:UILabel .
+aui:domainLabel rdfs:subPropertyOf auis:uiLabel .
 
 ###### Bible Intro Screen #####
 
 abibui:intro a auis:UI ;
 	rdfs:subClassOf aui:intro;
-	aui:txtSubSlogan "Help us add information to artworks with biblical scenes"@en .
+	aui:introHdrSubSlogan "Help us add information to artworks with biblical scenes"@en .
 
-abibui:txtSubSlogan a auis:UILabel .
+abibui:introHdrSubSlogan rdfs:subPropertyOf auis:uiLabel .
 
 ###### Bible About Screen #####
 
diff --git a/rdf/domain/bible/ui/labels_nl.ttl b/rdf/domain/bible/ui/labels_nl.ttl
index 957e28f..b19f8cb 100644
--- a/rdf/domain/bible/ui/labels_nl.ttl
+++ b/rdf/domain/bible/ui/labels_nl.ttl
@@ -9,7 +9,7 @@ abibui:domain a auis:UI;
 ###### Bible Intro Screen #####
 
 abibui:intro a auis:UI ;
-	aui:txtSubSlogan "Help ons met het toevoegen van informatie aan kunstwerken met bijbelse themas"@nl .
+	aui:introHdrSubSlogan "Help ons met het toevoegen van informatie aan kunstwerken met bijbelse themas"@nl .
 
 ##### Bible Expertise Screen #####
 
diff --git a/rdf/domain/bird/ui/labels.ttl b/rdf/domain/bird/ui/labels.ttl
index 88d9993..a83130d 100644
--- a/rdf/domain/bird/ui/labels.ttl
+++ b/rdf/domain/bird/ui/labels.ttl
@@ -16,9 +16,9 @@ aui:domainLabel rdfs:subPropertyOf auis:uiLabel .
 
 abirui:intro a auis:UI ;
 	rdfs:subClassOf aui:intro;
-	aui:headerSubSlogan "Help us add information to artworks depicting birds"@en .
+	aui:introHdrSubSlogan "Help us add information to artworks depicting birds"@en .
 
-aui:headerSubSlogan rdfs:subPropertyOf auis:uiLabel .
+aui:introHdrSubSlogan rdfs:subPropertyOf auis:uiLabel .
 
 ###### Bird About Screen #####
 
diff --git a/rdf/domain/bird/ui/labels_nl.ttl b/rdf/domain/bird/ui/labels_nl.ttl
index f2a2846..9d1eead 100644
--- a/rdf/domain/bird/ui/labels_nl.ttl
+++ b/rdf/domain/bird/ui/labels_nl.ttl
@@ -9,7 +9,7 @@ abirui:domain a auis:UI ;
 ###### Bird Intro Screen #####
 
 abirui:intro a auis:UI ;
-	aui:txtSubSlogan "Help ons met het toevoegen van informatie aan kunstwerken met vogel afbeeldingen"@nl .
+	aui:introHdrSubSlogan "Help ons met het toevoegen van informatie aan kunstwerken met vogel afbeeldingen"@nl .
 
 ##### Bird Expertise Screen #####