域名管理
This commit is contained in:
Executable
+29
@@ -0,0 +1,29 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user