설명 없음
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.

add.htm 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. {include file="public/layout" /}
  2. {eq name="$editor.editor_select" value="1"}
  3. {load href="__PUBLIC__/plugins/Ueditor/ueditor.config.js" /}
  4. {load href="__PUBLIC__/plugins/Ueditor/ueditor.all.min.js" /}
  5. {load href="__PUBLIC__/plugins/Ueditor/lang/zh-cn/zh-cn.js" /}
  6. {else/}
  7. {load href="__PUBLIC__/plugins/ckeditor/ckeditor.js" /}
  8. {/eq}
  9. <body class="bodysy-w">
  10. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  11. <div id="append_parent"></div>
  12. <div id="ajaxwaitid"></div>
  13. <div id="geduan_div" class="h10"></div>
  14. <div id="page_div" class="page min-hg-c mb-20" style="min-width:auto;box-shadow:none;">
  15. <div class="fixed-bar">
  16. <div class="item-title" style="margin-bottom: 6px;">
  17. {include file="public/callback_page_1" /}<!-- 返回箭头 -->
  18. <a class="back_sz" href="javascript:void(0);" data-href="{:url('Custom/help',['channel'=>$channeltype])}" onclick="openHelpframe(this, '设置与帮助', '500px', '100%', 'r');" title="设置与帮助"><i class="iconfont e-shezhi-tongyong"></i></a>
  19. <div class="subject">
  20. <h3>发布文档</h3>
  21. <h5></h5>
  22. </div>
  23. <ul class="tab-base nc-row">
  24. <li><a href="javascript:void(0);" data-index='1' class="tab current"><span>基础内容</span></a></li>
  25. <li><a href="javascript:void(0);" data-index='2' class="tab"><span>SEO优化</span></a></li>
  26. <li><a href="javascript:void(0);" data-index='3' class="tab"><span>更多设置</span></a></li>
  27. <!-- #weapp_diy001_tab# -->
  28. <!-- #weapp_diy002_tab# -->
  29. <!-- #weapp_demontrate_li# -->
  30. <!-- #weapp_li# -->
  31. </ul>
  32. </div>
  33. </div>
  34. <form class="form-horizontal" id="post_form" action="{:url('Custom/add')}" method="post">
  35. <!-- 常规信息 -->
  36. <div class="ncap-form-default tab_div_1">
  37. <div class="layui-tab" style="margin-top: -20px;padding-bottom: 50px;">
  38. <ul class="layui-tab-title">
  39. <li class="layui-this">基础信息</li>
  40. <li>扩展信息</li>
  41. <li>其他信息</li>
  42. </ul>
  43. <div class="layui-tab-content">
  44. <div class="layui-tab-item layui-show">
  45. <dl class="row">
  46. <dt class="tit">
  47. <label for="title">文档类型</label>
  48. </dt>
  49. <dd class="opt">
  50. <select name="area_tag_id" id="">
  51. <option value="0">无</option>
  52. <option value="10000" {eq name="area_tag_id" value="10000"}selected{/eq}>伪山东</option>
  53. {foreach $product_area_data as $key=>$vo}
  54. <option value="{$vo.id}" {eq name="area_tag_id" value="{$vo.id}"}selected{/eq}> {$vo.name} </option>
  55. {/foreach}
  56. </select>
  57. </dd>
  58. </dl>
  59. <dl class="row">
  60. <dt class="tit">
  61. <label for="title"><em>*</em>价格</label>
  62. </dt>
  63. <dd class="opt">
  64. <input type="text" name="users_price" value="" id="users_price" class="w200">
  65. <span class="err"></span>
  66. </dd>
  67. </dl>
  68. <!--start--->
  69. <dl class="row {empty name="$global.web_citysite_open"} none {/empty} ">
  70. <dt class="tit">
  71. <label for="title">所属区域</label>
  72. </dt>
  73. <dd class="opt">
  74. <select name="province_id" id="province_id" onchange="set_city_list(0);">
  75. <option value="0">全国</option>
  76. {volist name=':get_site_province_list()' id='vo'}
  77. <option value="{$vo.id}" {eq name="$Request.param.province_id" value="$vo.id" } selected="true" {/eq}>{$vo.name}</option>
  78. {/volist}
  79. </select>
  80. <select name="city_id" id="city_id" class="none ml5" onchange="set_area_list(0);">
  81. <option value="">--请选择--</option>
  82. </select>
  83. <select name="area_id" id="area_id" class="none ml5">
  84. <option value="">--请选择--</option>
  85. </select>
  86. <span class="err"></span>
  87. </dd>
  88. </dl>
  89. <dl class="row">
  90. <dt class="tit">
  91. <label for="title"><em>*</em>文档标题</label>
  92. </dt>
  93. <dd class="opt">
  94. <input type="text" name="title" value="" id="title" class="input-txt" maxlength="200" {eq name="$channelRow.is_repeat_title" value="0"} oninput="check_title_repeat(this,0);" {/eq}>
  95. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  96. 副标题:<input type="text" name="subtitle" value="" id="subtitle" class="w200">
  97. <span class="err"></span>
  98. </dd>
  99. </dl>
  100. <dl class="row">
  101. <dt class="tit">
  102. <label for="title"><em>*</em>栏目分类</label>
  103. </dt>
  104. <dd class="opt">
  105. <select name="typeid" id="typeid">
  106. <option value="0">请选择栏目…</option>
  107. {$arctype_html}
  108. </select>
  109. <span class="err"></span>
  110. <p class="notic">谨慎切换,自定义字段的内容会随着栏目切换而清空,在保存之前不受影响!</p>
  111. </dd>
  112. </dl>
  113. {notempty name='$global.web_stypeid_open'}
  114. <?php if((int)$topid !== 38){ ?>
  115. <dl class="row">
  116. <dt class="tit">
  117. <label for="stypeid">副栏目分类</label>
  118. </dt>
  119. <dd class="opt">
  120. <input type="hidden" name="stypeid" id="stypeid" value="" class="input-txt" onkeyup="this.value=this.value.replace(/[^\d\,]/g,'');" onpaste="this.value=this.value.replace(/[^\d\,]/g,'');">
  121. &nbsp;<a href="javascript:void(0);" data-channel="{$channeltype}"
  122. data-catid="{$catid}"
  123. onclick="select_stypeid(this);" class="ncap-btn ncap-btn-green">选择副栏目(只能选一个)</a>
  124. <span class="err"></span>
  125. <p class="notic">支持同频道模型的栏目ID</p>
  126. <div id="stypeid_txt" class="pt5"></div>
  127. </dd>
  128. </dl>
  129. <?php } ?>
  130. <dl class="row">
  131. <dt class="tit">
  132. <label for="title">关联产品</label>
  133. </dt>
  134. <dd class="opt">
  135. <select name="product_id" id="catchoose3">
  136. <option value="0">默认产品</option>
  137. {foreach $pro_list as $key=>$vo}
  138. <option value="{$vo.id}" {eq name="product_id" value="$vo.id"}selected{/eq}>{$vo.typename}</option>
  139. {/foreach}
  140. </select>
  141. </dd>
  142. </dl>
  143. {/notempty}
  144. <dl class="row">
  145. <dt class="tit">
  146. <label>文档属性</label>
  147. </dt>
  148. <dd class="opt">
  149. {volist name="archives_flags" id="vo"}
  150. <label><input type="checkbox" name="{$vo.flag_fieldname}" value="1">{$vo.flag_name}<!-- [{$vo.flag_attr}] --></label>&nbsp;
  151. {/volist}
  152. <span class="err"></span>
  153. <p class="notic">如需管理,请点击右上角设置与帮助按钮</p>
  154. </dd>
  155. </dl>
  156. <dl class="row none dl_jump">
  157. <dt class="tit">
  158. <label>跳转网址</label>
  159. </dt>
  160. <dd class="opt">
  161. <input type="text" value="" name="jumplinks" id="jumplinks" class="input-txt" placeholder="http://">
  162. <span class="err"></span>
  163. <p class="notic">请输入完整的URL网址(包含http或https),设置后访问该条信息将直接跳转到设置的网址</p>
  164. </dd>
  165. </dl>
  166. <dl class="row" style="z-index:2;">
  167. <dt class="tit">
  168. <label>文档标签</label>
  169. </dt>
  170. <dd class="opt">
  171. <input type="text" value="" name="tags" id="tags" class="input-txt" placeholder="多个标签之间以逗号隔开" autocomplete="off" oninput="get_common_tagindex_input(this);" onfocus="$('#often_tags').hide();" onkeyup="this.value=this.value.replace(/[\,]/g,',');" onpaste="this.value=this.value.replace(/[\,]/g,',')">&nbsp;
  172. <a href="javascript:void(0);" onclick="get_common_tagindex(this);">显示常用标签</a>&nbsp;<img id="tag_loading" src="__STATIC__/common/images/loading.gif" style="display: none;" />
  173. <div class="often_tags" id="often_tags" data-opt="add" style="display: none;"></div>
  174. <div class="often_tags" id="often_tags_input" style="display: none;"></div>
  175. <input type="hidden" id="tags_click_count">
  176. </dd>
  177. </dl>
  178. {if condition="!empty($channelfield_row['litpic']) AND 1 == $channelfield_row['litpic']['ifeditable']"}
  179. <dl class="row">
  180. <dt class="tit">
  181. <label>封面图片</label>
  182. </dt>
  183. <dd class="opt">
  184. <div class="input-file-show div_litpic_local">
  185. <span class="show">
  186. <a id="img_a" target="_blank" class="nyroModal" rel="gal" href="javascript:void(0);">
  187. <i id="img_i" class="fa fa-picture-o" onmouseover="" onmouseout="layer.close(layer_tips);"></i>
  188. </a>
  189. </span>
  190. <span class="type-file-box">
  191. <input type="text" id="litpic_local" name="litpic_local" value="" class="type-file-text" autocomplete="off">
  192. <input type="button" name="button" id="button1" value="选择上传..." class="type-file-button">
  193. <input class="type-file-file" onClick="GetUploadify(1,'','allimg','img_call_back')" size="30" hidefocus="true" nc_type="change_site_logo"
  194. title="点击前方预览图可查看大图,点击按钮选择文件并提交表单后上传生效">
  195. </span>
  196. </div>
  197. <input type="text" id="litpic_remote" name="litpic_remote" value="" placeholder="http://" class="input-txt" onKeyup="keyupRemote(this, 'litpic');" style="display: none;">
  198. &nbsp;
  199. <label><input type="checkbox" name="is_remote" id="is_remote" value="1" onClick="clickRemote(this, 'litpic');">远程图片</label>
  200. <span class="err"></span>
  201. <p class="notic">当没有手动上传图片时候,会自动提取相册的第一张图片作为封面</p>
  202. </dd>
  203. </dl>
  204. {/if}
  205. <?php if((int)$topid === 38){ ?>
  206. <!---显示职称级别--->
  207. <dl class="row">
  208. <dt class="tit">
  209. <label for="title">职称级别</label>
  210. </dt>
  211. <dd class="opt">
  212. <select name="level_group_id" id="catchoose5">
  213. {foreach $level_group_list as $key=>$vo}
  214. <option value="{$vo.id}" {eq name="level_group_id" value="$vo.id"}selected{/eq}>{$vo.typename}</option>
  215. {/foreach}
  216. </select>
  217. <select name="level_group_name" id="catchoose6">
  218. {foreach $level_group_name as $key=>$vo}
  219. <option value="{$vo.aid}" {eq name="level_group_name" value="$vo.aid"}selected{/eq}>{$vo.title}</option>
  220. {/foreach}
  221. </select>
  222. </dd>
  223. </dl>
  224. <script>
  225. $('#catchoose5').change(function(){
  226. ///console.log($(this).val());
  227. console.log($(this).val());
  228. var data = {
  229. 'typeid': $(this).val()
  230. };
  231. //请求
  232. $.post("/login.php?m=admin&c=Archives&a=get_level_list", data, function (res){
  233. //计算select
  234. var html = '';
  235. $.each(res.data,function (i,e){
  236. html += '<option value="'+e.aid+'">'+e.title+'</option>';
  237. });
  238. //console.log(html);
  239. $('#catchoose6').html(html);
  240. });
  241. });
  242. </script>
  243. <?php } ?>
  244. <?php
  245. //echo $typeid;
  246. //论文期刊模板参考
  247. if((int)$typeid === 127){
  248. ?>
  249. <dl class="row">
  250. <dt class="tit">
  251. <label for="title">关联期刊</label>
  252. </dt>
  253. <dd class="opt">
  254. <input type="text" name="lunwen_id" value="0"/>
  255. </dd>
  256. </dl>
  257. <?php
  258. }
  259. ?>
  260. <?php
  261. //echo $typeid;
  262. //论文期刊模板参考
  263. if((int)$typeid === 127){
  264. ?>
  265. <dl class="row">
  266. <dt class="tit">
  267. <label for="title">关联期刊</label>
  268. </dt>
  269. <dd class="opt">
  270. <input type="text" name="lunwen_id" value="0"/>
  271. </dd>
  272. </dl>
  273. <?php
  274. }
  275. ?>
  276. <?php
  277. if((int)$typeid === 126 || (int)$typeid === 825 || (int)$typeid === 826){
  278. $tag_name = "职称标签";
  279. }else{
  280. $tag_name = "文章标签";
  281. ?>
  282. <?php
  283. }
  284. ?>
  285. <dl class="row">
  286. <dt class="tit">
  287. <label for="title">{$tag_name}</label>
  288. </dt>
  289. <dd class="opt">
  290. <select name="product_tag_id" id="catchoose666">
  291. <option value="0">默认标签</option>
  292. {foreach $product_tag as $key=>$vo}
  293. <option value="{$vo.aid}" {eq name="product_tag_id" value="$vo.aid"}selected{/eq}>{$vo.title}</option>
  294. {/foreach}
  295. </select>
  296. </dd>
  297. </dl>
  298. <!-- #weapp_diy001_excel# -->
  299. <!-- #weapp_diy002_excel# -->
  300. <!---end--->
  301. </div>
  302. <div class="layui-tab-item">
  303. {include file="archives/get_field_addonextitem" /}
  304. </div>
  305. <div class="layui-tab-item">
  306. </div>
  307. </div>
  308. </div>
  309. </div>
  310. <!-- 常规信息 -->
  311. <!-- SEO设置 -->
  312. <div class="ncap-form-default tab_div_2" style="display:none;">
  313. <dl class="row">
  314. <dt class="tit">
  315. <label for="seo_title">SEO标题</label>
  316. </dt>
  317. <dd class="opt">
  318. <input type="text" value="" name="seo_title" id="seo_title" class="input-txt">
  319. <span class="err"></span>
  320. <p class="notic">一般不超过80个字符,为空时系统自动构成,可以到 <a href="{:url('Seo/index', array('inc_type'=>'seo'))}">SEO设置 - SEO基础</a> 中设置构成规则。</p>
  321. </dd>
  322. </dl>
  323. <dl class="row">
  324. <dt class="tit">
  325. <label>SEO关键词</label>
  326. </dt>
  327. <dd class="opt">
  328. <textarea rows="5" cols="60" id="seo_keywords" name="seo_keywords" style="height:20px;"></textarea>
  329. <span class="err"></span>
  330. <p class="notic">一般不超过100个字符,多个关键词请用英文逗号(,)隔开,建议3到5个关键词。</p>
  331. </dd>
  332. </dl>
  333. <dl class="row">
  334. <dt class="tit">
  335. <label>SEO描述</label>
  336. </dt>
  337. <dd class="opt">
  338. <textarea rows="5" cols="60" id="seo_description" name="seo_description" style="height:54px;" class="keywordsTextarea" onkeyup="monitorInputStr();" onkeypress="monitorInputStr();"></textarea>
  339. <span class="err"></span>
  340. <p class="notic">一般不超过100个字符,不填写时系统自动提取正文的前100个字符</p>
  341. <p class="notic2 none" id="beenWritten">你已输入<span id="beenWrittenStr">0</span>个字符</p>
  342. </dd>
  343. </dl>
  344. </div>
  345. <!-- SEO设置 -->
  346. <!-- 其他参数 -->
  347. <div class="ncap-form-default tab_div_3" style="display:none;">
  348. {if condition="!empty($channelfield_row['author']) AND 1 == $channelfield_row['litpic']['ifeditable']"}
  349. <dl class="row">
  350. <dt class="tit">
  351. <label for="author">作者</label>
  352. </dt>
  353. <dd class="opt">
  354. <input type="text" value="{$Think.session.admin_info.pen_name|default='小编'}" name="author" id="author" class="input-txt">
  355. <span class="err"></span>
  356. <p class="notic">设置作者默认名称(将同步至管理员笔名)</p>
  357. </dd>
  358. </dl>
  359. {/if}
  360. <dl class="row dl_origin">
  361. <dt class="tit">
  362. <label>来源</label>
  363. </dt>
  364. <dd class="opt origin-hot">
  365. <input type="text" value="{$system_originlist_0}" name="origin" id="origin" class="input-txt" onclick="searchOrigin(this);" autocomplete="off">
  366. <div class="origin-hot-list" style="display: none;" id="search_keywords_list_origin"></div>
  367. <textarea id="system_originlist_str" style="display: none;">{$system_originlist_str}</textarea>
  368. <span class="setting" onclick="set_originlist();">设置</span>
  369. <span class="err"></span>
  370. <p class="notic">为空时默认“网络”</p>
  371. </dd>
  372. </dl>
  373. <dl class="row">
  374. <dt class="tit">
  375. <label>点击数</label>
  376. </dt>
  377. <dd class="opt">
  378. <input type="text" value="{$rand_arcclick}" name="click" id="click" class="input-txt">
  379. <span class="err"></span>
  380. </dd>
  381. </dl>
  382. <dl class="row">
  383. <dt class="tit">
  384. <label>阅读权限</label>
  385. </dt>
  386. <dd class="opt">
  387. <select name="arcrank" id="arcrank" {if $admin_info.role_id>0&&$auth_role_info.check_oneself<1} disabled="disabled" {/if}>
  388. {volist name="arcrank_list" id="vo"}
  389. <option value="{$vo.rank}" {if $admin_info.role_id>0&&$auth_role_info.check_oneself<1&&$vo.rank==-1} selected="selected" {/if}>{$vo.name}</option>
  390. {/volist}
  391. </select>
  392. <span class="err"></span>
  393. </dd>
  394. </dl>
  395. <!-- #weapp_UsersGroup_content_users_id={$field.users_id}#--><!-- #weapp_UsersGroup_content# -->
  396. <dl class="row">
  397. <dt class="tit">
  398. <label for="articleForm">发布时间</label>
  399. </dt>
  400. <dd class="opt">
  401. <input type="text" class="input-txt" id="add_time" name="add_time" value="{php}echo date('Y-m-d H:i:s'){/php}" autocomplete="off">
  402. <span class="add-on input-group-addon">
  403. <i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
  404. </span>
  405. <span class="err"></span>
  406. </dd>
  407. </dl>
  408. <dl class="row">
  409. <dt class="tit">
  410. <label for="tempview">文档模板</label>
  411. </dt>
  412. <dd class="opt">
  413. <select name="tempview" id="tempview">
  414. {volist name='$templateList' id='vo'}
  415. <option value="{$vo}" {eq name='$vo' value='$tempview'}selected{/eq}>{$vo}</option>
  416. {/volist}
  417. </select>
  418. <input type="hidden" name="type_tempview" value="{$tempview}" />
  419. <span class="err"></span>
  420. </dd>
  421. </dl>
  422. <dl class="row {notin name='$seo_pseudo' value='2,3'}no-grey{/notin}">
  423. <dt class="tit">
  424. <label>自定义文件名</label>
  425. </dt>
  426. <dd class="opt">
  427. <input type="text" {notin name='$seo_pseudo' value='2,3'}readonly="readonly" title="动态模式下不支持自定义文档url"{/notin} value="" name="htmlfilename" id="htmlfilename" autocomplete="off" onkeyup="this.value=this.value.replace(/[^\u4E00-\u9FA5\w\-]/g,'-');" onpaste="this.value=this.value.replace(/[^\u4E00-\u9FA5\w\-]/g,'-');" class="input-txt {notin name='$seo_pseudo' value='2,3'}no-drop{/notin}">.html
  428. <span class="err"></span>
  429. <p class="notic">自定义文件名可由字母、数字、下划线(_)、连接符(-)等符号组成,除此之外其他字符将自动转为连接符(-)</p>
  430. </dd>
  431. </dl>
  432. </div>
  433. <!-- 其他参数 -->
  434. <!-- #weapp_diy001_body# -->
  435. <!-- #weapp_diy002_body# -->
  436. <!-- #weapp_demontrate_div# -->
  437. <!-- #weapp_div# -->
  438. <div class="ncap-form-default">
  439. <div class="bot2">
  440. <input type="hidden" name="gourl" value="{$gourl|default=''}">
  441. <input type="hidden" name="channel" value="{$Request.param.channel|default=''}">
  442. <input type="hidden" name="editor_addonFieldExt" id="editor_addonFieldExt" value="">
  443. <a href="JavaScript:void(0);" onclick="check_submit();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  444. {include file="public/callback_page_2" /}<!-- 返回按钮 -->
  445. </div>
  446. </div>
  447. </form>
  448. </div>
  449. <script type="text/javascript">
  450. layui.use(['laydate','element'], function() {
  451. var $ = layui.jquery
  452. ,element = layui.element;
  453. var laydate = layui.laydate;
  454. laydate.render({
  455. elem: '#add_time'
  456. ,type: 'datetime'
  457. });
  458. })
  459. $(function () {
  460. try {
  461. var web_citysite_open = {$global['web_citysite_open']|default=0};
  462. var site_province_id = {$site_province_id|default=0};
  463. var site_city_id = {$site_city_id|default=0};
  464. var site_area_id = {$site_area_id|default=0};
  465. if (web_citysite_open > 0 && site_province_id > 0) {
  466. $('select[name=province_id]').val(site_province_id);
  467. set_city_list(site_city_id);
  468. set_area_list(site_area_id);
  469. }
  470. }catch(e){}
  471. //选项卡切换列表
  472. $('.tab-base').find('.tab').click(function(){
  473. $('.tab-base').find('.tab').each(function(){
  474. $(this).removeClass('current');
  475. });
  476. $(this).addClass('current');
  477. var tab_index = $(this).data('index');
  478. $(".tab_div_1, .tab_div_2, .tab_div_3").hide();
  479. $(".tab_div_"+tab_index).show();
  480. layer.closeAll();
  481. });
  482. $('input[name=is_jump]').click(function(){
  483. if ($(this).is(':checked')) {
  484. $('.dl_jump').show();
  485. } else {
  486. $('.dl_jump').hide();
  487. }
  488. });
  489. var dftypeid = {$typeid|default='0'};
  490. $('#typeid').change(function(){
  491. var current_channel = $(this).find('option:selected').data('current_channel');
  492. if (0 < $(this).val() && {$channeltype} != current_channel) {
  493. showErrorMsg('请选择对应模型的栏目!');
  494. $(this).val(dftypeid);
  495. } else if ({$channeltype} == current_channel) {
  496. layer.closeAll();
  497. }
  498. GetAddonextitem(1, $(this).val(), {$channeltype}, 0, true, 'Custom');
  499. });
  500. $(document).click(function(){
  501. $('#often_tags').hide();
  502. $('#often_tags_input').hide();
  503. event.stopPropagation();
  504. });
  505. $('#often_tags').click(function(){
  506. $('#often_tags').show();
  507. event.stopPropagation();
  508. });
  509. $('input[name=tags]').keyup(function(){
  510. var tags = $.trim($(this).val());
  511. $('#seo_keywords').val(tags);
  512. });
  513. });
  514. // 判断输入框是否为空
  515. function check_submit(){
  516. if($.trim($('input[name=title]').val()) == ''){
  517. $($('.tab-base').find('.tab')[0]).trigger('click');
  518. showErrorMsg('标题不能为空!');
  519. $('input[name=title]').focus();
  520. return false;
  521. }
  522. if ($('#typeid').val() == 0) {
  523. $($('.tab-base').find('.tab')[0]).trigger('click');
  524. showErrorMsg('请选择栏目…!');
  525. $('#typeid').focus();
  526. return false;
  527. }
  528. layer_loading('正在处理');
  529. if(!ajax_check_htmlfilename())
  530. {
  531. layer.closeAll();
  532. showErrorMsg('同栏目下,自定义文件名已存在!');
  533. $('input[name=htmlfilename]').focus();
  534. return false;
  535. }
  536. setTimeout(function (){
  537. editor_auto_210607();
  538. $('#post_form').submit();
  539. }, 1);
  540. }
  541. function img_call_back(fileurl_tmp)
  542. {
  543. $("#litpic_local").val(fileurl_tmp);
  544. $("#img_a").attr('href', fileurl_tmp);
  545. $("#img_i").attr('onmouseover', "layer_tips=layer.tips('<img src="+fileurl_tmp+" class=\\'layer_tips_img\\'>',this,{tips: [1, '#fff']});");
  546. $("input[name=is_litpic]").attr('checked', true); // 自动勾选属性[图片]
  547. }
  548. </script>
  549. <script>
  550. try{
  551. var mt20_1649209614 = sessionStorage.getItem("mt20_1649209614");
  552. if (mt20_1649209614 == 1){
  553. $("#geduan_div").removeClass("h10");
  554. }else{
  555. $("#geduan_div").addClass("h10");
  556. }
  557. }catch(e){}
  558. </script>
  559. {include file="public/footer" /}