30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
<div class="staticrypt-page">
|
|
<div class="staticrypt-form">
|
|
<div class="staticrypt-instructions">
|
|
<p class="staticrypt-title">{% if gallery %}{{ gallery.title }}{% else %}{{ settings.title }}{% endif %}</p>
|
|
</div>
|
|
|
|
<hr class="staticrypt-hr">
|
|
|
|
<form id="staticrypt-form" action="#" method="post">
|
|
<div id="error" style="color: red; padding-bottom: 10px; height: 20px;"></div>
|
|
<input id="staticrypt-password"
|
|
type="password"
|
|
name="password"
|
|
placeholder="passphrase"
|
|
autofocus/>
|
|
<button class="btn waves-effect waves-light" type="submit" name="action">ENTER
|
|
</button>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
<footer id="footer-enc" class="page-footer blue-grey darken-1">
|
|
<div class="footer-copyright blue-grey darken-2">
|
|
<div class="container center">
|
|
Generated using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|