diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml
index a3f30d4e89..7394f6ab84 100644
--- a/source/web/WEB-INF/web.xml
+++ b/source/web/WEB-INF/web.xml
@@ -463,7 +463,7 @@
CMISFileShareServlet
- org.apache.opencmis.browser.BrowseServlet
+ org.apache.chemistry.opencmis.browser.BrowseServlet
auxroot
cmisfs/browser/
@@ -496,6 +496,18 @@
stylesheet:application/cmisacl+xml
/cmisfs/stylesheets/acl.xsl
+
+ override-stylesheet:renditions
+ /cmisfs/stylesheets/renditions.xsl
+
+
+ override-stylesheet:relationships
+ /cmisfs/stylesheets/relationships.xsl
+
+
+ override-stylesheet:thumbnails
+ /cmisfs/stylesheets/thumbnails.xsl
+
diff --git a/source/web/cmisfs/browser/browser.css b/source/web/cmisfs/browser/browser.css
index cec87f7da6..ab63066558 100644
--- a/source/web/cmisfs/browser/browser.css
+++ b/source/web/cmisfs/browser/browser.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
@CHARSET "UTF-8";
body {
@@ -33,7 +54,7 @@ a:hover {
}
a:active {
- color: #a40000;
+ color: a40000;
text-decoration: underline;
}
@@ -206,4 +227,4 @@ div.entrysummary {
border-color: #888a85;
height: 150px;
overflow: auto;
-}
\ No newline at end of file
+}
diff --git a/source/web/cmisfs/stylesheets/entry.xsl b/source/web/cmisfs/stylesheets/entry.xsl
index 3a5a4ff2a4..a8675afa7c 100644
--- a/source/web/cmisfs/stylesheets/entry.xsl
+++ b/source/web/cmisfs/stylesheets/entry.xsl
@@ -26,6 +26,7 @@
+
@@ -57,7 +58,7 @@
-
+
-
+
Summary
-
+
+
+ Relationship
+
+
+ Source Id |
+ Target Id |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
Properties
-
+
Property Definitions
@@ -151,5 +187,5 @@