source: ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/testManipulateMyProfile.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: 700 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        <h3>Manipulate my Profile clarin.eu:cr1:p_1406902201690 (this id is obsolete) </h1>
16        <form action="rest/registry/profiles/clarin.eu:cr1:p_1406902201690" method="post">
17        <input type="text" 
18               id="method" 
19               name="method">
20        <button type="submit">Send</button>
21        </form> 
22    </body>
23</html>
Note: See TracBrowser for help on using the repository browser.