Added HKW sites

This commit is contained in:
Simon Martens
2022-10-28 03:01:08 +02:00
parent 8c8ad677af
commit 2bd41b943a
41 changed files with 377 additions and 271 deletions

View File

@@ -8,7 +8,6 @@
<div class="ha-search">
@if (Model.Letters != null) {
<div class="ha-searchhead">
<h1>Briefauswahl</h1>
<div class="ha-searchnav">
@@ -31,7 +30,6 @@
</div>
</div>
<div class="ha-searchbody">
<div class="ha-letterlist">
@* Letter Loop *@
@@ -92,7 +90,7 @@
const SUBMITGOTO = function(filter) {
let f = filter.value;
window.location.href = "/Suche/" + f;
window.location.href = "/HKB/Suche/" + f;
}
window.addEventListener("load", () => {
@@ -143,7 +141,7 @@
const SUBMITZHSEARCH = function(volume, page) {
let vol = volume.options[volume.selectedIndex].value;
let pg = page.value;
window.location.href = "/Suche/" + vol + "/" + pg;
window.location.href = "/HKB/Suche/" + vol + "/" + pg;
}
window.addEventListener("load", () => {