|
@@ -28,15 +28,15 @@ |
|
@@ -28,15 +28,15 @@ |
28
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
28
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
29
|
<thead>
|
29
|
<thead>
|
30
|
<tr>
|
30
|
<tr>
|
31
|
- <th>序号</th>
|
|
|
32
|
- <th>资源位</th>
|
|
|
33
|
- <th>选项</th>
|
31
|
+ <td align="center"><strong>序号</strong></td>
|
|
|
32
|
+ <td align="center"><strong>资源位</strong></td>
|
|
|
33
|
+ <td align="center"><strong>选项</strong></td>
|
34
|
</tr>
|
34
|
</tr>
|
35
|
</thead>
|
35
|
</thead>
|
36
|
<tbody>
|
36
|
<tbody>
|
37
|
<tr>
|
37
|
<tr>
|
38
|
- <td>1</td>
|
|
|
39
|
- <td><input type="file" name="file" placeholder="图片" value="[[contentData.data.image.src]]" data-field="image.src" class="observe" required="required"/></td>
|
38
|
+ <td align="center">1</td>
|
|
|
39
|
+ <td align="center"><input type="file" name="file" placeholder="图片" value="[[contentData.data.image.src]]" data-field="image.src" class="observe" required="required"/></td>
|
40
|
<td>
|
40
|
<td>
|
41
|
<div class="form-group">
|
41
|
<div class="form-group">
|
42
|
<div class="col-sm-10">
|
42
|
<div class="col-sm-10">
|
|
@@ -60,33 +60,36 @@ |
|
@@ -60,33 +60,36 @@ |
60
|
</script>
|
60
|
</script>
|
61
|
<!--多标签图片-->
|
61
|
<!--多标签图片-->
|
62
|
<script type="text/template" id="multiLabelImage-template">
|
62
|
<script type="text/template" id="multiLabelImage-template">
|
|
|
63
|
+ [[each contentData.data.label as item index]]
|
63
|
<div class="form-group">
|
64
|
<div class="form-group">
|
64
|
- [[each contentData.data.label as item index]]
|
|
|
65
|
- <label class="control-label">标签[[index+1]]:</label>
|
|
|
66
|
- <input type="text" class="observe" placeholder="名称" value="[[item.title]]" data-field="label.[[index]].title" required="required" style="width: 100px">
|
|
|
67
|
- <label class="control-label">跳转目的</label>
|
|
|
68
|
- <select name="goTo" class="observe" value="[[item.url.action]]" data-field="label.[[index]].url.action" style="width: 120px" >
|
|
|
69
|
- [[layout action_template]]
|
|
|
70
|
- </select>
|
|
|
71
|
- <label>跳转地址</label>
|
|
|
72
|
- <input type="text" class="observe" placeholder="跳转地址" value="[[item.url.url]]" data-field="label.[[index]].url.url" style="width: 120px" /><br>
|
|
|
73
|
- [[/each]]
|
65
|
+ <div class="col-sm-12">
|
|
|
66
|
+ <label>标签[[index+1]]:</label>
|
|
|
67
|
+ <input type="text" class="observe form-control" placeholder="名称" value="[[item.title]]" data-field="label.[[index]].title" required="required" style="display:inline-block;width: 100px">
|
|
|
68
|
+
|
|
|
69
|
+ <label>跳转目的</label>
|
|
|
70
|
+ <select name="goTo" class="observe form-control" value="[[item.url.action]]" data-field="label.[[index]].url.action" style="display:inline-block;width: 160px">
|
|
|
71
|
+ [[layout action_template]]
|
|
|
72
|
+ </select>
|
|
|
73
|
+ <label>跳转地址</label>
|
|
|
74
|
+ <input type="text" class="observe form-control" placeholder="跳转地址" value="[[item.url.url]]" data-field="label.[[index]].url.url" style="display:inline-block;width: 160px" />
|
|
|
75
|
+ </div>
|
74
|
</div>
|
76
|
</div>
|
|
|
77
|
+ [[/each]]
|
75
|
<a href="JavaScript:;" class="btn btn-primary btn-xs addBtn" data-event="multiLabelImage.label">添加标签</a>
|
78
|
<a href="JavaScript:;" class="btn btn-primary btn-xs addBtn" data-event="multiLabelImage.label">添加标签</a>
|
76
|
<div>
|
79
|
<div>
|
77
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
80
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
78
|
<thead>
|
81
|
<thead>
|
79
|
<tr>
|
82
|
<tr>
|
80
|
- <th>序号</th>
|
|
|
81
|
- <th>资源位</th>
|
|
|
82
|
- <th>选项</th>
|
83
|
+ <td align="center"><strong>序号</strong></td>
|
|
|
84
|
+ <td align="center"><strong>资源位</strong></td>
|
|
|
85
|
+ <td align="center"><strong>选项</strong></td>
|
83
|
</tr>
|
86
|
</tr>
|
84
|
</thead>
|
87
|
</thead>
|
85
|
<tbody>
|
88
|
<tbody>
|
86
|
[[each contentData.data.image as item index]]
|
89
|
[[each contentData.data.image as item index]]
|
87
|
<tr>
|
90
|
<tr>
|
88
|
- <td>[[index+1]]</td>
|
|
|
89
|
- <td><input type="file" name="file" value="[[item.src]]" data-field="image.[[index]].src" class="observe" required="required"/></td>
|
91
|
+ <td align="center">[[index+1]]</td>
|
|
|
92
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" data-field="image.[[index]].src" class="observe" required="required"/></td>
|
90
|
<td>
|
93
|
<td>
|
91
|
<div class="form-group">
|
94
|
<div class="form-group">
|
92
|
<div class="col-sm-10">
|
95
|
<div class="col-sm-10">
|
|
@@ -143,8 +146,8 @@ |
|
@@ -143,8 +146,8 @@ |
143
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
146
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
144
|
<tbody>
|
147
|
<tbody>
|
145
|
<tr>
|
148
|
<tr>
|
146
|
- <td>[[index+1]]</td>
|
|
|
147
|
- <td><input type="file" name="file" value="[[item.src]]" data-field="top_image.[[index]].src" class="observe" required="required"/></td>
|
149
|
+ <td align="center">[[index+1]]</td>
|
|
|
150
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" data-field="top_image.[[index]].src" class="observe" required="required"/></td>
|
148
|
<td>
|
151
|
<td>
|
149
|
<div class="form-group">
|
152
|
<div class="form-group">
|
150
|
<div class="col-sm-10">
|
153
|
<div class="col-sm-10">
|
|
@@ -173,8 +176,8 @@ |
|
@@ -173,8 +176,8 @@ |
173
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
176
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
174
|
<tbody>
|
177
|
<tbody>
|
175
|
<tr>
|
178
|
<tr>
|
176
|
- <td>[[index+1]]</td>
|
|
|
177
|
- <td><input type="file" name="file" value="[[item.src]]" data-field="list.[[index]].src" class="observe" required="required"/></td>
|
179
|
+ <td align="center">[[index+1]]</td>
|
|
|
180
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" data-field="list.[[index]].src" class="observe" required="required"/></td>
|
178
|
<td>
|
181
|
<td>
|
179
|
<div class="form-group">
|
182
|
<div class="form-group">
|
180
|
<div class="col-sm-10">
|
183
|
<div class="col-sm-10">
|
|
@@ -233,8 +236,8 @@ |
|
@@ -233,8 +236,8 @@ |
233
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
236
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
234
|
<tbody>
|
237
|
<tbody>
|
235
|
<tr>
|
238
|
<tr>
|
236
|
- <td>[[index+1]]</td>
|
|
|
237
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
239
|
+ <td align="center">[[index+1]]</td>
|
|
|
240
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
238
|
<td>
|
241
|
<td>
|
239
|
<div class="form-group">
|
242
|
<div class="form-group">
|
240
|
<div class="col-sm-10">
|
243
|
<div class="col-sm-10">
|
|
@@ -267,8 +270,8 @@ |
|
@@ -267,8 +270,8 @@ |
267
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
270
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
268
|
<tbody>
|
271
|
<tbody>
|
269
|
<tr>
|
272
|
<tr>
|
270
|
- <td>[[index+1]]</td>
|
|
|
271
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
273
|
+ <td align="center">[[index+1]]</td>
|
|
|
274
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
272
|
<td>
|
275
|
<td>
|
273
|
<div class="form-group">
|
276
|
<div class="form-group">
|
274
|
<div class="col-sm-10">
|
277
|
<div class="col-sm-10">
|
|
@@ -327,8 +330,8 @@ |
|
@@ -327,8 +330,8 @@ |
327
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
330
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
328
|
<tbody>
|
331
|
<tbody>
|
329
|
<tr>
|
332
|
<tr>
|
330
|
- <td>[[index+1]]</td>
|
|
|
331
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
333
|
+ <td align="center">[[index+1]]</td>
|
|
|
334
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
332
|
<td>
|
335
|
<td>
|
333
|
<div class="form-group">
|
336
|
<div class="form-group">
|
334
|
<div class="col-sm-10">
|
337
|
<div class="col-sm-10">
|
|
@@ -361,8 +364,8 @@ |
|
@@ -361,8 +364,8 @@ |
361
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
364
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
362
|
<tbody>
|
365
|
<tbody>
|
363
|
<tr>
|
366
|
<tr>
|
364
|
- <td>[[index+1]]</td>
|
|
|
365
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
367
|
+ <td align="center">[[index+1]]</td>
|
|
|
368
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
366
|
<td>
|
369
|
<td>
|
367
|
<div class="form-group">
|
370
|
<div class="form-group">
|
368
|
<div class="col-sm-10">
|
371
|
<div class="col-sm-10">
|
|
@@ -398,8 +401,8 @@ |
|
@@ -398,8 +401,8 @@ |
398
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
401
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
399
|
<tbody>
|
402
|
<tbody>
|
400
|
<tr>
|
403
|
<tr>
|
401
|
- <td>[[index+1]]</td>
|
|
|
402
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
404
|
+ <td align="center">[[index+1]]</td>
|
|
|
405
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
403
|
<td>
|
406
|
<td>
|
404
|
<div class="form-group">
|
407
|
<div class="form-group">
|
405
|
<div class="col-sm-10">
|
408
|
<div class="col-sm-10">
|
|
@@ -432,8 +435,8 @@ |
|
@@ -432,8 +435,8 @@ |
432
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
435
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
433
|
<tbody>
|
436
|
<tbody>
|
434
|
<tr>
|
437
|
<tr>
|
435
|
- <td>[[index+1]]</td>
|
|
|
436
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
438
|
+ <td align="center">[[index+1]]</td>
|
|
|
439
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
437
|
<td>
|
440
|
<td>
|
438
|
<div class="form-group">
|
441
|
<div class="form-group">
|
439
|
<div class="col-sm-10">
|
442
|
<div class="col-sm-10">
|
|
@@ -474,8 +477,8 @@ |
|
@@ -474,8 +477,8 @@ |
474
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
477
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
475
|
<tbody>
|
478
|
<tbody>
|
476
|
<tr>
|
479
|
<tr>
|
477
|
- <td>[[index+1]]</td>
|
|
|
478
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="left.list.[[index]].src" required/></td>
|
480
|
+ <td align="center">[[index+1]]</td>
|
|
|
481
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="left.list.[[index]].src" required/></td>
|
479
|
<td>
|
482
|
<td>
|
480
|
<div class="form-group">
|
483
|
<div class="form-group">
|
481
|
<div class="col-sm-10">
|
484
|
<div class="col-sm-10">
|
|
@@ -514,8 +517,8 @@ |
|
@@ -514,8 +517,8 @@ |
514
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
517
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
515
|
<tbody>
|
518
|
<tbody>
|
516
|
<tr>
|
519
|
<tr>
|
517
|
- <td>[[index+1]]</td>
|
|
|
518
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="right.list.[[index]].src" required/></td>
|
520
|
+ <td align="center">[[index+1]]</td>
|
|
|
521
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="right.list.[[index]].src" required/></td>
|
519
|
<td>
|
522
|
<td>
|
520
|
<div class="form-group">
|
523
|
<div class="form-group">
|
521
|
<div class="col-sm-10">
|
524
|
<div class="col-sm-10">
|
|
@@ -560,8 +563,8 @@ |
|
@@ -560,8 +563,8 @@ |
560
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
563
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
561
|
<tbody>
|
564
|
<tbody>
|
562
|
<tr>
|
565
|
<tr>
|
563
|
- <td>[[index+1]]</td>
|
|
|
564
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
566
|
+ <td align="center">[[index+1]]</td>
|
|
|
567
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
565
|
<td>
|
568
|
<td>
|
566
|
<div class="form-group">
|
569
|
<div class="form-group">
|
567
|
<div class="col-sm-10">
|
570
|
<div class="col-sm-10">
|
|
@@ -631,8 +634,8 @@ |
|
@@ -631,8 +634,8 @@ |
631
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
634
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
632
|
<tbody>
|
635
|
<tbody>
|
633
|
<tr>
|
636
|
<tr>
|
634
|
- <td>[[index+1]]</td>
|
|
|
635
|
- <td><input type="file" name="file" value="[[item.src]]" data-field="list.[[index]].src" class="observe"/></td>
|
637
|
+ <td align="center">[[index+1]]</td>
|
|
|
638
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" data-field="list.[[index]].src" class="observe"/></td>
|
636
|
<td>
|
639
|
<td>
|
637
|
<div class="form-group">
|
640
|
<div class="form-group">
|
638
|
<div class="col-sm-10">
|
641
|
<div class="col-sm-10">
|
|
@@ -734,8 +737,8 @@ |
|
@@ -734,8 +737,8 @@ |
734
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
737
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
735
|
<tbody>
|
738
|
<tbody>
|
736
|
<tr>
|
739
|
<tr>
|
737
|
- <td>[[index+1]]</td>
|
|
|
738
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="banner_image.[[index]].src"/></td>
|
740
|
+ <td align="center">[[index+1]]</td>
|
|
|
741
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="banner_image.[[index]].src"/></td>
|
739
|
<td>
|
742
|
<td>
|
740
|
<div class="form-group">
|
743
|
<div class="form-group">
|
741
|
<div class="col-sm-10">
|
744
|
<div class="col-sm-10">
|
|
@@ -774,8 +777,8 @@ |
|
@@ -774,8 +777,8 @@ |
774
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
777
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
775
|
<tbody>
|
778
|
<tbody>
|
776
|
<tr>
|
779
|
<tr>
|
777
|
- <td>[[index+1]]</td>
|
|
|
778
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="left.[[index]].src"/></td>
|
780
|
+ <td align="center">[[index+1]]</td>
|
|
|
781
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="left.[[index]].src"/></td>
|
779
|
<td>
|
782
|
<td>
|
780
|
<div class="form-group">
|
783
|
<div class="form-group">
|
781
|
<div class="col-sm-10">
|
784
|
<div class="col-sm-10">
|
|
@@ -808,8 +811,8 @@ |
|
@@ -808,8 +811,8 @@ |
808
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
811
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
809
|
<tbody>
|
812
|
<tbody>
|
810
|
<tr>
|
813
|
<tr>
|
811
|
- <td>[[index+1]]</td>
|
|
|
812
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
814
|
+ <td align="center">[[index+1]]</td>
|
|
|
815
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="big_image.[[index]].src"/></td>
|
813
|
<td>
|
816
|
<td>
|
814
|
<div class="form-group">
|
817
|
<div class="form-group">
|
815
|
<div class="col-sm-10">
|
818
|
<div class="col-sm-10">
|
|
@@ -842,8 +845,8 @@ |
|
@@ -842,8 +845,8 @@ |
842
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
845
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
843
|
<tbody>
|
846
|
<tbody>
|
844
|
<tr>
|
847
|
<tr>
|
845
|
- <td>[[index+1]]</td>
|
|
|
846
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="right.[[index]].src"/></td>
|
848
|
+ <td align="center">[[index+1]]</td>
|
|
|
849
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="right.[[index]].src"/></td>
|
847
|
<td>
|
850
|
<td>
|
848
|
<div class="form-group">
|
851
|
<div class="form-group">
|
849
|
<div class="col-sm-10">
|
852
|
<div class="col-sm-10">
|
|
@@ -893,8 +896,8 @@ |
|
@@ -893,8 +896,8 @@ |
893
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
896
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
894
|
<tbody>
|
897
|
<tbody>
|
895
|
<tr>
|
898
|
<tr>
|
896
|
- <td>[[index+1]]</td>
|
|
|
897
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
899
|
+ <td align="center">[[index+1]]</td>
|
|
|
900
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
898
|
<td>
|
901
|
<td>
|
899
|
<div class="form-group">
|
902
|
<div class="form-group">
|
900
|
<div class="col-sm-10">
|
903
|
<div class="col-sm-10">
|
|
@@ -952,8 +955,8 @@ |
|
@@ -952,8 +955,8 @@ |
952
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
955
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
953
|
<tbody>
|
956
|
<tbody>
|
954
|
<tr>
|
957
|
<tr>
|
955
|
- <td>[[index+1]]</td>
|
|
|
956
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="blocks.[[index]].src"/></td>
|
958
|
+ <td align="center">[[index+1]]</td>
|
|
|
959
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="blocks.[[index]].src"/></td>
|
957
|
<td>
|
960
|
<td>
|
958
|
<div class="form-group">
|
961
|
<div class="form-group">
|
959
|
<div class="col-sm-10">
|
962
|
<div class="col-sm-10">
|
|
@@ -1007,8 +1010,8 @@ |
|
@@ -1007,8 +1010,8 @@ |
1007
|
<tbody>
|
1010
|
<tbody>
|
1008
|
[[each contentData.data.imgs as item index]]
|
1011
|
[[each contentData.data.imgs as item index]]
|
1009
|
<tr>
|
1012
|
<tr>
|
1010
|
- <td>[[index+1]]</td>
|
|
|
1011
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="imgs.[[index]].src"/></td>
|
1013
|
+ <td align="center">[[index+1]]</td>
|
|
|
1014
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="imgs.[[index]].src"/></td>
|
1012
|
<td>
|
1015
|
<td>
|
1013
|
<div class="form-group">
|
1016
|
<div class="form-group">
|
1014
|
<div class="col-sm-10">
|
1017
|
<div class="col-sm-10">
|
|
@@ -1059,8 +1062,8 @@ |
|
@@ -1059,8 +1062,8 @@ |
1059
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1062
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1060
|
<tbody>
|
1063
|
<tbody>
|
1061
|
<tr>
|
1064
|
<tr>
|
1062
|
- <td>[[index+1]]</td>
|
|
|
1063
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src" required/></td>
|
1065
|
+ <td align="center">[[index+1]]</td>
|
|
|
1066
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src" required/></td>
|
1064
|
<td>
|
1067
|
<td>
|
1065
|
<div class="form-group">
|
1068
|
<div class="form-group">
|
1066
|
<div class="col-sm-10">
|
1069
|
<div class="col-sm-10">
|
|
@@ -1118,9 +1121,9 @@ |
|
@@ -1118,9 +1121,9 @@ |
1118
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1121
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1119
|
<tbody>
|
1122
|
<tbody>
|
1120
|
<tr>
|
1123
|
<tr>
|
1121
|
- <td>[[index+1]]</td>
|
|
|
1122
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
|
|
1123
|
- <td><button class="btn btn-danger btn-sm delBtn" type="button" data-event="carouselBanner.list" data-index="[[index]]">删除</button></td>
|
1124
|
+ <td align="center">[[index+1]]</td>
|
|
|
1125
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="list.[[index]].src"/></td>
|
|
|
1126
|
+ <td align="center"><button class="btn btn-danger btn-sm delBtn" type="button" data-event="carouselBanner.list" data-index="[[index]]">删除</button></td>
|
1124
|
</tr>
|
1127
|
</tr>
|
1125
|
</tbody>
|
1128
|
</tbody>
|
1126
|
</table>
|
1129
|
</table>
|
|
@@ -1155,8 +1158,8 @@ |
|
@@ -1155,8 +1158,8 @@ |
1155
|
</thead>
|
1158
|
</thead>
|
1156
|
<tbody>
|
1159
|
<tbody>
|
1157
|
<tr>
|
1160
|
<tr>
|
1158
|
- <td>1</td>
|
|
|
1159
|
- <td><input type="file" name="file" value="[[contentData.data.src]]" class="observe" data-field="src" required/></td>
|
1161
|
+ <td align="center">1</td>
|
|
|
1162
|
+ <td align="center"><input type="file" name="file" value="[[contentData.data.src]]" class="observe" data-field="src" required/></td>
|
1160
|
<td>
|
1163
|
<td>
|
1161
|
<div class="form-group">
|
1164
|
<div class="form-group">
|
1162
|
<div class="col-sm-10">
|
1165
|
<div class="col-sm-10">
|
|
@@ -1199,8 +1202,8 @@ |
|
@@ -1199,8 +1202,8 @@ |
1199
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1202
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
1200
|
<tbody>
|
1203
|
<tbody>
|
1201
|
<tr>
|
1204
|
<tr>
|
1202
|
- <td>[[index+1]]</td>
|
|
|
1203
|
- <td><input type="file" name="file" value="[[item.src]]" class="observe" data-field="[[index]].src" required/></td>
|
1205
|
+ <td align="center">[[index+1]]</td>
|
|
|
1206
|
+ <td align="center"><input type="file" name="file" value="[[item.src]]" class="observe" data-field="[[index]].src" required/></td>
|
1204
|
<td>
|
1207
|
<td>
|
1205
|
<div class="form-group">
|
1208
|
<div class="form-group">
|
1206
|
<div class="col-sm-10">
|
1209
|
<div class="col-sm-10">
|