Verse chapter linking
This commit is contained in:
+1
-6
@@ -17,12 +17,7 @@ html{
|
||||
<form action="/find">
|
||||
<label for='kw'>Query</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="hidden" name="view" value="rich"">
|
||||
<input type="submit">
|
||||
<form>
|
||||
|
||||
|
||||
+9
-2
@@ -1,2 +1,9 @@
|
||||
<h3>{passage}</h3>
|
||||
<p>{text}</p>
|
||||
<p>
|
||||
<b>
|
||||
<a href="/find?kw={chapter}&view=rich">
|
||||
{passage}
|
||||
</a>
|
||||
</b>
|
||||
<br>
|
||||
{text}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user