Project

General

Profile

1 26600 sandro.lab
$inspector/master(it={
2
<h2>Database inspector - editing</h2>
3
$inspector/path()$
4
5
<ul id="subnav">
6
<li><a href="javascript:document.forms[0].submit()">save</a></li></li>
7
</ul>
8
9
<form action="save" method="POST" >
10
$if(creating)$
11
 <p>creating new file:</p>
12
$endif$
13
14
<p>You can edit the profile from within the browser. Upon save it will be checked for schema compliance.</p>
15
<textarea name="source" class="profile" id="profile" autofocus>
16
$file$
17
</textarea>
18
19
 <input type="hidden" name="creating" value="$creating$"/>
20
</form>
21
22
})$