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.
31 lines
829 B
HTML
31 lines
829 B
HTML
{{template "base" .}}
|
|
|
|
{{define "title"}}Utenti • PHC{{end}}
|
|
|
|
{{define "body"}}
|
|
<section>
|
|
<h2>
|
|
<i class="fas fa-users"></i>
|
|
Lista degli Utenti
|
|
</h2>
|
|
<p>
|
|
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. Altrimenti di base in cima compariranno gli utenti con più "follower".
|
|
</p>
|
|
<div class="search">
|
|
<div class="compound">
|
|
<input type="text" id="search-field" placeholder="Cerca..." autocomplete="off">
|
|
<button class="icon">
|
|
<i class="fas fa-search"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="user-list">
|
|
<code>TODO: Lista work in progress</code>
|
|
</div>
|
|
</section>
|
|
<script>
|
|
|
|
</script>
|
|
|
|
{{end}}
|