go
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<col style="width: 10%">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<tr hx-post="/htmx/contact" hx-trigger="click delay:200ms" hx-target="#z-1" hx-swap="outerHTML" hx-vals='{"search": ""}'>
|
||||
<th>Name <a href="/sso">(Anmelden)</a></th>
|
||||
<th>Telefon</th>
|
||||
<th>Mobil</th>
|
||||
|
@@ -6,12 +6,12 @@
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Stichwort</th>
|
||||
<th hx-post="/htmx/keyword" hx-trigger="click delay:200ms" hx-target="#z-2" hx-swap="outerHTML" hx-vals='{"search": ""}'>Stichwort</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Keywords }}
|
||||
<tr><td>{{ .Name }}</td></tr>
|
||||
<tr hx-post="/htmx/contactbykeyword" hx-trigger="click delay:200ms" hx-target="#z-1" hx-swap="outerHTML" hx-vals='{"cid": "{{ .Id }}"}'><td>{{ .Name }}</td></tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user