mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix to broken CSS includes after webscript changes merges.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10800 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,47 @@
|
|||||||
|
[#ftl]
|
||||||
|
|
||||||
|
[#macro head]
|
||||||
|
<head>
|
||||||
|
<title>[#nested]</title>
|
||||||
|
<link rel="stylesheet" href="${url.context}/css/main.css" type="text/css" />
|
||||||
|
</head>
|
||||||
|
[/#macro]
|
||||||
|
|
||||||
|
[#macro header]
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="${url.context}/images/logo/AlfrescoLogo32.png" alt="Alfresco" /></td>
|
||||||
|
<td><span class="title">[#nested]</span></td></tr>
|
||||||
|
</table>
|
||||||
|
<table>
|
||||||
|
<tr><td colspan="2">Alfresco ${server.edition?html} v${server.version?html}</td></tr>
|
||||||
|
</table>
|
||||||
|
[/#macro]
|
||||||
|
|
||||||
|
[#macro indexheader size=-1]
|
||||||
|
[@header][#nested][/@header]
|
||||||
|
<table>
|
||||||
|
<tr><td>[#if size == -1]${webscripts?size}[#else]${size}[/#if] Web Scripts</td></tr>
|
||||||
|
</table>
|
||||||
|
[/#macro]
|
||||||
|
|
||||||
|
[#macro onlinedoc]
|
||||||
|
<table>
|
||||||
|
<tr><td><a href="http://wiki.alfresco.com/wiki/HTTP_API">Online documentation</a>.</td></tr>
|
||||||
|
</table>
|
||||||
|
[/#macro]
|
||||||
|
|
||||||
|
[#macro home]
|
||||||
|
<table>
|
||||||
|
<tr><td><a href="${url.serviceContext}/index">Back to Web Scripts Home</a></td></tr>
|
||||||
|
</table>
|
||||||
|
[/#macro]
|
||||||
|
|
||||||
|
[#macro parent path pathname]
|
||||||
|
[#if path.parent?exists]
|
||||||
|
<br>
|
||||||
|
<table>
|
||||||
|
<tr><td><a href="${url.serviceContext}/index/${pathname}${path.parent.path}">Up to ${pathname} ${path.parent.path}</a>
|
||||||
|
</table>
|
||||||
|
[/#if]
|
||||||
|
[/#macro]
|
Reference in New Issue
Block a user