qswiki/template/quitesimple/login

12 lines
467 B
Bash

{qswiki:include:general_header}
<main id="content">
<h2>Login</h2>
<form action="{qswiki:var:loginurl}" method="POST">
Username: <input type="text" name="user" style="width: 25%;"></input><br>
Password: <input type="password" name="password" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{qswiki:var:csrf_token}"></input>
</form>
</main>
{qswiki:include:general_footer}