123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- {include file="header.htm" /}
- <body class="bodystyle" style="overflow-y: scroll; cursor: default; -moz-user-select: inherit;">
- <div id="toolTipLayer"
- style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <div class="page">
- {include file="bar.htm" /}
-
-
-
-
-
-
-
-
- <div class="seo-right " id="seo_right_uphtml">
- <style>
- .seo-right41 {
- position: fixed;
- top: 70px;
- margin-top: 0px;
- /* top: 50%;
- margin-top: -185px;*/
- right: 30px;
- width: 350px;
- height: 270px;
- background-color: #fff;
- z-index: 666666;
- border: 1px solid #ddd;
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
- border-radius: 4px;
- overflow: hidden;
- }
-
- .seo-html dt.tit {
- width: 60px;
- padding-left: 20px;
- }
- </style>
- <div class="page">
- <form method="get" id="html_handlepost" name="form2">
- <div class="ncap-form-default seo-html">
- <dl class="row">
- <dt class="tit">
- <label>整站页面</label>
- </dt>
- <dd class="opt w0">
- <a href="javascript:void(0);" id="up_site" class="ncap-btn ncap-btn-green">一键生成</a>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label>首页</label>
- </dt>
- <dd class="opt w0">
- <a href="javascript:void(0);" id="up_index" class="ncap-btn ncap-btn-green">一键生成</a>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">栏目页</dt>
- <dd class="opt w0">
- <select name="html_typeid" id="html_typeid" style="width: 150px;">
- <option value="0">所有栏目…</option>
- {$select_html}
- </select>
- <a href="javascript:void(0);" id="up_channel"
- class="ncap-btn ncap-btn-green">一键生成</a>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">文档页</dt>
- <dd class="opt w0">
- <select name="html_arc_typeid" id="html_arc_typeid" style="width: 150px;">
- <option value="0">所有文档…</option>
- {$arc_select_html}
- </select>
- <a href="javascript:void(0);" id="up_article"
- class="ncap-btn ncap-btn-green">一键生成</a>
- <p class="notic"></p>
- </dd>
- </dl>
- </div>
- </form>
- </div>
- <script type="text/javascript">
- $(function() {
-
- //生成整站
- $("#up_site").click(function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$row.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- data: $('#handlepost').serialize(),
- beforeSend: function() {
- layer_loading('正在处理');
- },
- success: function(res) {
- layer.closeAll();
- if (0 == res.code) {
- showErrorAlert(res.msg);
- } else {
- var url = eyou_basefile + "?m=admin&c=Seom&a=site&lang=" +
- __lang__ + "&seo_html_arcdir={$row}";
- var index = layer.open({
- type: 2,
- title: '开始生成',
- area: ['500px', '300px'],
- fix: false,
- maxmin: false,
- content: url,
- end : function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$seo_html_arcdir.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- success:function(data){
-
- }
- });
- }
- });
- }
- },
- complete: function() {
-
-
- },
- error: function(e) {
- layer.closeAll();
- layer.alert(e.responseText, {
- icon: 5,
- title: false
- });
- }
- });
- })
-
- //生成首页
- $("#up_index").click(function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$row.'','_ajax'=>1])}",
- //'.$row.'
- type: 'POST',
- dataType: 'json',
- data: $('#handlepost').serialize(),
- beforeSend: function() {
- layer_loading('正在处理');
- },
- success: function(res) {
- if (0 == res.code) {
- layer.closeAll();
- showErrorAlert(res.msg);
- } else {
- var timestamp1 = Date.parse(new Date());
- $.ajax({
- url: __root_dir__ +
- "/index.php?m=home&c=Buildmhtml&a=buildIndex&lang=" +
- __lang__,
- type: 'POST',
- dataType: 'json',
- data: {
- _ajax: 1,
- seo_html_arcdir: "{$row}"
- },
- beforeSend: function() {
- // layer_loading('正在处理');
- // var index = layer.load(0, {shade: false});
- },
- success: function(data) {
- if (data.msg !== "") {
- layer.alert(data.msg, {
- icon: 5,
- title: false,
- closeBtn: 0
- }, function() {
- layer.closeAll();
- });
- } else {
- layer.closeAll();
- var timestamp2 = Date.parse(new Date());
- var timestamp3 = (timestamp2 - timestamp1) /
- 1000;
- if (timestamp3 < 1) timestamp3 = 1;
- layer.msg("生成完毕,共耗时:<font color='red'>" +
- timestamp3 + "</font> 秒", {
- icon: 1,
- time: 2000
- });
- }
- },
- complete: function() {
- // layer.alert(1, {icon: 5, title:false});
- },
- error: function(e) {
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- }
- },
- complete: function() {
-
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$seo_html_arcdir.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- success:function(data){
-
- }
- });
-
- },
- error: function(e) {
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
-
- //生成栏目页
- $("#up_channel").click(function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$row.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- data: $('#handlepost').serialize(),
- beforeSend: function() {
- layer_loading('正在处理');
- },
- success: function(res) {
- layer.closeAll();
- if (0 == res.code) {
- showErrorAlert(res.msg);
- } else {
- var typeid = $("#html_typeid").val(); //栏目id
- var url = eyou_basefile + "?m=admin&c=Seom&a=channel&typeid=" +
- typeid + "&lang=" + __lang__ + "&seo_html_arcdir={$$row}";
- var index = layer.open({
- type: 2,
- title: '开始生成',
- area: ['500px', '300px'],
- fix: false,
- maxmin: false,
- content: url,
- end : function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$seo_html_arcdir.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- success:function(data){
-
- }
- });
- }
- });
- }
- },
-
- error: function(e) {
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
-
- //生成文章页
- $("#up_article").click(function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$row.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- data: $('#handlepost').serialize(),
- beforeSend: function() {
- layer_loading('正在处理');
- },
- success: function(res) {
- layer.closeAll();
- if (0 == res.code) {
- showErrorAlert(res.msg);
- } else {
- var typeid = $("#html_arc_typeid").val(); //栏目id
- var url = eyou_basefile + "?m=admin&c=Seom&a=article&typeid=" +
- typeid + "&lang=" + __lang__ + "&seo_html_arcdir={$row}";
- var index = layer.open({
- type: 2,
- title: '开始生成',
- area: ['500px', '300px'],
- fix: false,
- maxmin: false,
- content: url,
- end : function() {
- $.ajax({
- url: "{:url('Seom/handle', ['is_buildhtml'=>1,'seo_html_arcdir'=>''.$seo_html_arcdir.'','_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- success:function(data){
-
- }
- });
- }
-
- });
- }
- },
- complete: function() {
-
-
- },
- error: function(e) {
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
- })
- </script>
- </div>
-
- </div>
- <script type="text/javascript">
- // 判断输入框是否为空
- function checkForm() {
- layer_loading('正在处理');
- $('#post_form').submit();
- }
- //判断是否存在模板
- {if $templateerror ==1}
- layer.alert('mobile模板不存在!,请检查模板目录');
- {/if}
- //判断URL模式
- {if $conf_seo_pseudo ==1}
- layer.alert('SEO设置修改,URL模式: 静态页面 ');
- {/if}
- </script>
- {include file="footer.htm" /}
|