File: replace2.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, 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 (20 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div>
  <label for="bibleselect">translate("Bible"): </label>
  ##bibleselect##
</div>
<p>
  <input id="searchentry" type="text" value="" placeholder="translate("Search for")" autocorrect="off" autocapitalize="off" />
  <input id="replaceentry" type="text" value="" placeholder="translate("Replace with")" autocorrect="off" autocapitalize="off" />
  <input id="previewbutton" type="button" value="translate("Preview")"  />
  <img id="searchloading" src="/pix/loading.gif">
  <input id="applybutton" type="button" value="translate("Apply all")"  />
  <progress value="0" max="100"></progress>
  <span id="hitcount"></span>
</p>
<p><input type="checkbox" id="casesensitive" checked="checked">translate("Case sensitive")</p>
<p>translate("Search") <input type="radio" id="searchplain" name="where" checked="checked">translate ("plain text") <input type="radio" name="where">translate("underlying USFM")</p>
<div id="searchresults"></div>
<script>##script##</script>
<script type="text/javascript" src="replace2.js?##VERSION##"></script>
<script type="text/javascript" src="/filter/passage.js?##VERSION##"></script>