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:
Erik Winlof
2008-05-28 10:32:11 +00:00
parent 633fcf0a5d
commit 320f4736d0

View File

@@ -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>