3 * @link https://datagram.co.jp/source/bksj for the canonical source repository
4 * @copyright Copyright (c) 2006-2019 Datagram Ltd. (https://datagram.co.jp)
5 * @license https://datagram.co.jp/source/bksj/license.txt
11 <script type="text/javascript">
19 btnNext: function(func) {
26 this.next = $('#next');
27 this.func = $('#func');
37 <form method="post" name="next" id="next" action="<?= $base ?>">
38 <input type="hidden" name="func" id="func">
41 <table id="my_header" width="100%">
43 <td align="left"> </td>
45 <button type="button" class="my_magenta" style="width: 120px;" onclick="return my.btnNext('Login'); ">ログアウト</button>
50 <?= $view->str($err) ?>