30 lines
1.2 KiB
HTML
Executable File
30 lines
1.2 KiB
HTML
Executable File
<form id="add-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
|
|
{:token()}
|
|
|
|
<div class="alert alert-warning-light">
|
|
<p><strong>{:__('Domain input tips title')}</strong></p>
|
|
<p>{:__('Domain input tips line1')}</p>
|
|
<p>{:__('Domain input tips line2')}</p>
|
|
</div>
|
|
|
|
<div class="alert alert-info-light">
|
|
<p><strong>{:__('Domain guide title')}</strong></p>
|
|
<p>{:__('Domain guide content')}</p>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="c-domain" class="control-label col-xs-12 col-sm-2">{:__('Domain')}:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-domain" data-rule="required" class="form-control" name="row[domain]" type="text" value="" placeholder="nihao.com">
|
|
</div>
|
|
</div>
|
|
|
|
<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>
|
|
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
|
|
</div>
|
|
</div>
|
|
</form>
|