コード例 #1
0
                    <form method="post">
                        <div class="field">
                            <label>模板切换</label>
							<select name="skin[template]" class="f-input" style="width:200px;"><?php 
echo Utility::Option(ZSystem::GetTemplateList(), $INI['skin']['template']);
?>
</select>
							<span class="hint">模板安装于 [<?php 
echo DIR_ROOT;
?>
/template] 目录下,仅默认模板支持多主题切换</span>
                        </div>
                        <div class="field">
                            <label>主题切换</label>
							<select name="skin[theme]" class="f-input" style="width:200px;"><?php 
echo Utility::Option(ZSystem::GetThemeList(), $INI['skin']['theme']);
?>
</select>
							<span class="hint">主题安装于 [<?php 
echo WWW_ROOT;
?>
/static/theme] 目录下,仅默认模板支持多主题切换</span>
                        </div>
                        <div class="act">
                            <input type="submit" value="保存" name="commit" class="formbutton"/>
                        </div>
                    </form>
                </div>
            </div>
            <div class="box-bottom"></div>
        </div>