File: create.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 (21 lines) | stat: -rw-r--r-- 954 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
20
21
<p>
  translate("Create consultation note for")
  ##passage##
  ##versetext##
</p>
<p>translate("Summary"):</p>
<p><input type="text" id="summary" maxlength="100" class="width100" value="##summary##"/></p>
<p>translate("Body"): </p>
<div id="body" name="contents" class="width100 height50">##contents##</div>
<p>
  <input type="submit" id="create" value="translate("Create")" onclick="this.disabled=true" />
  <input type="submit" id="cancel" value="translate("Cancel")" />
</p>
<input type="hidden" id="bible" value="##bible##" />
<input type="hidden" id="book" value="##book##" />
<input type="hidden" id="chapter" value="##chapter##" />
<input type="hidden" id="verse" value="##verse##" />
<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>