Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. <div class="page min-hg-c-10">
  7. <form class="form-horizontal" id="post_form" action="{:url('ZcdjPosition/add')}" method="post">
  8. <div class="ncap-form-default">
  9. <dl class="row">
  10. <dt class="tit"> <label for="title"><em>*</em>等级名称</label> </dt>
  11. <dd class="opt">
  12. <input type="text" name="title" id="title" onkeyup="DetectionTitleRepeat(this);" class="input-txt" autocomplete="off">
  13. <span class="err"></span>
  14. <p class="notic2 red" id="title_tips"></p>
  15. </dd>
  16. </dl>
  17. <dl class="row" style="display:block;">
  18. <dt class="tit">
  19. <label for="type">选择分类</label>
  20. </dt>
  21. <dd class="opt">
  22. <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
  23. -->
  24. <?php
  25. /*
  26. * {eyou:foreach name='$pro_list' item='field1'}
  27. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  28. {/eyou:foreach}
  29. <select name="type" class="select" id="selectTest" style="margin:0px 5px;height:30px;">
  30. <option value="0">通类</option>
  31. <option value="1">计算机科学</option>
  32. <option value="2">理学</option>
  33. <option value="3">哲学类</option>
  34. <option value="4">教育学类</option>
  35. <option value="5">医学类</option>
  36. <option value="6">中国语言文学类</option>
  37. <option value="7">历史学类</option>
  38. <option value="8">经济学类</option>
  39. <option value="9">法学</option>
  40. <option value="10">体育学类</option>
  41. <option value="11">工商管理类</option>
  42. <option value="12">军事学</option>
  43. <option value="13">新闻传播学类</option>
  44. <option value="14">公共管理类</option>
  45. <option value="15">中医学类</option>
  46. <option value="16">药学类</option>
  47. <option value="17">政治学类</option>
  48. <option value="18">社会学类</option>
  49. <option value="19">艺术类</option>
  50. <option value="20">生物科学类</option>
  51. <option value="21">农学</option>
  52. <option value="22">其他</option>
  53. </select>
  54. */
  55. ?>
  56. <select name="type2" class="select" id="selectTest" style="margin:0px 5px;height:30px;">
  57. {eyou:foreach name='$pos_list' item='field1'}
  58. <option value="{$field1.id}" {eq name="$pid" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  59. {/eyou:foreach}
  60. </select>
  61. {eyou:notempty name='$pos_list2' /}
  62. <select name="type" class="select" id="selectTest2" style="margin:0px 5px;height:30px;">
  63. {eyou:foreach name='$pos_list2' item='field1'}
  64. <option value="{$field1.id}" {eq name="$pid" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  65. {/eyou:foreach}
  66. </select>
  67. {eyou:else /}
  68. <span>请先添加二级分类</span>
  69. <input type="hidden" name="type" value="">
  70. {/eyou:notempty}
  71. <script>
  72. $(function(){
  73. $("#selectTest").change(function(e){
  74. console.log($(this).val());
  75. var v = $(this).val();
  76. if(v == 1){
  77. //$('#citychoose').show();
  78. }else{
  79. //$('#citychoose').hide();
  80. }
  81. //ajax
  82. $.ajax({
  83. type:'POST',
  84. url:"{:url('ZcdjPosition/getType', ['_ajax'=>1])}",
  85. data:{
  86. id: $(this).val()
  87. ,_ajax:1
  88. },
  89. success:function(res){
  90. $('#selectTest2').html(res.data);
  91. }
  92. });
  93. });
  94. });
  95. </script>
  96. <span class="err"></span>
  97. <p class="notic"></p>
  98. </dd>
  99. </dl>
  100. <dl class="row" id="citychoose" style="display: none;">
  101. <dt class="tit"> <label for="title"><em>*</em>地区选择</label> </dt>
  102. <dd class="opt">
  103. <!---checked-->
  104. {eyou:foreach name='$pro_list' item='field1'}
  105. <input type="checkbox" name="map[]" value="{$field1.id}" id="category{$field1.id}"/>{$field1.name}
  106. {/eyou:foreach}
  107. <span class="err"></span>
  108. <p class="notic2 red" id="title_tips"></p>
  109. </dd>
  110. </dl>
  111. <dl class="row 1615775137_dl" style="display: none;" id="1615775137_1">
  112. <dt class="tit"> <label>主题背景</label> </dt>
  113. <dd class="opt">
  114. <div class="tab-pane" id="tab_imgupload">
  115. <table class="table table-bordered">
  116. <tbody>
  117. <tr>
  118. <td >
  119. <div class="sort-list">
  120. <div class="images_upload">
  121. </div>
  122. </div>
  123. <a href="javascript:void(0);" onClick="GetUploadify(30,'','allimg','imgupload_call_back');" class="img-upload b-img-upload mb15" title="点击上传">
  124. <div class="y-line"></div>
  125. <div class="x-line"></div>
  126. </a>
  127. </td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. </div>
  132. <!-- 上传图片显示的样板 start -->
  133. <div class="images_upload_tpl none">
  134. <div class="images_upload ic">
  135. <div class="ic">
  136. <div class='upimg' title="拖动修改排序" onmouseover="upimgMouseover(this);" onmouseout="upimgMouseout(this);">
  137. <div class='icaction' style="display: none">
  138. <span class="load_images" onclick="">
  139. <a href="javascript:void(0);" style="color: white">
  140. <i class='fa fa-search-plus'></i>大图
  141. </a>
  142. </span>
  143. <span class="load_images" onclick="">
  144. <i class='fa fa-file-text-o'></i>信息
  145. </span>
  146. </div>
  147. <div class='cover-bg' style="display: none"></div>
  148. <img src="__STATIC__/admin/images/add-button.jpg"/>
  149. <a class="delect" href="javascript:void(0);" title="删除"></a>
  150. </div>
  151. <div class="load_input" data-showOrHide="hide">
  152. <input type="hidden"/>
  153. <span class="span_input"> <input type="hidden"/> </span>
  154. <textarea placeholder="请输入标题..." style="height: 28px;"></textarea>
  155. <textarea placeholder="请输入链接网址..." style="height: 28px;"></textarea>
  156. <textarea placeholder="广告注释:支持HTML代码" style="height: 64px;"></textarea>
  157. <div class="operation">
  158. <a href="javascript:void(0)">&nbsp;&nbsp;</a>
  159. <a href="javascript:void(0)">&nbsp;&nbsp;</a>
  160. <a style="width: 32%;" href="javascript:void(0);">&nbsp;&nbsp;</a>
  161. </div>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <!-- 上传图片显示的样板 end -->
  167. </dd>
  168. </dl>
  169. <dl class="row 1615775137_dl" style="display: none;" id="1615775137_2">
  170. <dt class="tit"> <label for="type">广告内容</label> </dt>
  171. <dd class="opt">
  172. <input type="text" name="video_litpic" id="video_litpic" class="input-txt">
  173. <input type="file" id="courseware_file" data-type='local' onchange="upload_video_litpic_1615775137(this)" style="display: none;">
  174. {eq name="$WeappOpen.qny_open" value="1"}
  175. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_qiniu" onclick="$('#courseware_file').attr('data-type', 'qiniu').trigger('click');">七牛云上传</a>
  176. {/eq}
  177. {eq name="$WeappOpen.oss_open" value="1"}
  178. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_oss" onclick="$('#courseware_file').attr('data-type', 'oss').trigger('click');">oss上传</a>
  179. {/eq}
  180. {eq name="$WeappOpen.cos_open" value="1"}
  181. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_cos" onclick="$('#courseware_file').attr('data-type', 'cos').trigger('click');">cos上传</a>
  182. {/eq}
  183. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green " id="upload_video_litpic_local" onclick="$('#courseware_file').attr('data-type', 'local').trigger('click');">本地上传</a>
  184. <input type="hidden" id="OpenPreviewVideoUrl" value="{:url('ZcdjPosition/open_preview_video')}">
  185. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="PreviewVideo" onclick="OpenPreviewVideo();">预览</a>
  186. </dd>
  187. </dl>
  188. <dl class="row 1615775137_dl" style="display: none;" id="1615775137_3">
  189. <dt class="tit"> <label for="type">广告内容</label> </dt>
  190. <dd class="opt">
  191. <textarea rows="5" cols="60" id="html_intro" name="html_intro" style="height: 200px;"></textarea>
  192. <span class="err"></span>
  193. <p class="notic"></p>
  194. </dd>
  195. </dl>
  196. <dl class="row">
  197. <dt class="tit">
  198. <label>备注信息</label>
  199. </dt>
  200. <dd class="opt">
  201. <textarea rows="5" cols="60" id="intro" name="intro" style="height:60px;"></textarea>
  202. <span class="err"></span>
  203. <p class="notic"></p>
  204. </dd>
  205. </dl>
  206. <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
  207. </div>
  208. </form>
  209. </div>
  210. <script type="text/javascript">
  211. var SelectedType = 1;
  212. $(function() {
  213. // 新增时,广告类型默认选中图片类型
  214. $('#type1').prop('checked', 'checked');
  215. // 新增时,默认显示图片上传
  216. //$('#1615775137_1').show();
  217. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  218. VideoLitpicValue('#video_litpic');
  219. });
  220. // 切换广告类型
  221. function TypeSwitch(typeValue) {
  222. // 隐藏全部类型内容
  223. $('.1615775137_dl').hide();
  224. // 显示指定类型内容
  225. $('#1615775137_'+typeValue).show();
  226. // 切换类型后设置为当前切换的类型
  227. SelectedType = typeValue;
  228. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  229. VideoLitpicValue('#video_litpic');
  230. }
  231. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  232. function VideoLitpicValue(obj) {
  233. // 获取广告内容(多媒体为播放链接)
  234. // var video_litpic = $(obj).val();
  235. // 判断隐藏/显示预览按钮if (2 == SelectedType && video_litpic)
  236. if (2 == SelectedType) {
  237. $('#PreviewVideo').show();
  238. } else {
  239. $('#PreviewVideo').hide();
  240. }
  241. }
  242. // 打开预览视频
  243. function OpenPreviewVideo() {
  244. // 获取视频链接
  245. var video_litpic = $('#video_litpic').val();
  246. if (video_litpic == '') {
  247. $('#video_litpic').focus();
  248. showErrorMsg('请先上传视频');
  249. return false;
  250. }
  251. /* 视频链接后缀验证处理 */
  252. var fileExt = video_litpic.substr(video_litpic.lastIndexOf('.')).toLowerCase();
  253. var fileExt = judgeExt(fileExt);
  254. if (fileExt == -1) {
  255. $('#video_litpic').focus();
  256. showErrorMsg('不支持的视频格式,可在附件设置中修改');
  257. return false;
  258. }
  259. /* END */
  260. /* 视频链接是否存在斜杠处理 */
  261. var fileInfo = video_litpic.lastIndexOf('/');
  262. if (fileInfo == -1) {
  263. $('#video_litpic').focus();
  264. showErrorMsg('视频链接不完整,无法正常预览');
  265. return false;
  266. }
  267. /* END */
  268. // 打开视频播放
  269. $.ajax({
  270. type : 'post',
  271. url : $('#OpenPreviewVideoUrl').val(),
  272. data : {video_litpic: video_litpic},
  273. dataType : 'json',
  274. success : function(res) {
  275. if (1 == res.code) {
  276. var PreviewVideo = "<video style='width:100%; height:100%;' src='"+res.url+"' controls preload='auto' oncontextmenu='return fase' autoplay></video>";
  277. layer.open({
  278. type: 1,
  279. title: false,
  280. fixed: true, //不固定
  281. shadeClose: false,
  282. shade: layer_shade,
  283. area: ['80%', '80%'],
  284. content: PreviewVideo
  285. });
  286. } else {
  287. showErrorMsg(res.msg);
  288. }
  289. },
  290. error: function(e) {
  291. showErrorAlert(e.responseText);
  292. }
  293. });
  294. }
  295. // 上传媒体文件
  296. function upload_video_litpic_1615775137(e) {
  297. var data_type = $(e).attr('data-type');
  298. if ('qiniu' == data_type) {
  299. // 七牛云上传
  300. upload_video_litpic_qiniu(e);
  301. } else if ('oss' == data_type) {
  302. // OSS上传
  303. upload_video_litpic_oss(e);
  304. } else if ('cos' == data_type) {
  305. // COS上传
  306. upload_video_litpic_cos(e);
  307. } else {
  308. // 本地上传
  309. upload_video_litpic_local(e);
  310. }
  311. }
  312. // 七牛云上传
  313. function upload_video_litpic_qiniu(e) {
  314. // 获取文件路径名
  315. var file = $(e)[0].files[0];
  316. // 验证上传格式
  317. var fileName = file.name;
  318. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  319. var ext = judgeExt(fileExt);
  320. if (ext == -1) {
  321. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  322. return false;
  323. }
  324. // 验证上传大小
  325. var size = "{$upload_max_filesize}";
  326. if (file.size > size) {
  327. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  328. return false;
  329. }
  330. // 执行上传
  331. layer_loading('上传本地');
  332. $.ajax({
  333. type: 'POST',
  334. url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
  335. data: {_ajax: 1},
  336. dataType: "JSON",
  337. success: function(res1) {
  338. if (1 == res1.code) {
  339. var token = res1.data.token;
  340. var formData = new FormData();
  341. formData.append('file', file);
  342. formData.append('token', token);
  343. fileName = res1.data.filePath + fileExt;
  344. formData.append('key', fileName);
  345. $.ajax({
  346. url: res1.data.uphost,
  347. type: 'POST',
  348. dataType: 'JSON',
  349. data: formData,
  350. timeout: 1200000,
  351. cache: false,
  352. processData: false,
  353. contentType: false,
  354. xhr: function () {
  355. myXhr = $.ajaxSettings.xhr();
  356. if (myXhr.upload) {
  357. myXhr.upload.addEventListener('progress', function(e){
  358. var curr = e.loaded;
  359. var total = e.total;
  360. process = parseInt(curr / total * 100);
  361. $("#upload_video_litpic_qiniu").text('上传中...'+process+"%");
  362. });
  363. }
  364. return myXhr;
  365. },
  366. success: function(res2) {
  367. layer.closeAll();
  368. $("#upload_video_litpic_qiniu").text('上传成功');
  369. setTimeout(function() {
  370. $('#upload_video_litpic_qiniu').text('七牛云上传');
  371. }, 2000);
  372. var video_url = res1.data.domain + "/" + res2.key;
  373. $("#video_litpic").val(video_url);
  374. },
  375. error: function(e) {
  376. layer.closeAll();
  377. showErrorMsg(e.responseText);
  378. return false;
  379. }
  380. });
  381. } else {
  382. layer.closeAll();
  383. showErrorMsg(res1.msg);
  384. }
  385. },
  386. error: function(e) {
  387. layer.closeAll();
  388. showErrorMsg(e.responseText);
  389. }
  390. });
  391. }
  392. // 阿里云OSS上传
  393. function upload_video_litpic_oss(e) {
  394. // 获取文件路径名
  395. var file = $(e)[0].files[0];
  396. // 验证上传格式
  397. var fileName = file.name;
  398. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  399. var ext = judgeExt(fileExt);
  400. if (ext == -1) {
  401. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  402. return false;
  403. }
  404. // 验证上传大小
  405. var size = "{$upload_max_filesize}";
  406. if (file.size > size) {
  407. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  408. return false;
  409. }
  410. // 执行上传
  411. layer_loading('上传阿里云OSS');
  412. $.ajax({
  413. type: 'POST',
  414. url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
  415. data: {_ajax: 1},
  416. dataType: "JSON",
  417. success: function(res1){
  418. if (1 == res1.code){
  419. fileName = res1.data.filePath + fileExt;
  420. //组装发送数据
  421. var request = new FormData();
  422. request.append("OSSAccessKeyId",res1.data.accessid);
  423. request.append("policy",res1.data.policy);
  424. request.append("Signature",res1.data.signature);
  425. request.append("key",fileName);
  426. request.append("success_action_status",201);
  427. request.append('file', file);
  428. $.ajax({
  429. url : res1.data.host,
  430. data : request,
  431. processData: false,
  432. cache: false,
  433. contentType: false,
  434. dataType: 'xml',
  435. type : 'post',
  436. xhr: function () {
  437. myXhr = $.ajaxSettings.xhr();
  438. if (myXhr.upload) {
  439. myXhr.upload.addEventListener('progress', function(e){
  440. var curr = e.loaded;
  441. var total = e.total;
  442. var process = parseInt(curr / total * 100);
  443. $("#upload_video_litpic_oss").text('上传中...'+process+"%");
  444. });
  445. }
  446. return myXhr;
  447. },
  448. success : function(data) {
  449. layer.closeAll();
  450. var res = $(data).find('PostResponse');
  451. if (res) {
  452. var key = res.find('Key').text();
  453. $("#upload_video_litpic_oss").text('上传成功');
  454. setTimeout(function() {
  455. $('#upload_video_litpic_oss').text('oss上传');
  456. }, 2000);
  457. var video_url = res1.data.domain + "/" + key;
  458. $("#video_litpic").val(video_url);
  459. } else {
  460. $("#upload_video_litpic_oss").text('上传失败');
  461. setTimeout(function() {
  462. $('#upload_video_litpic_oss').text('oss上传');
  463. }, 2000);
  464. }
  465. },
  466. error : function(e) {
  467. layer.closeAll();
  468. console.log(e.responseText);
  469. }
  470. });
  471. } else {
  472. layer.closeAll();
  473. showErrorMsg(res1.msg);
  474. }
  475. },
  476. error: function(e) {
  477. layer.closeAll();
  478. showErrorMsg(e.responseText);
  479. }
  480. });
  481. }
  482. // 腾讯云COS上传
  483. function upload_video_litpic_cos(e) {
  484. // 获取文件路径名
  485. var file = $(e)[0].files[0];
  486. // 验证上传格式
  487. var fileName = file.name;
  488. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  489. var ext = judgeExt(fileExt);
  490. if (ext == -1) {
  491. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  492. return false;
  493. }
  494. // 验证上传大小
  495. var size = "{$upload_max_filesize}";
  496. if (file.size > size) {
  497. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  498. return false;
  499. }
  500. // 上传参数
  501. var formData = new FormData();
  502. formData.append('file', file);
  503. formData.append('file_ext', fileExt);
  504. // 执行上传
  505. $.ajax({
  506. type: 'post',
  507. url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
  508. data: formData,
  509. contentType: false,
  510. processData: false,
  511. dataType: 'json',
  512. xhr: function () {
  513. myXhr = $.ajaxSettings.xhr();
  514. if (myXhr.upload) {
  515. myXhr.upload.addEventListener('progress', function(e){
  516. var curr = e.loaded;
  517. var total = e.total;
  518. process = parseInt(curr / total * 100);
  519. if (100 == process) {
  520. process = 99;
  521. layer_loading('上传腾讯云');
  522. }
  523. $("#upload_video_litpic_cos").text('上传中...'+process+"%");
  524. });
  525. }
  526. return myXhr;
  527. },
  528. success: function(res) {
  529. layer.closeAll();
  530. if (1 == res.code) {
  531. $("#video_litpic").val(res.data.url);
  532. $("#upload_video_litpic_cos").text('上传成功');
  533. } else {
  534. $("#upload_video_litpic_cos").text('上传失败');
  535. }
  536. setTimeout(function() {
  537. $('#upload_video_litpic_cos').text('cos上传');
  538. }, 2000);
  539. },
  540. error: function(e) {
  541. layer.closeAll();
  542. showErrorMsg(e.responseText);
  543. }
  544. });
  545. }
  546. // 本地上传
  547. function upload_video_litpic_local(e) {
  548. // 获取文件路径名
  549. var file = $(e)[0].files[0];
  550. // 验证上传格式
  551. var fileName = file.name;
  552. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  553. var ext = judgeExt(fileExt);
  554. if (ext == -1) {
  555. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  556. return false;
  557. }
  558. // 验证上传大小
  559. var size = "{$upload_max_filesize}";
  560. if (file.size > size) {
  561. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  562. return false;
  563. }
  564. // 定义上传数据
  565. var formData = new FormData();
  566. formData.append('file', file);
  567. // 执行上传
  568. layer_loading('上传本地');
  569. $.ajax({
  570. type: 'post',
  571. url : "{:url('Ueditor/upVideo', ['savepath'=>'media'])}",
  572. data: formData,
  573. contentType: false,
  574. processData: false,
  575. dataType: 'json',
  576. xhr: function () {
  577. myXhr = $.ajaxSettings.xhr();
  578. if (myXhr.upload) {
  579. myXhr.upload.addEventListener('progress', function(e){
  580. var curr = e.loaded;
  581. var total = e.total;
  582. process = parseInt(curr / total * 100);
  583. $("#upload_video_litpic_local").html('上传中...'+process+"%");
  584. });
  585. }
  586. return myXhr;
  587. },
  588. success: function (res) {
  589. layer.closeAll();
  590. $("#upload_video_litpic_local").html('上传成功');
  591. setTimeout(function() {
  592. $('#upload_video_litpic_local').html('本地上传');
  593. }, 2000);
  594. if ("SUCCESS" == res.state) {
  595. $("#video_litpic").val(res.url);
  596. } else {
  597. showErrorMsg(res.msg);
  598. }
  599. }
  600. });
  601. }
  602. // 验证格式
  603. function judgeExt(ext) {
  604. var type = "{$media_type}";
  605. var extArr = [];
  606. extArr = type.split("|");
  607. var ext = ext.replace(".","");
  608. return extArr.indexOf(ext);
  609. }
  610. </script>
  611. <script type="text/javascript">
  612. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  613. // 勾选新窗口打开链接
  614. function CheckedTarget(t){
  615. if ($(t).is(':checked')) {
  616. $(t).parent().find('input[name="img_target[]"]').val(1);
  617. }else{
  618. $(t).parent().find('input[name="img_target[]"]').val(0);
  619. }
  620. }
  621. // 鼠标事件,加载查看大图和更新图片
  622. function upimgMouseover(obj)
  623. {
  624. $(obj).find('div.icaction').show();
  625. $(obj).find('div.cover-bg').show();
  626. }
  627. function upimgMouseout(obj)
  628. {
  629. $(obj).find('div.icaction').hide();
  630. $(obj).find('div.cover-bg').hide();
  631. }
  632. // 检测广告名称是否存在重复
  633. function DetectionTitleRepeat(obj) {
  634. // 当前广告ID
  635. var id = 0;
  636. // 传入的广告名称
  637. var title = $(obj).val();
  638. // 执行检测
  639. $.ajax({
  640. type: 'post',
  641. url : "{:url('ZcdjPosition/detection_title_repeat', ['_ajax'=>1])}",
  642. data: {id: id, title: title},
  643. dataType: 'json',
  644. success: function(res) {
  645. if (0 == res.code) {
  646. $('#title_tips').show().html(res.msg);
  647. } else {
  648. $('#title_tips').hide().html('');
  649. }
  650. },
  651. error: function(e){
  652. layer.closeAll();
  653. showErrorAlert(e.responseText);
  654. }
  655. });
  656. }
  657. // 判断输入框是否为空
  658. function checkForm(){
  659. if($('input[name=title]').val() == ''){
  660. layer.msg('名称不能为空!', {icon: 2,time: 1000});
  661. return false;
  662. }
  663. if($('input[name=type]').val() == ''){
  664. layer.msg('分类不能为空,请添加二级分类!', {icon: 2,time: 1000});
  665. return false;
  666. }
  667. /*if($('#selectTest').val() == '1'){
  668. var checkedValues = [];
  669. $('#post_form input[type=checkbox]:checked').each(function() {
  670. checkedValues.push($(this).val());
  671. });
  672. console.log(checkedValues); // 打印选中的checkbox值
  673. if(checkedValues.length > 0){
  674. }else{
  675. layer.msg('请选择地区!', {icon: 2,time: 1000});
  676. return false;
  677. }
  678. }*/
  679. //打印
  680. /*console.log($('#post_form').serialize());
  681. return false;*/
  682. layer_loading('正在处理');
  683. $.ajax({
  684. type : 'post',
  685. url : "{:url('ZcdjPosition/add', ['_ajax'=>1])}",
  686. data : $('#post_form').serialize(),
  687. dataType : 'json',
  688. success : function(res) {
  689. layer.closeAll();
  690. if (1 == res.code) {
  691. var _parent = parent;
  692. _parent.layer.close(parentObj);
  693. _parent.layer.msg(res.msg, {icon: 1, shade: layer_shade, time: 1000}, function() {
  694. _parent.window.location.reload();
  695. });
  696. } else {
  697. showErrorMsg(res.msg);
  698. }
  699. },
  700. error: function(e) {
  701. layer.closeAll();
  702. showErrorAlert(e.responseText);
  703. }
  704. });
  705. }
  706. // 显示信息输入框
  707. function ShowInput(id) {
  708. var obj = $("#"+id+"_ShowInput");
  709. var showOrHide = obj.attr('data-showOrHide');
  710. if ('hide' == showOrHide) {
  711. obj.show().attr('data-showOrHide', 'show');
  712. } else {
  713. obj.hide().attr('data-showOrHide', 'hide');
  714. }
  715. }
  716. // 隐藏信息输入
  717. function HideInput(id) {
  718. $("#"+id+"_ShowInput").hide().attr('data-showOrHide', 'hide');
  719. }
  720. // 上传图集相册回调函数
  721. function imgupload_call_back(paths){
  722. var last_div = $(".images_upload_tpl").html();
  723. var inputs = $('.span_input input');
  724. var timestamp = 0;
  725. for (var i=0; i<paths.length; i++){
  726. // 生成新的时间戳
  727. timestamp = (new Date()).getTime();
  728. // 插入一个 新图片
  729. $(".images_upload:eq(0)").before(last_div);
  730. // 处理他的链接地址
  731. $(".images_upload:eq(0)").find('span:eq(0)').attr('onclick',"Images('"+paths[i]+"', 900, 600);");
  732. // 处理信息显示隐藏按钮
  733. $(".images_upload:eq(0)").find('span:eq(1)').attr('onclick', "ShowInput('"+timestamp+"');");
  734. // 处理他的图片路径
  735. $(".images_upload:eq(0)").find('img').attr('src',paths[i]);
  736. // 处理删除按钮
  737. $(".images_upload:eq(0)").find('a:eq(1)').attr('onclick', "ClearPicArr(this, '"+paths[i]+"', 0);");
  738. // 处理图片信息框ID
  739. $(".images_upload:eq(0)").find('.load_input:eq(0)').attr('id', timestamp+'_ShowInput');
  740. // 处理图片路径及隐藏域
  741. if (inputs.length > '0') {
  742. // 修改隐藏域,提交ID隐藏域
  743. $(".images_upload:eq(0)").find('input:eq(0)').attr('name','img_id[]').attr('value','');
  744. // 修改隐藏域,提交图片隐藏域
  745. $(".span_input:eq(0)").find('input:eq(0)').attr('name','img_litpic[]').attr('value',paths[i]);
  746. // 提交标题
  747. $(".images_upload:eq(0)").find('textarea:eq(0)').attr('name','img_title[]');
  748. // 提交跳转链接
  749. $(".images_upload:eq(0)").find('textarea:eq(1)').attr('name','img_links[]');
  750. // 处理内容描述
  751. $(".images_upload:eq(0)").find('textarea:eq(2)').attr('name','img_intro[]');
  752. // 提交新窗口选项
  753. $(".images_upload:eq(0)").find('div.operation a:eq(0)').html("<label><input type='checkbox' title='在新窗口打开' onclick='CheckedTarget(this)'/>新窗口<input type='hidden' name='img_target[]' value='0'></label>");
  754. // 处理收回按钮
  755. $(".images_upload:eq(0)").find('div.operation a:eq(2)').attr('onclick', "HideInput('"+timestamp+"');").attr('title', "收回").html('<i style="font-size:16px;" class="fa fa-angle-double-up"></i>');
  756. }
  757. }
  758. }
  759. // 上传之后删除组图input
  760. function ClearPicArr(obj,path)
  761. {
  762. $(obj).parent().parent().parent().remove(); // 删除完服务器的, 再删除 html上的图片
  763. $.ajax({
  764. type:'POST',
  765. url:"{:url('Uploadimgnew/delupload')}",
  766. data:{action:"del", filename:path, _ajax:1},
  767. success:function(){}
  768. });
  769. }
  770. // 代码调用js
  771. function copyToClipBoard(id) {
  772. var adstr = "{eyou:ad aid='" + id + "'}\r\n <a href='{$"+"field.links}' {$"+"field.target}><img src='{$"+"field.litpic}' alt='{$"+"field.title}' /></a>\r\n{/eyou:ad";
  773. var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 ad 调用:</dd>'
  774. contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:80px;">' + adstr + '}</textarea>'
  775. contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将对应标签代码复制并粘贴到对应模板文件中!</dd></dl></div>'
  776. layer.open({
  777. title: '代码调用',
  778. type: 1,
  779. shade: layer_shade,
  780. skin: 'layui-layer-demo',
  781. area: ['480px', '240px'], //宽高
  782. content: contentdiv
  783. });
  784. }
  785. // 图集相册的拖动排序相关 js
  786. $( ".sort-list" ).sortable({
  787. start: function( event, ui) {
  788. }
  789. ,stop: function( event, ui ) {
  790. }
  791. });
  792. //因为他们要拖动,所以尽量设置他们的文字不能选择。
  793. // $( ".sort-list" ).disableSelection();
  794. </script>
  795. {include file="public/footer" /}