Compare commits
2 Commits
c6c88456cf
...
3ff406d053
Author | SHA1 | Date |
---|---|---|
tracer | 3ff406d053 | |
tracer | 6abe519a44 |
|
@ -1,3 +1,7 @@
|
||||||
<script src="/assets/js/functions.js"></script>
|
<script src="/assets/js/functions.js"></script>
|
||||||
|
<?php if ($message): ?>
|
||||||
|
<script>setError('<?= $message ?>')</script>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -5,12 +5,6 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<?php if ($message): ?>
|
|
||||||
<div class="info">
|
|
||||||
<?= $message ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<label for="nick">Username</label>
|
<label for="nick">Username</label>
|
||||||
<input type="text" name="nick" id="nick">
|
<input type="text" name="nick" id="nick">
|
||||||
|
|
Loading…
Reference in New Issue