This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
todo-php/templates/navbar.html
T
2021-07-02 15:30:45 +02:00

16 lines
609 B
HTML

<div class="navbar">
<form action="./" method="GET" class="navbar-form">
<input type="hidden" name="backup" value="1">
<!-- Backing up actually works but there is no restore function yet... -->
<!-- <input type="submit" value="Back up"> -->
<input type="submit" value="Back up">
</form>
<form action="./" method="GET" class="navbar-form">
<input type="hidden" name="restore-list" value="1">
<input type="submit" value="Restore">
</form>
<form action="./" method="GET" class="navbar-form">
<input type="hidden" name="logout" value="1">
<input type="submit" value="Log out">
</form>
</div>