source: ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/testManipulateOldPublicProfile.jsp @ 5549

Last change on this file since 5549 was 5549, checked in by olhsha@mpi.nl, 10 years ago

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File size: 704 bytes
Line 
1<%-- 
2    Document   : testManipulateComponent
3    Created on : Aug 1, 2014, 3:44:30 PM
4    Author     : olhsha
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8<!DOCTYPE html>
9<html>
10    <head>
11        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12        <title>Manipulate component</title>
13    </head>
14    <body>
15       
16        <h3>Manipulate Old Public Profile clarin.eu:cr1:p_1345561703673 </h1>
17        <form action="rest/registry/profiles/clarin.eu:cr1:p_1345561703673" method="post">
18        <input type="text" 
19               id="method" 
20               name="method">
21        <button type="submit">Send</button>
22        </form>
23       
24    </body>
25</html>
26
Note: See TracBrowser for help on using the repository browser.