Improved look

This commit is contained in:
2023-04-02 02:12:11 -07:00
parent 29a085d789
commit 39b844b698
4 changed files with 53 additions and 15 deletions
+13 -7
View File
@@ -1,14 +1,20 @@
<div class="topbar" align="center">
<a href="/">Home</a> | <a href="/find">Quick Search</a> |
<a href="/random?view=rich">Random Verse</a> |
<a href="/votd?view=rich">Verse of the Day</a>
</div>
<div class="header" id="NavHeader">
<header>
<a href="{prev_chapter_link}">{prev_chapter_name}</a> |
<a href="{next_chapter_link}">{next_chapter_name}</a>
<header align="center">
<form action="/find">
<input type="text" name="kw" value="{query}">
<input type="text" name="kw" value="{query}" id="searchBar">
<input type="hidden" name="view" value="rich"">
<input type="submit" value="Search">
</form>
<a href="/">Home</a> | <a href="/find">Quick Search</a> |
<a href="/random?view=rich">Random Verse</a> |
<a href="/votd?view=rich">Verse of the Day</a>
<
<a href="{prev_chapter_link}">{prev_chapter_name}</a> |
{current_chapter_name} |
<a href="{next_chapter_link}">{next_chapter_name}</a>
>
</header>
</div>
+1 -1
View File
@@ -1 +1 @@
<p><b><a href="/find?kw={chapter}&view=rich">{passage}</a></b><br>{text}</p>
<b><a href="/find?kw={chapter}&view=rich">{passage}</a></b><br>{text}<br>