File: comment.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 (19 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p><a href="index">translate("Back to notes list")</a></p>
<p>translate("Passage"): ##passage##</p>
<p>translate("Summary"): ##summary## ##status##</p>
<div>##content##</div>
<hr>
<p>translate("Add a comment to this note:")</p>
<div id="body" class="width100 height50"></div>
<input type="hidden" id="id" value=##id## />
<p>
  <input type="submit" id="create2" value="translate("Create")" onclick="this.disabled=true" />
  <input type="submit" id="cancel2" value="translate("Cancel")" />
</p>
<link rel="stylesheet" type="text/css" href="../quill/quill.notes.css?##VERSION##">
<script type="text/javascript" src="/filter/url.js?##VERSION##"></script>
<script src="../quill/quill.min.js?##VERSION##"></script>
<script src="quill.js?##VERSION##"></script>
<script type="text/javascript">
  ##script##
</script>