|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<label class="col-md-2 control-label" for="kw-input">HTML Keywords</label>
|
|
|
|
|
<div class="col-md-10">
|
|
|
|
|
<input ng-model="article.page_keywords" type="text" name="title" id="kw-input" class="form-control">
|
|
|
|
|
<p ng-if="catId=='app_ad'"class="small text-warning">(0:不允许跳转 1:允许跳转)</p>
|
|
|
|
|
<p ng-if="catId=='app_ad'"class="small text-warning">(重要!!!0:不允许跳转 1:跳转编辑内容 2:跳转到外链)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
<label class="col-md-2 control-label" for="summery-input">Summary</label>
|
|
|
|
|
<div class="col-md-10">
|
|
|
|
|
<textarea id="summery-input" ng-model="article.summery" name="summery" class="form-control"></textarea>
|
|
|
|
|
<p ng-if="catId=='app_ad'"class="small text-warning">(若有外链,则填,否则留空。在Content为空的时,若有外链则点击图片进行跳转)</p>
|
|
|
|
|
<p ng-if="catId=='app_ad'"class="small text-warning">(若有外链,则填,否则留空)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|