mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added HKW sites
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user