Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

site.htm 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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="__STATIC__/common/js/jquery.min.js?v={$version}"></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>
  86. <font id="title">正在生成</font>
  87. <span class="filepath"></span>,
  88. </span>
  89. <span class="filefindex"></span>
  90. 已完成<span class="percent" style="color:#ff0000 ;font-size:14px;">0</span>%
  91. </div>
  92. </div>
  93. </div>
  94. <a href="javascript:void(0);" id="a_close_pop" onclick="parent.layer.closeAll();" class="ncap-btn-green" style="display: none;">关闭本窗口</a>
  95. <div class="ibox-content" id="error_msg" style="display: none">
  96. </div>
  97. </div>
  98. <script type="text/javascript">
  99. $('#a_close_pop').hide();
  100. //请求获取全部数据和页数
  101. var channelfid = articlefid = channel_index = 0; //本次执行的下标
  102. var allpagetotal = channelpagetotal = articlepagetotal = 0;
  103. var achieve = channelachieve = articleachieve = 0;
  104. var type_index = 0;
  105. var msg = "";
  106. var timestamp1 = Date.parse(new Date());
  107. function sendIndex(){
  108. $.ajax({
  109. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildIndexAll&lang="+__lang__+"&_ajax=1",
  110. type:'GET',
  111. dataType:'json',
  112. data:{},
  113. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  114. success:function(res){
  115. findex = res.data.typeid;
  116. achieve = res.data.achievepage;
  117. allpagetotal = res.data.allpagetotal;
  118. channelpagetotal = res.data.channelpagetotal;
  119. articlepagetotal = res.data.articlepagetotal;
  120. if ( -1 == res.msg.indexOf('浏览')){
  121. msg += res.msg;
  122. }
  123. progress = ((achieve/allpagetotal)*100).toFixed(1);
  124. $("#title").html('成功创建首页');
  125. $(".filepath").html('');
  126. $(".progress-bar").css('width',progress+'%');
  127. $(".percent").text(progress);
  128. if (achieve === 1){
  129. if (msg !== ""){
  130. $("#error_msg").show();
  131. $("#error_msg").prepend(msg);
  132. msg = "";
  133. }
  134. sendChannel();
  135. }
  136. },
  137. error:function(e){
  138. parent.layer.alert(e.responseText, {icon: 5, title:false});
  139. }
  140. });
  141. }
  142. function sendChannel(){
  143. $.ajax({
  144. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildChannel&lang="+__lang__+"&id=0&index="+channel_index+"&findex="+articlefid+"&achieve="+channelachieve+"&_ajax=1",
  145. type:'GET',
  146. dataType:'json',
  147. data:{},
  148. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  149. beforeSend:function(){
  150. },
  151. success:function(res){
  152. channel_index = res.data.index;
  153. articlefid = res.data.findex;
  154. channelachieve = res.data.achievepage;
  155. msg += res.msg;
  156. progress = (((achieve+channelachieve)/allpagetotal)*100).toFixed(1);
  157. $("#title").html('成功创建栏目:');
  158. $(".filepath").html(res.data.findex+1);
  159. if (res.data.index > 1) {
  160. $(".filefindex").html('第'+res.data.index+'页,');
  161. } else {
  162. $(".filefindex").html('');
  163. }
  164. $(".progress-bar").css('width',progress+'%');
  165. $(".percent").text(progress);
  166. if (channelachieve >= channelpagetotal){
  167. achieve = achieve + channelachieve;
  168. if (msg !== ""){
  169. $("#error_msg").show();
  170. $("#error_msg").prepend(msg);
  171. msg = "";
  172. }
  173. sendArticle();
  174. return false;
  175. }
  176. sendChannel();
  177. },
  178. error:function(e){
  179. parent.layer.alert(e.responseText, {icon: 5, title:false});
  180. }
  181. });
  182. }
  183. function sendArticle() {
  184. $.ajax({
  185. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildArticle&lang="+__lang__+"&id=0&findex="+channelfid+"&achieve="+articleachieve+"&_ajax=1",
  186. type:'GET',
  187. dataType:'json',
  188. data:{},
  189. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  190. success:function(res){
  191. channelfid = res.data.findex;
  192. articleachieve = res.data.achievepage;
  193. msg += res.msg;
  194. progress = (((achieve+articleachieve)/allpagetotal)*100).toFixed(1);
  195. $("#title").html('成功创建文档数:');
  196. $(".filepath").html(channelfid);
  197. $(".progress-bar").css('width',progress+'%');
  198. $(".percent").text(progress);
  199. if (articleachieve >= articlepagetotal){
  200. var timestamp2 = Date.parse(new Date());
  201. var timestamp3 = (timestamp2 - timestamp1) / 1000;
  202. if (timestamp3 < 1) timestamp3 = 1;
  203. $(".finash").remove();
  204. $(".progress-bar").css('width','100%');
  205. $(".progress").removeClass('progress-striped ').removeClass('active');
  206. $(".success").html("生成完成,共耗时:<font color='red'>"+timestamp3+"</font> 秒");
  207. $('#a_close_pop').show();
  208. if (msg !== ""){
  209. $("#error_msg").show();
  210. $("#error_msg").prepend(msg);
  211. msg = "";
  212. }
  213. return false;
  214. }
  215. sendArticle();
  216. },
  217. error:function(e){
  218. parent.layer.alert(e.responseText, {icon: 5, title:false});
  219. }
  220. });
  221. }
  222. var uphtmltype = {$uphtmltype|default=0}; // 更新选项
  223. var startid = 0; // 指定的文档起始ID
  224. var typeids = ''; // 指定文档之后,所关联的栏目ID
  225. var counts = ''; // 指定文档之后,所关联的栏目生成个数(与栏目id对应)
  226. /**
  227. * 指定文档生成全部(涉及栏目、首页)
  228. * @return {[type]} [description]
  229. */
  230. function sendAppointAll(){
  231. $.ajax({
  232. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildIndexAll&lang="+__lang__+"&uphtmltype="+uphtmltype+"&_ajax=1",
  233. type:'GET',
  234. dataType:'json',
  235. data:{},
  236. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  237. success:function(res){
  238. findex = res.data.typeid;
  239. achieve = res.data.achievepage;
  240. allpagetotal = res.data.allpagetotal;
  241. channelpagetotal = res.data.channelpagetotal;
  242. articlepagetotal = res.data.articlepagetotal;
  243. startid = res.data.startid;
  244. typeids = res.data.typeids;
  245. counts = res.data.counts;
  246. if (0 == articlepagetotal) {
  247. var timestamp2 = Date.parse(new Date());
  248. var timestamp3 = (timestamp2 - timestamp1) / 1000;
  249. if (timestamp3 < 1) timestamp3 = 1;
  250. $(".finash").remove();
  251. $(".progress-bar").css('width','100%');
  252. $(".progress").removeClass('progress-striped ').removeClass('active');
  253. $(".success").html("生成完成,共耗时:<font color='red'>"+timestamp3+"</font> 秒");
  254. $('#a_close_pop').show();
  255. if (msg !== "") {
  256. $("#error_msg").show();
  257. $("#error_msg").prepend(msg);
  258. msg = "";
  259. }
  260. return false;
  261. } else {
  262. if ( -1 == res.msg.indexOf('浏览')){
  263. msg += res.msg;
  264. }
  265. progress = ((achieve/allpagetotal)*100).toFixed(1);
  266. $("#title").html('数据优化中');
  267. $(".filepath").html('');
  268. $(".progress-bar").css('width',progress+'%');
  269. $(".percent").text(progress);
  270. if (achieve === 1){
  271. if (msg !== ""){
  272. $("#error_msg").show();
  273. $("#error_msg").prepend(msg);
  274. msg = "";
  275. }
  276. sendAppointArticle();
  277. }
  278. }
  279. },
  280. error:function(e){
  281. parent.layer.alert(e.responseText, {icon: 5, title:false});
  282. }
  283. });
  284. }
  285. function sendAppointArticle(){
  286. $.ajax({
  287. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildArticle&lang="+__lang__+"&id=0&findex="+channelfid+"&achieve="+articleachieve+"&uphtmltype="+uphtmltype+"&startid="+startid+"&_ajax=1",
  288. type:'GET',
  289. dataType:'json',
  290. data:{},
  291. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  292. beforeSend:function(){
  293. },
  294. success:function(res){
  295. channelfid = res.data.findex;
  296. articleachieve = res.data.achievepage;
  297. msg += res.msg;
  298. progress = (((achieve+articleachieve)/allpagetotal)*100).toFixed(1);
  299. $("#title").html('成功创建文档数:');
  300. $(".filepath").html(channelfid);
  301. $(".progress-bar").css('width',progress+'%');
  302. $(".percent").text(progress);
  303. if (articleachieve === articlepagetotal){
  304. achieve = achieve + articleachieve;
  305. if (msg !== ""){
  306. $("#error_msg").show();
  307. $("#error_msg").prepend(msg);
  308. msg = "";
  309. }
  310. sendAppointChannel();
  311. return false;
  312. }
  313. sendAppointArticle();
  314. },
  315. error:function(e){
  316. parent.layer.alert(e.responseText, {icon: 5, title:false});
  317. }
  318. });
  319. }
  320. function sendAppointChannel(){
  321. $.ajax({
  322. url:__root_dir__+"/index.php?m=home&c=Buildhtml&a=buildChannel&lang="+__lang__+"&id=0&index="+channel_index+"&findex="+articlefid+"&type_index="+type_index+"&achieve=0&uphtmltype="+uphtmltype+"&typeids="+typeids+"&counts="+counts+"&_ajax=1",
  323. type:'GET',
  324. dataType:'json',
  325. data:{},
  326. timeout : 360000, //超时时间设置,单位毫秒 设置了 1小时
  327. beforeSend:function(){
  328. },
  329. success:function(res){
  330. channel_index = res.data.index;
  331. articlefid = res.data.findex;
  332. channelachieve += res.data.achievepage; //生成栏目完成数据
  333. type_index = res.data.type_index;
  334. msg += res.msg;
  335. progress = (((achieve+channelachieve)/allpagetotal)*100).toFixed(1);
  336. $("#title").html('成功创建栏目:');
  337. $(".filepath").html(res.data.findex);
  338. if (res.data.index > 1) {
  339. $(".filefindex").html('第'+res.data.index+'页,');
  340. } else {
  341. $(".filefindex").html('');
  342. }
  343. $(".progress-bar").css('width',progress+'%');
  344. $(".percent").text(progress);
  345. if (channelachieve === channelpagetotal){
  346. var timestamp2 = Date.parse(new Date());
  347. var timestamp3 = (timestamp2 - timestamp1) / 1000;
  348. if (timestamp3 < 1) timestamp3 = 1;
  349. $(".finash").remove();
  350. $(".progress-bar").css('width','100%');
  351. $(".progress").removeClass('progress-striped ').removeClass('active');
  352. $(".success").html("生成完成,共耗时:<font color='red'>"+timestamp3+"</font> 秒");
  353. $('#a_close_pop').show();
  354. if (msg !== ""){
  355. $("#error_msg").show();
  356. $("#error_msg").prepend(msg);
  357. msg = "";
  358. }
  359. return false;
  360. }
  361. sendAppointChannel();
  362. },
  363. error:function(e){
  364. parent.layer.alert(e.responseText, {icon: 5, title:false});
  365. }
  366. });
  367. }
  368. if (0 == uphtmltype) { // 更新全部
  369. sendIndex();
  370. } else if (1 == uphtmltype || 2 == uphtmltype) {
  371. sendAppointAll();
  372. }
  373. </script>
  374. </body>
  375. </html>