diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml index 1b4813237e..b6dfbde4d7 100644 --- a/source/web/WEB-INF/web.xml +++ b/source/web/WEB-INF/web.xml @@ -439,8 +439,12 @@ CMISFileShareServlet de.fmui.cmis.fileshare.info.BrowseServlet - webcontentroot - cmisfs/ + auxroot + cmisfs/browser/ + + + allow + http.* stylesheet:application/atomsvc+xml diff --git a/source/web/cmisfs/browser/browser.css b/source/web/cmisfs/browser/browser.css index 654d5e51ef..4f4f637b18 100644 --- a/source/web/cmisfs/browser/browser.css +++ b/source/web/cmisfs/browser/browser.css @@ -5,6 +5,18 @@ body { font-size: 10pt; } +h1 { + font-family: Georgia; +} + +h2 { + font-family: Georgia; +} + +h3 { + font-family: Georgia; +} + a:link { color: #204a87; text-decoration: none; @@ -26,7 +38,7 @@ a:active { } div.navigationbox { - background-color: #eeeeec; + background-color: #f6f1de; margin-top: 10px; margin-bottom: 10px; margin-left: 0px; @@ -50,7 +62,7 @@ table.servicetable td { } .servicebox { - background-color: #eeeeec; + background-color: #f6f1de; font-size: 10pt; padding: 10px; margin: 10px; @@ -132,22 +144,22 @@ table.feedtable { border-width: 1px; } -a.actionink:link { +a.actionlink:link { color: #888a85; text-decoration: none; } -a.actionink:visited { +a.actionlink:visited { color: #888a85; text-decoration: none; } -a.actionink:hover { +a.actionlink:hover { color: #2e3436; text-decoration: underline; } -a.actionink:active { +a.actionlink:active { color: red; text-decoration: underline; } diff --git a/source/web/cmisfs/browser/cmis.png b/source/web/cmisfs/browser/cmis.png new file mode 100644 index 0000000000..871717a2b8 Binary files /dev/null and b/source/web/cmisfs/browser/cmis.png differ diff --git a/source/web/cmisfs/stylesheets/acl.xsl b/source/web/cmisfs/stylesheets/acl.xsl index c417ac64ff..f76df64e3d 100644 --- a/source/web/cmisfs/stylesheets/acl.xsl +++ b/source/web/cmisfs/stylesheets/acl.xsl @@ -1,32 +1,32 @@ + xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" + xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"> - + ACL - +

ACL

- + - + diff --git a/source/web/cmisfs/stylesheets/actions.xsl b/source/web/cmisfs/stylesheets/actions.xsl index 97734f26b4..0786b755b7 100644 --- a/source/web/cmisfs/stylesheets/actions.xsl +++ b/source/web/cmisfs/stylesheets/actions.xsl @@ -1,19 +1,19 @@ + xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" + xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"> - + Allowable Actions - +

Allowable Actions

diff --git a/source/web/cmisfs/stylesheets/entry.xsl b/source/web/cmisfs/stylesheets/entry.xsl index d5a7f17dde..9a01230d39 100644 --- a/source/web/cmisfs/stylesheets/entry.xsl +++ b/source/web/cmisfs/stylesheets/entry.xsl @@ -1,40 +1,41 @@ + xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" + xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"> - + <xsl:value-of select="atom:entry/atom:title" /> - + +

- - + + - - + + - - + + - - + + - + - +

@@ -48,11 +49,11 @@ - Down () - + Down () - - - Folder Tree - + + Folder Tree - Download - @@ -65,17 +66,17 @@ Rendition () - - - Relationships - + + Relationships - - - Allowable Actions - + + Allowable Actions - - - ACL - + + ACL - - - Policies - + + Policies - Type @@ -93,7 +94,7 @@
Principal IdPermissionPermissions Direct

- + + + + + + +

@@ -107,6 +108,12 @@
Path Segment
diff --git a/source/web/cmisfs/stylesheets/feed.xsl b/source/web/cmisfs/stylesheets/feed.xsl index ed590b119d..47806790c9 100644 --- a/source/web/cmisfs/stylesheets/feed.xsl +++ b/source/web/cmisfs/stylesheets/feed.xsl @@ -1,21 +1,22 @@ + xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" + xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"> - + <xsl:value-of select="atom:feed/atom:title" /> - + +