"Introducing Seamist For Developers" Share Dashlet

- addition of dashlet from Mike F.
- placed bottom of center column
- link to WIKI (to be published) http://wiki.alfresco.com/wiki/CMIS
- link to Repository CMIS Implementation page http://<repohost>:<repoport>/alfresco/s/api/cmis.html
- feed of Seamist blog (to be setup) http://blogs.alfresco.com/cmis/?feed=rss2

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10861 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2008-09-08 21:35:46 +00:00
parent baf5c5cc45
commit bac9ed63df

View File

@@ -30,12 +30,12 @@
<form action="${url.serviceContext}/api/cmis/test" method="post"> <form action="${url.serviceContext}/api/cmis/test" method="post">
<tr><td></td></tr> <tr><td></td></tr>
<tr><td>Service URI: <input name="url" size="50" value="http://localhost:8080/alfresco/service/api/cmis"></td></tr> <tr><td>Service URI: <input name="url" size="50" value="http://localhost:8080/alfresco/service/api/cmis"></td></tr>
<tr><td>Username/Password: <input name="user" value="username/password"></td></tr> <tr><td>Username/Password: <input name="user" value=""> ** enter in the form of username/password</td></tr>
<tr><td>Validate Responses: <input type="checkbox" name="validate" value="true" checked="checked"></td></tr> <tr><td>Validate Responses: <input type="checkbox" name="validate" value="true" checked="checked"></td></tr>
<tr><td>Trace Request/Responses: <input type="checkbox" name="trace" value="true"></td></tr> <tr><td>Trace Request/Responses: <input type="checkbox" name="trace" value="true"></td></tr>
<tr><td>Argument Style: <select name="args"><option value="url" selected="selected">URL Arguments</option><option value="headers">Request Headers</option><option value="both">Both</option></select></td></tr> <tr><td>Argument Style: <select name="args"><option value="url" selected="selected">URL Arguments</option><option value="headers">Request Headers</option><option value="both">Both</option></select></td></tr>
<tr><td>Tests (use * for wildcard in name): <input name="tests" value="*"></td></tr> <tr><td>Tests (use * for wildcard in name): <input name="tests" value="*"></td></tr>
<tr><td>(<#list tests as test>${test}<#if test_has_next>, </#if></#list>)</td></tr> <tr><td>** available tests: <#list tests as test>${test}<#if test_has_next>, </#if></#list></td></tr>
<tr><td><input type="submit" value="Test"></td></tr> <tr><td><input type="submit" value="Test"></td></tr>
</form> </form>
</table> </table>