Bez popisu
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.

channel.htm 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <link rel="stylesheet" type="text/css" href="__PUBLIC__/plugins/bootstrap/css/bootstrap.min.css?v={$version}">
  6. <script type="text/javascript">
  7. var __root_dir__ = "__ROOT_DIR__";
  8. var __lang__ = "{$admin_lang}";
  9. </script>
  10. <script type="text/javascript" src="__SKIN__/js/jquery.js"></script>
  11. <script type="text/javascript" src="__PUBLIC__/plugins/layer-v3.1.0/layer.js"></script>
  12. </head>
  13. <style>
  14. .gray-bg {
  15. background-color: #f3f3f4;
  16. }
  17. .wrapper-content {
  18. padding: 20px;
  19. }
  20. .ibox {
  21. clear: both;
  22. margin-bottom: 25px;
  23. margin-top: 0;
  24. padding: 0;
  25. }
  26. .ibox-content {
  27. clear: both;
  28. background-color: #ffffff;
  29. color: inherit;
  30. padding: 15px 20px 20px 20px;
  31. border-color: #e7eaec;
  32. -webkit-border-image: none;
  33. -o-border-image: none;
  34. border-image: none;
  35. border-style: solid solid none;
  36. border-width: 1px 0px;
  37. }
  38. .progress {
  39. height: 20px;
  40. margin-bottom: 20px;
  41. overflow: hidden;
  42. background-color: #f5f5f5;
  43. border-radius: 4px;
  44. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  45. box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  46. }
  47. .progress-bar{
  48. height: 100%;
  49. }
  50. .progress-bar-success {
  51. background-color: #1c84c6;
  52. }
  53. .ncap-btn-green {
  54. margin: 20px auto 0;
  55. width: 100px;
  56. height: 36px;
  57. line-height: 36px;
  58. background-color: #4fc0e8;
  59. border:1px solid #3aa8cf;
  60. text-align: center;
  61. vertical-align: middle;
  62. display: block;
  63. padding: 0px 9px;
  64. border-radius: 3px;
  65. cursor: pointer;
  66. color: #fff;
  67. font-size: 13px;
  68. }
  69. a.ncap-btn-green:hover{
  70. background-color:#3ab0da;
  71. color: #fff;
  72. text-decoration: none;
  73. }
  74. </style>
  75. <body class="gray-bg">
  76. <div class="ibox float-e-margins">
  77. <div class="ibox-content">
  78. <div class="progress progress-striped active">
  79. <div class="progress-bar progress-bar-success" role="progressbar"
  80. aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:0%">
  81. </div>
  82. </div>
  83. <div style="text-align:center" class="success">
  84. <div class="finash" style="">
  85. <span><font id="title">正在生成</font><span class="filepath"></span>,</span>
  86. 已完成<span class="percent" style="color:#ff0000 ;font-size:14px;">0</span>%
  87. </div>
  88. </div>
  89. </div>
  90. <a href="javascript:void(0);" id="a_close_pop" class="ncap-btn-green" style="display: none;">关闭本窗口</a>
  91. <div class="ibox-content" id="error_msg" style="display: none">
  92. </div>
  93. </div>
  94. <script type="text/javascript">
  95. $('#a_close_pop').hide();
  96. var typeid = {$typeid|default=0};
  97. var findex = index = 0; //本次执行的下标
  98. var seo_html_arcdir = "{$seo_html_arcdir}";
  99. var achieve = 0;
  100. var allpagetotal = 0;
  101. var msg = "";
  102. var timestamp1 = Date.parse(new Date());
  103. function send(){
  104. $.ajax({
  105. url:__root_dir__+"/index.php?m=home&c=Buildmhtml&a=buildChannel&lang="+__lang__,
  106. type:'POST',
  107. dataType:'json',
  108. data:{'id':typeid,'seo_html_arcdir':seo_html_arcdir,'index':index,'findex':findex,'achieve':achieve,_ajax:1},
  109. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  110. beforeSend:function(){
  111. if (achieve == 0) {
  112. $("#title").html('正在数据优化');
  113. $(".progress-bar").css('width','0.5%');
  114. $(".percent").text('0.5');
  115. }
  116. },
  117. success:function(res){
  118. index = res.data.index;
  119. findex = res.data.findex;
  120. achieve = res.data.achievepage;
  121. allpagetotal = res.data.allpagetotal;
  122. channeltypeid = res.data.typeid;
  123. typename = res.data.typename;
  124. msg += res.msg;
  125. progress = ((achieve/allpagetotal)*100).toFixed(1);
  126. $('#title').html('正在创建栏目:');
  127. // $(".filetypename").html(res.data.typename);
  128. // $(".filetypeid").html('('+res.data.typeid+')');
  129. $(".filetypeid").html((res.data.findex+1));
  130. if (res.data.index > 1) {
  131. $(".filefindex").html('第'+res.data.index+'页,');
  132. } else {
  133. $(".filefindex").html('');
  134. }
  135. $(".progress-bar").css('width',progress+'%');
  136. $(".percent").text(progress);
  137. if (achieve >= allpagetotal){
  138. var timestamp2 = Date.parse(new Date());
  139. var timestamp3 = (timestamp2 - timestamp1) / 1000;
  140. if (timestamp3 < 1) timestamp3 = 1;
  141. $(".finash").remove();
  142. $(".progress-bar").css('width','100%');
  143. $(".progress").removeClass('progress-striped ').removeClass('active');
  144. $(".success").html("生成栏目完成,共耗时:<font color='red'>"+timestamp3+"</font> 秒");
  145. $('#a_close_pop').show();
  146. if (msg !== ""){
  147. $("#error_msg").show();
  148. $("#error_msg").prepend(msg);
  149. }
  150. return false;
  151. }
  152. send();
  153. },
  154. error:function(e){
  155. parent.layer.alert(e.responseText, {icon: 5, title:false});
  156. }
  157. });
  158. }
  159. send();
  160. // $('#a_close_pop').hide();
  161. // var typeid = "{$typeid|default=0}";
  162. // var seo_html_arcdir = "{$seo_html_arcdir}";
  163. // //var findex = 0; //本次执行的下标
  164. // var findex = index = 0; //本次执行的下标
  165. // var achieve = 0;
  166. // var allpagetotal = 0;
  167. // var msg = "";
  168. // var timestamp1 = Date.parse(new Date());
  169. // function send(){
  170. // $.ajax({
  171. // url:__root_dir__+"/index.php?m=home&c=Buildmhtml&a=buildChannel&lang="+__lang__,
  172. // type:'POST',
  173. // dataType:'json',
  174. // data:{'id':typeid,'seo_html_arcdir':seo_html_arcdir,'index':index,'findex':findex,'achieve':achieve,_ajax:1},
  175. // beforeSend:function(){
  176. // },
  177. // success:function(res){
  178. // findex = res.data.findex;
  179. // achieve = res.data.achievepage;
  180. // allpagetotal = res.data.allpagetotal;
  181. // msg += res.msg;
  182. // progress = ((achieve/allpagetotal)*100).toFixed(1);
  183. // $('#title').html('成功创建栏目:');
  184. // $(".filepath").html(res.data.findex);
  185. // $(".progress-bar").css('width',progress+'%');
  186. // $(".percent").text(progress);
  187. // if (achieve === allpagetotal){
  188. // var timestamp2 = Date.parse(new Date());
  189. // var timestamp3 = (timestamp2 - timestamp1) / 1000;
  190. // if (timestamp3 < 1) timestamp3 = 1;
  191. // $(".finash").remove();
  192. // $(".progress-bar").css('width','100%');
  193. // $(".progress").removeClass('progress-striped ').removeClass('active');
  194. // $(".success").html("生成栏目完成,共耗时:<font color='red'>"+timestamp3+"</font> 秒");
  195. // $('#a_close_pop').show();
  196. // if (msg !== ""){
  197. // $("#error_msg").show();
  198. // $("#error_msg").prepend(msg);
  199. // }
  200. // return false;
  201. // }
  202. // send();
  203. // },
  204. // complete: function() {
  205. // },
  206. // error:function(e){
  207. // parent.layer.alert(e.responseText, {icon: 5, title:false});
  208. // }
  209. // });
  210. // }
  211. // send();
  212. </script>
  213. <script type="text/javascript">
  214. $('#a_close_pop').on('click',function(){
  215. $.ajax({
  216. url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$seo_html_arcdir.'','_ajax'=>1])}",
  217. type: 'POST',
  218. dataType: 'json',
  219. success: function(data) {
  220. parent.layer.closeAll();
  221. }
  222. });
  223. });
  224. </script>
  225. </body>
  226. </html>