first commit
This commit is contained in:
commit
db313f5eef
47 changed files with 2006 additions and 0 deletions
6
templates/logout/form.php
Normal file
6
templates/logout/form.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php $this->layout('template', ['title' => '登出確認', 'noStatus' => true]) ?>
|
||||
|
||||
<p class="lead">您確定要登出嗎?</p>
|
||||
<form action="/logout.php" method="POST">
|
||||
<button name="logout" type="submit" class="btn btn-lg btn-danger btn-block">確定登出</button>
|
||||
</form>
|
||||
3
templates/logout/success.php
Normal file
3
templates/logout/success.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php $this->layout('template', ['title' => '登出成功', 'noStatus' => true]) ?>
|
||||
|
||||
您已成功登出,<a href="/">按此重新登入</a>。
|
||||
Loading…
Add table
Add a link
Reference in a new issue