...
|
...
|
@@ -78,6 +78,13 @@ |
|
|
<input type="text" name="" value="[[content]]" id="content" class="form-control observe" required="required" data-field="content" placeholder="内容">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="content" class="col-sm-2 control-label"> 图标</label>
|
|
|
<div class="col-sm-10">
|
|
|
<input type="file" name="file" value="[[icon]]" class="observe" data-field="icon"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
[[if _type==1|_type==3]]
|
|
|
<div class="form-group">
|
|
|
<label for="content" class="col-sm-2 control-label"><i class="red">*</i> 频道</label>
|
...
|
...
|
|