|
@@ -0,0 +1,72 @@
|
|
|
+<form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
|
|
|
+
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Order_id')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-order_id" data-rule="required" min="0" data-source="order/index" class="form-control selectpage" name="row[order_id]" type="text" value="{$row.order_id|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('User_id')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-user_id" data-rule="required" min="0" data-source="user/user/index" data-field="nickname" class="form-control selectpage" name="row[user_id]" type="text" value="{$row.user_id|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Bank_no')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-bank_no" data-rule="required" class="form-control" name="row[bank_no]" type="text" value="{$row.bank_no|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Bank_name')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-bank_name" data-rule="required" class="form-control" name="row[bank_name]" type="text" value="{$row.bank_name|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Bank_username')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-bank_username" data-rule="required" class="form-control" name="row[bank_username]" type="text" value="{$row.bank_username|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Image')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <div class="input-group">
|
|
|
+ <input id="c-image" data-rule="required" class="form-control" size="50" name="row[image]" type="text" value="{$row.image|htmlentities}">
|
|
|
+ <div class="input-group-addon no-border no-padding">
|
|
|
+ <span><button type="button" id="faupload-image" class="btn btn-danger faupload" data-input-id="c-image" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp" data-multiple="false" data-preview-id="p-image"><i class="fa fa-upload"></i> {:__('Upload')}</button></span>
|
|
|
+ <span><button type="button" id="fachoose-image" class="btn btn-primary fachoose" data-input-id="c-image" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> {:__('Choose')}</button></span>
|
|
|
+ </div>
|
|
|
+ <span class="msg-box n-right" for="c-image"></span>
|
|
|
+ </div>
|
|
|
+ <ul class="row list-inline faupload-preview" id="p-image"></ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Status')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-status" data-rule="required" min="0" class="form-control" name="row[status]" type="number" value="{$row.status|htmlentities}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Create_time')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-create_time" data-rule="required" min="0" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[create_time]" type="text" value="{:$row.create_time?datetime($row.create_time):''}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Update_time')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <input id="c-update_time" data-rule="required" min="0" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[update_time]" type="text" value="{:$row.update_time?datetime($row.update_time):''}">
|
|
|
+ </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 disabled">{:__('OK')}</button>
|
|
|
+ <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</form>
|