JSlip  1.0
root_menu.tmplt
Go to the documentation of this file.
1 <?php
2 /**
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
6  */
7 ?>
8 <script type="text/javascript">
9 
10  var my = {
11 
12  next: null,
13  func: null,
14 
15  gotoNext: function(func) {
16  this.func.val(func);
17  this.next.submit();
18  return false;
19  },
20 
21  init: function() {
22  this.next = $('#next');
23  this.func = $('#func');
24  }
25  }
26 
27  $(function(){
28  my.init();
29  });
30 
31 </script>
32 
33 <form method="post" name="next" id="next" action="<?= $base ?>">
34  <input type="hidden" name="func" id="func">
35 </form>
36 
37 <table id="my_header" width="100%">
38  <tr>
39  <td align="left">&nbsp;root用メニュー</td>
40  <td align="right">
41  <button type="button" class="my_magenta" style="width: 120px;" onclick="return my.gotoNext('Login');">ログアウト</button>
42  </td>
43  </tr>
44 </table>
45 
46 <br>
47 
48 <table width="100%">
49  <tr>
50  <td align="center">
51  <table>
52  <tr>
53  <td style="padding: 3px;">
54  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
55  </td>
56  <td style="width: 20px;"></td>
57  <td style="padding: 3px;">
58  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
59  </td>
60  </tr>
61  <tr>
62  <td style="padding: 3px;">
63  <button type="button" class="my_cyan" style="width: 200px; height: 30px;" onclick="return my.gotoNext('BasicInfo');">基本情報</button>
64  </td>
65  <td style="width: 20pt;"></td>
66  <td style="padding: 3px;">
67  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
68  </td>
69  </tr>
70  <tr>
71  <td style="padding: 3px;">
72  <button type="button" class="my_cyan" style="width: 200px; height: 30px;" onclick="return my.gotoNext('Account');">アカウント</button>
73  </td>
74  <td style="width: 20pt;"></td>
75  <td style="padding: 3px;">
76  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
77  </td>
78  </tr>
79  <tr>
80  <td style="padding: 3px;">
81  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
82  </td>
83  <td style="width: 20pt;"></td>
84  <td style="padding: 3px;">
85  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
86  </td>
87  </tr>
88  <tr>
89  <td style="padding: 3px;">
90  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
91  </td>
92  <td style="width: 20pt;"></td>
93  <td style="padding: 3px;">
94  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
95  </td>
96  </tr>
97  <tr>
98  <td style="padding: 3px;">
99  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
100  </td>
101  <td style="width: 20pt;"></td>
102  <td style="padding: 3px;">
103  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
104  </td>
105  </tr>
106  <tr>
107  <td style="padding: 3px;">
108  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
109  </td>
110  <td style="width: 20pt;"></td>
111  <td style="padding: 3px;">
112  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
113  </td>
114  </tr>
115  <tr>
116  <td style="padding: 3px;">
117  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
118  </td>
119  <td style="width: 20pt;"></td>
120  <td style="padding: 3px;">
121  <button type="button" class="my_cyan" style="width: 200px; height: 30px;"></button>
122  </td>
123  </tr>
124  </table>
125  </td>
126  </tr>
127 </table>