Brak opisu
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.

edit.htm 33KB

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