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>
|