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 Principal Id - Permission + Permissions Direct - + 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/"> - + - + + - - + + - - + + - - + + - - + + - + - + @@ -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 @@ - + @@ -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/"> - + - + + @@ -29,7 +30,7 @@ - Down () - + Down () - @@ -44,17 +45,17 @@ Last - - - Folder Tree - + + Folder Tree - - - Allowable Actions - + + Allowable Actions - - - ACL - + + ACL - - - Policies - + + Policies - Type @@ -74,8 +75,8 @@ Major / Latest - - + + @@ -85,83 +86,88 @@ - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - - - - - - + + + + + + - Entry - - Type Info - - - Down - + Entry - + Type Info - + + + Down () - + - Download - + Download - - All Versions - + All Versions - - Rendition () - + Rendition () - - - Allowable Actions - + + Relationships - + + + Allowable Actions - - - ACL + + ACL - - + + - + @@ -176,7 +182,7 @@ Local Namespace Display Name Query Name - Base Type + Base Id Description @@ -187,7 +193,7 @@ - + @@ -198,15 +204,15 @@ - + - Entry - - Type Info - + Entry - + Type Info - - Down + Down diff --git a/source/web/cmisfs/stylesheets/service.xsl b/source/web/cmisfs/stylesheets/service.xsl index 2cdbf796d2..3012c47e05 100644 --- a/source/web/cmisfs/stylesheets/service.xsl +++ b/source/web/cmisfs/stylesheets/service.xsl @@ -1,26 +1,29 @@ + 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/"> - + Service - + + + Repositories - Repository + Repository Collections: Links: + URI Templates: @@ -90,11 +93,16 @@ - () + () () + + + (): + + \ No newline at end of file