File: edit.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h3>translate("Edit note contents")</h3>
<p>
translate("Click on your own contributions to this Consultation Note to edit them.")
translate("Then save them.")
</p>
<br>
<div id="noteblock">##noteblock##</div>
<br>
<form action="edit?identifier=##identifier##" id="form" method="post">
  <textarea id="data" name="data" style="display:none;"></textarea>
  <p><input type="submit" name="save" value=translate("Save") /></p>
</form>
<script type="text/javascript" src="edit.js?##VERSION##"></script>