diff --git a/config/alfresco/templates/webscripts/org/alfresco/webscripts.lib.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/webscripts.lib.html.ftl new file mode 100644 index 0000000000..60cf23c789 --- /dev/null +++ b/config/alfresco/templates/webscripts/org/alfresco/webscripts.lib.html.ftl @@ -0,0 +1,47 @@ +[#ftl] + +[#macro head] + + [#nested] + + +[/#macro] + +[#macro header] + + + + +
Alfresco[#nested]
+ + +
Alfresco ${server.edition?html} v${server.version?html}
+[/#macro] + +[#macro indexheader size=-1] +[@header][#nested][/@header] + + +
[#if size == -1]${webscripts?size}[#else]${size}[/#if] Web Scripts
+[/#macro] + +[#macro onlinedoc] + + +
Online documentation.
+[/#macro] + +[#macro home] + + +
Back to Web Scripts Home
+[/#macro] + +[#macro parent path pathname] +[#if path.parent?exists] +
+ +
Up to ${pathname} ${path.parent.path} +
+[/#if] +[/#macro] \ No newline at end of file