You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
580 B
20 lines
580 B
{extend name="../views/public/detail.html"/}
|
|
|
|
{block name="form"}
|
|
|
|
{if condition="$r == 'base'"}
|
|
{include file="admin/spike/config/base"/}
|
|
|
|
{/if}
|
|
|
|
<div class="form-group" style="margin-top: 10px;">
|
|
<div class="col-lg-offset-2 col-lg-10">
|
|
<input class="btn btn-danger" type="submit" value="提交保存">
|
|
</div>
|
|
</div>
|
|
|
|
<input type="hidden" name="r" value="{$r}">
|
|
<input type="hidden" id="do_action" value="{:url('Spike/config')}"/>
|
|
<input type="hidden" id="do_jump" value="{:url('Spike/config',['r'=>$r])}"/>
|
|
|
|
{/block} |