mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Seperated css files; added search form to register and styled the button
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
@if (Model.AllowSearch) {
|
||||
<form class="ha-registersearchform" asp-controller="Register" asp-action="Search" asp-route-id="@string.Empty" method="post" >
|
||||
<input class="ha-registersearchtext" type="text" name="search" placeholder="Suchbegriff..." />
|
||||
<input type="hidden" name="category" value="@Model.Category" />
|
||||
<button class="ha-registersearchbutton" type="submit">Suchen</button>
|
||||
</form>
|
||||
}
|
||||
<div class="ha-register-nav" id="ha-register-nav">
|
||||
<div class="ha-register-left-nav">
|
||||
@if (Model.AvailableCategories != null) {
|
||||
|
||||
Reference in New Issue
Block a user