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