Project

General

Profile

1
$inspector/master(it={
2

    
3
<style type="text/css">
4
 #recordbody {
5
  height: 60em;
6
  width: 100%;
7
  border: 1px solid #B0B0FF;
8
  padding: 4px;
9
 }
10
</style>
11

    
12
<h2>Low level edit mdstore record:</h2>
13

    
14
<ul>
15
  <li><a href="javascript:document.forms[0].submit()">save</a></li>
16
</ul>
17

    
18
<p> It will <b>not</b> trigger a mdstore modification date. </p>
19
<form action="mdstoreSaveRecord.do" method="POST" accept-charset="UTF-8">
20
<input type="hidden" name="mdId" value="$mdId$"/>
21
<textarea id="recordbody" name="body" WRAP="off">
22
$body$
23
</textarea>
24

    
25
</form>
26

    
27
})$
(3-3/4)