ecdemo/commit

update to new amalgame

authorJacco van Ossenbruggen
Wed Jan 30 15:37:53 2013 +0100
committerJacco van Ossenbruggen
Wed Jan 30 15:37:53 2013 +0100
commit8faa86db58faab623462aa1f7d37e5d705ce200a
tree3d0d8ad90ca768e3edac3aa7481c843fde3d57a0
parent02a713b055f53bd1b9df01b4943f2dacd6159dd1
Diff style: patch stat
diff --git a/config-available/econnect.pl b/config-available/econnect.pl
index fd3b432..6ecf909 100644
--- a/config-available/econnect.pl
+++ b/config-available/econnect.pl
@@ -6,13 +6,11 @@
 :- use_module(library(semweb/rdf_library)).
 :- use_module(skin(cliopatria)).
 
-:- use_module(applications(vocabularies/vocabularies)).
-:- use_module(applications(vocabularies/components)).
-
 /** <module> Configure Econnect demo home Page
-
 */
 
+:- use_module(applications(selecter)).
+
 % load the RDF Manifest files to enable the datacloud generation
 
 :- initialization
@@ -29,16 +27,7 @@
 
 %%	home(+Request) is det.
 %
-%	Override default ClioPatria homepage by a page with a big
-%	econnect logo, a simple search box and an overview of the SKOS
-%	concept schemes loaded in the repository.
-%
-%	Notes:
-%       * +Request is currently not used.
-%	* The default ClioPatria and amalgame functionality is available
-%	via the small "back office" link on the bottom left of the page.
-%	The latter is implemented via the amalgame(search) style
-%	implemented by user:body//2 in skin.pl.
+%	Override default ClioPatria homepage .
 
 home(_Request) :-
 	http_absolute_location(icons('econnect-logo-big.jpg'), LogoImg, []),
@@ -47,10 +36,10 @@ home(_Request) :-
 			[title('Amalgame: home'),
 			 style(HomeStyle)
 			],
-			[\show_schemes
+			[\html_schemes_only,
+			 style('.yui3-accordion-item-trigger { display: none;}')
 			]).
 
-
 cliopatria:server_address -->
 	html_requires(css('cliopatria.css')),
 	html([	\logo,