Project

General

Profile

1 26600 sandro.lab
$inspector/master(it={
2
3
<h2>Register profile</h2>
4
5
<form method="POST" action="registerProfile2.do">
6
7
<ul>
8
  <li><input type="submit" name="valid" value="Register valid profile" /></li>
9
  <li><input type="submit" name="pending" value="Register pending profile" /></li>
10
</ul>
11
12
<p>You can register a new profile. Paste here the XML source. The resource id will be autogenerated, and the correct resource kind
13
will be applied depending whether you register valid profile or a pending profile.</p>
14
<textarea name="source" class="profile" id="profile" autofocus>
15
</textarea>
16
17
</form>
18
19
})$