文件操作 - option_select.tpl
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/forzabuilt/public_html/wp-content/plugins/maxbuttons/blocks/tpl/option_select.tpl
编辑文件内容
{if:label} <label for='%%id%%' class='color'>%%label%%</label> {/if:label} {if:before_input} %%before_input%% {/if:before_input} <div class="input option_select %%name%%" {if:conditional}data-show="%%conditional%%"{/if:conditional}> <select name='%%name%%' id='%%id%%' {if:inputclass}class="%%inputclass%%"{/if:inputclass} {if:disabled} disabled {/if:disabled} > {for:options} <option value='%%key%%' {if:selected=%%key%%} selected {/if:selected=%%key%%} >%%item%%</option> {/for:options} </select> {if:help}<div class="help dashicons dashicons-info "><span>%%help%%</span></div>{/if:help} {if:error}<p class='error'>%%error%%</p>{/if:error} {if:warning}<p class='warning'>%%warning%%</p>{/if:warning} </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件