mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Doc lib uploader for multiple files
Moved some css styles into upload component Create site better error handling git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9277 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,17 +1,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Upload Web Script Sample</title>
|
<title>File's Uploaded</title>
|
||||||
<link rel="stylesheet" href="${url.context}/css/main.css" TYPE="text/css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
File's Uploaded
|
||||||
<tr>
|
|
||||||
<td><img src="${url.context}/images/logo/AlfrescoLogo32.png" alt="Alfresco" /></td>
|
|
||||||
<td><nobr>Upload Web Script Sample</nobr></td>
|
|
||||||
</tr>
|
|
||||||
<tr><td><td>Alfresco ${server.edition} v${server.version}
|
|
||||||
<tr><td><td>
|
|
||||||
<tr><td><td>Uploaded <a href="${url.serviceContext}/sample/folder${upload.displayPath}">${upload.name}</a> of size ${upload.properties.content.size}.
|
|
||||||
</table>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user