Added markers. Weird shit is happening when searching for "Win", see Letter 51

This commit is contained in:
Simon Martens
2022-11-11 14:16:13 +01:00
parent 501814b543
commit 7247640b0e
11 changed files with 60 additions and 18 deletions

View File

@@ -125,7 +125,7 @@
let pg = page.value;
window.location.href = "/HKB/" + vol + "/" + pg;
}
window.addEventListener("load", () => {
let vol = document.getElementById("ha-zhformvolume");
let pg = document.getElementById("ha-zhformpage");
@@ -147,8 +147,9 @@
<div class="ha-filtertitle">
Volltextsuche
</div>
<form class="ha-searchform" id="ha-searchform" asp-controller="Suche" asp-action="Briefe" method="get">
<form class="ha-searchform" id="ha-searchform" asp-controller="Suche" asp-action="Briefe" asp-route-comments="true" method="get">
<input id="ha-searchformtext" name="search" type="text" placeholder="Suchbegriff"/>
<input type="hidden" name="comments" value="true"/>
<button id="ha-searchformsubmit" type="submit">Suchen</button>
</form>
</div>