21 lines
1.1 KiB
HTML
21 lines
1.1 KiB
HTML
<form id="add-form" class="form-horizontal" role="form"
|
|
data-toggle="validator" method="POST" action="">
|
|
{:token()}
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2">管理区域配置:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<span class="text-muted"><input type="checkbox" name="" id="checkall" /> <label for="checkall"><span>{:__('Check all')}</span></label></span>
|
|
<span class="text-muted"><input type="checkbox" name="" id="expandall" /> <label for="expandall"><span>{:__('Expand all')}</span></label></span>
|
|
|
|
<div id="treeview" style="margin-top: 10px"></div>
|
|
</div>
|
|
</div>
|
|
<input type="text" value="{$user_id}" id="user_id" style="display: none">
|
|
<input type="hidden" name="row[area_ids]" />
|
|
<div class="form-group layer-footer">
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<button type="submit" class="btn btn-primary btn-embossed disabled">{:__('OK')}</button>
|
|
</div>
|
|
</div>
|
|
</form> |