You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
683 B
HTML
29 lines
683 B
HTML
{{template "base" .}}
|
|
|
|
{{define "title"}}PHC • Utenti • phc.dm.xxxxx.xx{{end}}
|
|
|
|
{{define "body"}}
|
|
<section>
|
|
<h2>
|
|
<i class="fas fa-users"></i>
|
|
Utenti
|
|
</h2>
|
|
<!-- TODO: Codice temporaneo -->
|
|
<p style="text-align: center;">
|
|
Questa è la lista di tutti gli utenti con un account su Poisson. Scrivi nome, cognome o username di un utente per filtrare la lista in tempo reale.
|
|
</p>
|
|
|
|
<div class="search">
|
|
<input type="text" id="search-field" placeholder="Cerca...">
|
|
<i class="fas fa-search"></i>
|
|
</div>
|
|
|
|
<div class="user-list">
|
|
<!-- Dummy data -->
|
|
</div>
|
|
</section>
|
|
<script>
|
|
|
|
</script>
|
|
|
|
{{end}} |