22 lines
706 B
Plaintext
22 lines
706 B
Plaintext
<form#editform method=POST style=display:none;
|
|
<table.form#editform
|
|
$if manyfiles
|
|
<tr
|
|
<td colspan=2
|
|
Editing ^{journalselect $ files j}
|
|
<tr
|
|
<td colspan=2
|
|
<!-- XXX textarea ids are unquoted journal file paths here, not valid html -->
|
|
$forall f <- files j
|
|
<textarea id=#{fst f}_textarea name=text rows=25 cols=80 style=display:none; disabled=disabled
|
|
#{snd f}
|
|
<tr#addbuttonrow
|
|
<td
|
|
<span.help>^{formathelp}
|
|
<td align=right
|
|
<span.help Are you sure ? This will overwrite the journal. #
|
|
<input type=hidden name=action value=edit
|
|
<input type=submit name=submit value="save journal"
|
|
\ or #
|
|
<a href onclick="return editformToggle(event)">cancel
|