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.
25 lines
883 B
25 lines
883 B
|
|
<form id="edit-form" class="form-horizontal col-sm-12" role="form" data-toggle="validator" method="POST" action="">
|
|
{:token()}
|
|
|
|
<div class="form-group">
|
|
<label for="c-content" class="control-label col-xs-12 col-sm-2">评论内容:</label>
|
|
<div class="form-group col-sm-8">
|
|
|
|
<textarea id="c-content" class="form-control"
|
|
data-rule="required" rows="5" name="content"
|
|
placeholder="评论内容"></textarea>
|
|
</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-success btn-embossed">{:__('OK')}</button>
|
|
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|