1

added show all to search.html

This commit is contained in:
[Mahgs]
2020-03-26 16:37:28 +01:00
parent 566c99565a
commit dbe3cc7f51

View File

@ -10,7 +10,8 @@
</head> </head>
<body> <body>
<header> <header>
<nav class="navigation navigation-secondary" is="mops-navigation" th:fragment="navigation" th:switch="${account.getRoles().contains('orga')}"> <nav class="navigation navigation-secondary" is="mops-navigation" th:fragment="navigation"
th:switch="${account.getRoles().contains('orga')}">
<ul> <ul>
<li> <li>
<a th:href="@{/gruppen2}" href="/">Gruppen</a> <a th:href="@{/gruppen2}" href="/">Gruppen</a>
@ -32,8 +33,9 @@
<div class="row"> <div class="row">
<div class="col-10"> <div class="col-10">
<h1>Gruppensuche</h1> <h1>Gruppensuche</h1>
<div class="shadow-sm p-2"
style="border: 10px solid aliceblue; border-radius: 5px; background: aliceblue">
<form action="/gruppen2/findGroup" method="get"> <form action="/gruppen2/findGroup" method="get">
<div class="shadow-sm p-2" style="border: 10px solid aliceblue; border-radius: 5px; background: aliceblue">
<div class="form-group"> <div class="form-group">
<label for="suchleiste">Suchbegriff:</label> <label for="suchleiste">Suchbegriff:</label>
<input class="form-control" id="suchleiste" <input class="form-control" id="suchleiste"
@ -44,8 +46,13 @@
style="background: #52a1eb; border-style: none" style="background: #52a1eb; border-style: none"
type="submit">Suchen type="submit">Suchen
</button> </button>
</div> <button class="btn btn-primary"
style="background: deepskyblue; border-style: none"
type="submit">
<a style="color: white" href="/gruppen2/findGroup?suchbegriff=">Alle anzeigen</a>
</button>
</form> </form>
</div>
<br> <br>
<table class="table"> <table class="table">
<!-- Erscheint dann, wenn man "Suchen" Button klickt und Ergebnisse angezeigt werden, aber so solls aussehen --> <!-- Erscheint dann, wenn man "Suchen" Button klickt und Ergebnisse angezeigt werden, aber so solls aussehen -->