19 lines
707 B
HTML
19 lines
707 B
HTML
<h2>Show Verse</h2>
|
|
<form action="/show">
|
|
<label for='kw'>Key Words</label><br>
|
|
<input type="text" name="kw"><br><br>
|
|
|
|
<label for='view'>View<label><br>
|
|
<input type="radio" name="view" value="rich" checked="checked">Rich<br>
|
|
<input type="radio" name="view" value="plain">Plain<br>
|
|
<input type="radio" name="view" value="json">JSON<br>
|
|
|
|
<input type="submit">
|
|
<form>
|
|
|
|
<hr>
|
|
<p>You can try to search a Bible reference in this box, such as "1 John 5:7".</p>
|
|
<p>You can use abbreviations, but you may not get the result you are looking for.</p>
|
|
<p>Use a dash for the verse to get the entire chapter, eg. "John 3:-"<p>
|
|
<p>You may return multiple verse groups by using a comma, eg. "John3:16,2Peter2:1"</p>
|