Commit 97e799e8 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

root collection label

parent e54ac1ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ declare %private function database:list-dir($db as xs:string, $path as xs:string
 :)
declare function database:sources() as element()?{
	<div>
		<label data-path="/">Collection <em>racine</em></label>
		<label data-path="/">/</label>
		<ul>{database:list-dir($database:max-db, "/", false())}</ul>
	</div>
};
@@ -73,7 +73,7 @@ declare function database:sources() as element()?{
 :)
declare function database:collections() as element()?{
	<div>
		<label data-path="/">Collection <em>racine</em></label>
		<label data-path="/">/</label>
		<ul>{database:list-dir($database:max-db, "/", true())}</ul>
	</div>
};