Rev | Line | |
---|
[19522] | 1 | <form name="form1" id="form1" method="post" action="?"> |
---|
[19526] | 2 | <input type="hidden" name="mode"> |
---|
[18949] | 3 | <div id="system" class="contents-main"> |
---|
| 4 | <div class="paging"> |
---|
| 5 | <!--▼ページ送り--> |
---|
| 6 | <!--{$tpl_strnavi}--> |
---|
| 7 | <!--▲ページ送り--> |
---|
| 8 | </div> |
---|
| 9 | |
---|
| 10 | <!--▼メンバー一覧ここから--> |
---|
| 11 | <table class="list"> |
---|
| 12 | <tr> |
---|
| 13 | <th>名前</th> |
---|
[18953] | 14 | <th>パス</th> |
---|
| 15 | <th>有効/無効</th> |
---|
| 16 | <th>設定</th> |
---|
[18949] | 17 | </tr> |
---|
[19280] | 18 | <!--{section name=data loop=$plugins}--> |
---|
[19279] | 19 | <!--▼メンバー<!--{$smarty.section.data.iteration}-->--> |
---|
[18949] | 20 | <tr> |
---|
[19284] | 21 | <td><!--{$plugins[data].plugin_name|escape}--></td> |
---|
| 22 | <td><!--{$plugins[data].plugin_name|escape}--></td> |
---|
[19286] | 23 | <td> |
---|
[19525] | 24 | <!--{if $plugins[data].create_date == null }--> |
---|
[19402] | 25 | <input type="button" name="install" value="install" onclick="fnModeSubmit('install');" /> |
---|
[19287] | 26 | <!--{else}--> |
---|
[19294] | 27 | <!--{if $plugins[data].enable == 1}--> |
---|
[19402] | 28 | <input type="button" name="disable" value="disable" onclick="fnModeSubmit('disable')" /> |
---|
[19295] | 29 | <!--{else}--> |
---|
[19403] | 30 | <input type="button" name="enable" value="enable" onclick="fnModeSubmit('enable');" /> |
---|
[19298] | 31 | <!--{/if}--> |
---|
[19403] | 32 | <input type="button" name="uninstall" value="uninstall" onclick="fnModeSubmit('uninstall');" /> |
---|
[19298] | 33 | <!--{/if}--> |
---|
[19286] | 34 | </td> |
---|
[19299] | 35 | <td> |
---|
[19525] | 36 | <!--{if $plugins[data].create_date != null && $plugins[data].enable == 1}--> |
---|
[19403] | 37 | <input type="button" name="preference" value="preference" onclick="" /> |
---|
[19514] | 38 | <!--{/if}--> |
---|
[19299] | 39 | </td> |
---|
[19285] | 40 | |
---|
[18949] | 41 | </tr> |
---|
| 42 | <!--▲メンバー<!--{$smarty.section.data.iteration}-->--> |
---|
| 43 | <!--{/section}--> |
---|
| 44 | </table> |
---|
| 45 | |
---|
| 46 | <div class="paging"> |
---|
| 47 | <!--▼ページ送り--> |
---|
| 48 | <!--{$tpl_strnavi}--> |
---|
| 49 | <!--▲ページ送り--> |
---|
| 50 | </div> |
---|
| 51 | |
---|
| 52 | </div> |
---|
| 53 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.