123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689 |
- {include file="public/layout" /}
- <body class="bodystyle">
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <div class="page atta">
- {include file="seo/bar" /}
- <form method="post" id="handlepost" action="{:url('Seo/handle')}" enctype="multipart/form-data" name="form1">
- <div class="ncap-form-default">
- <dl class="row">
- <dt class="tit">
- <label for="seo_pseudo">URL模式</label>
- </dt>
- <dd class="opt">
- {volist name="seo_pseudo_list" id="vo"}
- <label>
- <input type="radio" name="seo_pseudo" value="{$key}" {if condition='isset($config.seo_pseudo) && $config.seo_pseudo eq $key'}checked="checked"{/if}/>{$vo}
- </label>
- {/volist}
- <input type="hidden" id="seo_pseudo_old" value="{$config.seo_pseudo|default='1'}"/>
- <input type="hidden" name="seo_html_arcdir_limit" value="{$seo_html_arcdir_limit}"/>
- <input type="hidden" id="seo_inlet" value="{$config.seo_inlet}"/>
- <input type="hidden" id="init_html" value="{$init_html|default='1'}"/>
- </dd>
- </dl>
- <dl class="row {if condition='empty($config.seo_pseudo) || 1 != $config.seo_pseudo || (1 == $config.seo_pseudo && 1 == $config.seo_dynamic_format)'}none{/if}" id="dl_seo_dynamic_format">
- <dt class="tit">
- <label>动态格式</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_dynamic_format" value="1" {if condition="!isset($config.seo_dynamic_format) OR $config.seo_dynamic_format eq 1"}checked="checked"{/if}>完全兼容(<a href="javascript:void(0);" onclick="view_exp('view_1_1');">查看例子</a><span id="view_1_1" class="none">:__SITE_URL____ROOT_DIR__/index.php?m=home&c=Lists&a=index&tid=1</span>)</label>
- {if condition="isset($config.seo_dynamic_format) AND $config.seo_dynamic_format eq 2"}
- <br/>
- <label><input type="radio" name="seo_dynamic_format" value="2" checked="checked">部分兼容 <font color="red">[部分空间不支持]</font>(<a href="javascript:void(0);" onclick="view_exp('view_1_2');">查看例子</a><span id="view_1_2" class="none">:__SITE_URL____ROOT_DIR__/home/Lists/index.html?tid=1</span>)</label>
- {/if}
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <div class="row {if condition='isset($config.seo_pseudo) && $config.seo_pseudo != 2'}none{/if}" id="dl_seo_html_format">
- {notempty name="$seo_pseudo_lang"}
- <dl class="row">
- <dt class="tit">
- <label for="seo_pseudo_lang">多语言URL</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_pseudo_lang" value="1" {if condition='!isset($seo_pseudo_lang) OR $seo_pseudo_lang neq 3'}checked="checked"{/if}/>动态URL</label>
- <label><input type="radio" name="seo_pseudo_lang" value="3" {if condition="isset($seo_pseudo_lang) AND $seo_pseudo_lang eq 3"}checked="checked"{/if}>伪静态化</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- {/notempty}
- <dl class="row">
- <dt class="tit">
- <label for="seo_html_arcdir">页面保存目录</label>
- </dt>
- <dd class="opt">
- <input id="seo_html_arcdir" name="seo_html_arcdir" value="{$config.seo_html_arcdir|default=''}" placeholder="留空默认根目录" type="text" />
- (如:html)
- <p class="notic">填写需要生成静态页面的文件夹名称,不能包含特殊字符,不能和根目录系统文件夹重名</p>
- <p class="{empty name='$seo_html_arcdir_1'}none{/empty}" style="color: red;" id="tips_seo_html_arcdir_1">页面将保存在 __SITE_URL____ROOT_DIR__<span id="tips_seo_html_arcdir_2">{$seo_html_arcdir_1|default=''}</span>/</p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label>列表页面名称</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_html_listname" value="1" {if condition="isset($config.seo_html_listname) && $config.seo_html_listname eq 1"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}顶级目录名称/lists_ID.html(<a href="javascript:void(0);" onclick="view_exp('lists_2_1');">查看例子</a><span id="lists_2_1" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/news/lists_1.html</span>)</label>
- <br/>
- <label><input type="radio" name="seo_html_listname" value="2" {if condition="!isset($config.seo_html_listname) || $config.seo_html_listname neq 1"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}父级目录名称/子目录名称/(<a href="javascript:void(0);" onclick="view_exp('lists_2_2');">查看例子</a><span id="lists_2_2" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/news/lol/</span>)</label>
- <br/>
- <label><input type="radio" name="seo_html_listname" value="3" {if condition="isset($config.seo_html_listname) && $config.seo_html_listname eq 3"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}子目录名称/(<a href="javascript:void(0);" onclick="view_exp('lists_2_3');">查看例子</a><span id="lists_2_3" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/lol/</span>)</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label>文档页面名称</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_html_pagename" value="1" {if condition="isset($config.seo_html_pagename) && $config.seo_html_pagename eq 1"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}顶级目录名称/ID.html(<a href="javascript:void(0);" onclick="view_exp('view_2_3');">查看例子</a><span id="view_2_3" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/news/10.html</span>)</label>
- <br/>
- <label><input type="radio" name="seo_html_pagename" value="2" {if condition="!isset($config.seo_html_pagename) || $config.seo_html_pagename neq 1"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}父级目录名称/子目录名称/ID.html(<a href="javascript:void(0);" onclick="view_exp('view_2_4');">查看例子</a><span id="view_2_4" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/news/lol/20.html</span>)</label>
- <br/>
- <label><input type="radio" name="seo_html_pagename" value="3" {if condition="isset($config.seo_html_pagename) && $config.seo_html_pagename eq 3"}checked="checked"{/if}>{notempty name='$root_dir'}子目录名称/{/notempty}子目录名称/ID.html(<a href="javascript:void(0);" onclick="view_exp('view_2_5');">查看例子</a><span id="view_2_5" class="none">:__SITE_URL____ROOT_DIR__<span id="exp_seo_html_arcdir">{$seo_html_arcdir_1}</span>/lol/20.html</span>)</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- </div>
- <dl class="row {if condition='isset($config.seo_pseudo) && $config.seo_pseudo != 3'}none{/if}" id="dl_seo_rewrite_format">
- <dt class="tit">
- <label>URL格式</label>
- </dt>
- <dd class="opt">
- <label>
- <input type="radio" name="seo_rewrite_format" {if condition="!isset($config.seo_rewrite_format) OR $config.seo_rewrite_format eq 1"} value="1" checked="checked" {else if condition="isset($config.seo_rewrite_format) AND $config.seo_rewrite_format eq 3" /} value="3" checked="checked" {/if}>目录名称(<a href="javascript:void(0);" onclick="view_exp('view_3_1');">示例</a><span id="view_3_1" class="none">:__SITE_URL____ROOT_DIR__/news/</span>)
- </label>
- <br/>
- <label><input type="radio" name="seo_rewrite_format" value="2" {if condition="isset($config.seo_rewrite_format) AND $config.seo_rewrite_format eq 2"}checked="checked"{/if}>模型标识(<a href="javascript:void(0);" onclick="view_exp('view_3_2');">示例</a><span id="view_3_2" class="none">:__SITE_URL____ROOT_DIR__/article/news.html</span>)</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row {if condition='!isset($config.seo_pseudo) OR $config.seo_pseudo != 3 OR $config.seo_rewrite_format == 2'}none{/if}" id="dl_seo_rewrite_view_format">
- <dt class="tit">
- <label>文档隶属URL</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_rewrite_view_format" value="1" {if condition="(!isset($config.seo_rewrite_format) OR $config.seo_rewrite_format eq 1) OR (!isset($config.seo_rewrite_view_format) OR $config.seo_rewrite_view_format == 1)"}checked="checked"{/if}>父目录</label>
- <label><input type="radio" name="seo_rewrite_view_format" value="3" {if condition="(isset($config.seo_rewrite_format) AND $config.seo_rewrite_format eq 3) OR $config.seo_rewrite_view_format == 3"}checked="checked"{/if}>当前目录</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label>栏目标题格式</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_liststitle_format" value="1" {if condition="isset($config.seo_liststitle_format) AND $config.seo_liststitle_format eq 1"}checked="checked"{/if}>栏目名称_第N页</label>
- <br/>
- <label><input type="radio" name="seo_liststitle_format" value="2" {if condition="!isset($config.seo_liststitle_format) OR $config.seo_liststitle_format eq 2"}checked="checked"{/if}>栏目名称_第N页_网站名称</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label>文档标题格式</label>
- </dt>
- <dd class="opt">
- <label><input type="radio" name="seo_viewtitle_format" value="1" {if condition="isset($config.seo_viewtitle_format) AND $config.seo_viewtitle_format eq 1"}checked="checked"{/if}>内容标题</label>
- <br/>
- <label><input type="radio" name="seo_viewtitle_format" value="2" {if condition="!isset($config.seo_viewtitle_format) OR $config.seo_viewtitle_format eq 2"}checked="checked"{/if}>内容标题_网站名称</label>
- <br/>
- <label><input type="radio" name="seo_viewtitle_format" value="3" {if condition="isset($config.seo_viewtitle_format) AND $config.seo_viewtitle_format eq 3"}checked="checked"{/if}>内容标题_栏目名称_网站名称</label>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
- <!-- <dl class="row {if condition="empty($config['seo_inlet']) OR (1 == $config['seo_inlet'] AND 1 == $config['seo_force_inlet'])"}{else /}none{/if}" id="dl_seo_force_inlet"> -->
- <dl class="row none" id="dl_seo_force_inlet">
- <dt class="tit">
- <label for="site_url">强制去除index.php</label>
- </dt>
- <dd class="opt">
- <div class="onoff">
- <label for="seo_force_inlet1" class="cb-enable {if condition='isset($config.seo_force_inlet) && $config.seo_force_inlet eq 1'}selected{/if}">开启</label>
- <label for="seo_force_inlet0" class="cb-disable {if condition='empty($config.seo_force_inlet)'}selected{/if}">关闭</label>
- <input id="seo_force_inlet1" name="seo_force_inlet" value="1" type="radio" {if condition="isset($config.seo_force_inlet) && $config.seo_force_inlet eq 1"} checked="checked"{/if}>
- <input id="seo_force_inlet0" name="seo_force_inlet" value="0" type="radio" {if condition="empty($config.seo_force_inlet)"} checked="checked"{/if}>
- </div>
- <br/>
- <p class=""></p>
- </dd>
- </dl>
- <div class="bot">
- <a href="JavaScript:void(0);" class="ncap-btn-big ncap-btn-green" onclick="adsubmit();">确认提交</a>
- </div>
- </div>
- </form>
- </div>
- <script type="text/javascript">
-
- $(function(){
- $('input[name=seo_pseudo]').click(function(){
- var _this = this;
- $('#dl_seo_dynamic_format').hide();
- $('#dl_seo_html_format').hide();
- // $('#tab_base_html').attr('style','display:none!important');
- $('#dl_seo_rewrite_format').hide();
- $('#seo_right_uphtml').hide();
- var seo_pseudo = $(_this).val();
- if (1 == seo_pseudo) {
- $('#dl_seo_rewrite_view_format').hide();
- if (1 != $('input[name=seo_dynamic_format]:checked').val()) {
- $('#dl_seo_dynamic_format').show();
- }
- if (1 != $('#seo_inlet').val()) {
- $('#dl_seo_force_inlet').show();
- } else {
- $('#dl_seo_force_inlet').hide();
- }
- } else if (2 == seo_pseudo) {
- $('#dl_seo_force_inlet').hide();
- $('#dl_seo_rewrite_view_format').hide();
- msg = "静态模式下注意几点:<br/>1、修改模板记得生成<br/>2、更新后台数据记得生成<br/>3、安装的插件需要更新至最新版本";
- layer.alert(msg, {icon: 6, closeBtn:false, title: false});
- $('#dl_seo_html_format').show();
- // $('#tab_base_html').show();
- $('#seo_right_uphtml').show();
- } else {
- $('#dl_seo_rewrite_format').show();
- var seo_rewrite_format = $('input[name=seo_rewrite_format]:checked').val();
- if (seo_rewrite_format == 1) {
- $('#dl_seo_rewrite_view_format').show();
- } else {
- $('#dl_seo_rewrite_view_format').hide();
- }
-
- if (1 != $('#seo_inlet').val()) {
- $('#dl_seo_force_inlet').show();
- } else {
- $('#dl_seo_force_inlet').hide();
- }
- }
-
- var seo_pseudo_old = $('#seo_pseudo_old').val();
- if (3 == seo_pseudo) {
- layer_loading('正在检测');
- $.ajax({
- url: "{:url('Seo/ajax_checkHtmlDirpath')}",
- type: "POST",
- dataType: "json",
- data: {seo_pseudo_new:seo_pseudo, _ajax:1},
- // async: true,
- success: function(res){
- layer.closeAll();
- if (res.code == 0) {
- layer.msg(res.msg, {icon: 5, time: 1500});
- } else {
- if (res.data.msg != '') {
- $('input[name=seo_pseudo]').each(function(i,o){
- if($(o).val() == seo_pseudo_old){
- $(o).attr('checked',true);
- } else {
- $(o).attr('checked',false);
- }
- })
- $('#dl_seo_html_format').show();
- $('#seo_right_uphtml').show();
- // $('#tab_base_html').show();
- var seo_pseudo = $(_this).val();
- //询问框
- var height = res.data.height + 116;
- if (350 <= height) height = 350;
- var confirm1 = layer.confirm(res.data.msg, {
- title: false
- ,area: ['320px', height+'px']
- ,btn: ['手工删除','自动删除'] //按钮
-
- }, function(){
- layer.close(confirm1);
-
- }, function(){
- layer_loading('正在处理');
- $.ajax({
- url: "{:url('Seo/ajax_delHtmlDirpath')}",
- type: "POST",
- dataType: "json",
- data: {_ajax:1},
- success: function(res){
- layer.closeAll();
- if (1 == res.code) {
- $('input[name=seo_pseudo]').each(function(i,o){
- if($(o).val() == seo_pseudo){
- $(o).attr('checked',true);
- } else {
- $(o).attr('checked',false);
- }
- })
- $('#dl_seo_html_format').hide();
- $('#seo_right_uphtml').hide();
- // $('#tab_base_html').attr('style','display:none!important');
- layer.msg(res.msg, {icon: 1, time: 1500});
- } else {
- layer.alert(res.data.msg, {icon: 5, title: false});
- }
- },
- error: function(e){
- layer.closeAll();
- layer.alert(e.responseText, {icon: 5, title:false});
- }
- })
- }
- );
- }
- }
- },
- error: function(e){
- layer.closeAll();
- layer.alert(e.responseText, {icon: 5, title:false});
- }
- });
- }
- });
-
- $('input[name=seo_rewrite_format]').click(function(){
- var seo_rewrite_format = $(this).val();
- if (1 == seo_rewrite_format || 3 == seo_rewrite_format) {
- $('#dl_seo_rewrite_view_format').show();
- } else {
- $('#dl_seo_rewrite_view_format').hide();
- }
- });
-
- $('#seo_html_arcdir').keyup(function(){
- var seo_html_arcdir = $(this).val();
- if (seo_html_arcdir != '') {
- if (seo_html_arcdir.substr(0,1) == '/') seo_html_arcdir = seo_html_arcdir.substr(1);
- seo_html_arcdir = '/' + seo_html_arcdir;
- $('#tips_seo_html_arcdir_1').show();
- $('#tips_seo_html_arcdir_2').html(seo_html_arcdir);
- } else {
- $('#tips_seo_html_arcdir_1').hide();
- }
- $('#exp_seo_html_arcdir').html(seo_html_arcdir);
- });
-
- $('input[name="seo_force_inlet"]').click(function(){
- if (1 == $(this).val()) {
- layer.open({
- type: 2,
- title: false,
- area: ['0px', '0px'],
- shade: 0.0,
- closeBtn: 0,
- shadeClose: true,
- content: '//{$Request.host}__ROOT_DIR__/api/Rewrite/testing.html',
- success: function(layero, index){
- layer.close(index);
- var body = layer.getChildFrame('body', index);
- var content = body.html();
- if (content.indexOf("Congratulations on passing") == -1)
- {
- $('label[for=seo_force_inlet1]').removeClass('selected');
- $('#seo_force_inlet1').attr('checked','');
- $('label[for=seo_force_inlet0]').addClass('selected');
- $('#seo_force_inlet0').attr('checked','checked');
- layer.alert('不支持去除index.php,请<a href="javascript:void(0);" onclick="layer.closeAll();click_to_eyou_1575506523(\'https://www.eyoucms.com/plus/view.php?aid=7874\',\'去掉URL中的index.php教程\');">点击查看教程</a>', {icon: 2, title:false});
- }
- }
- });
- }
- });
-
- checkInlet();
-
- // 自动检测隐藏index.php
- function checkInlet() {
- if (2 == $('input[name=seo_pseudo]:checked').val()) {
- $('#dl_seo_force_inlet').hide();
- }
- layer.open({
- type: 2,
- title: false,
- area: ['0px', '0px'],
- shade: 0.0,
- closeBtn: 0,
- shadeClose: true,
- content: '//{$Request.host}__ROOT_DIR__/api/Rewrite/setInlet.html',
- success: function(layero, index){
- layer.close(index);
- var body = layer.getChildFrame('body', index);
- var content = body.html();
- if (content.indexOf("Congratulations on passing") == -1)
- {
- $('#seo_inlet').val(0);
- $('label[for=seo_force_inlet1]').removeClass('selected');
- $('#seo_force_inlet1').attr('checked','');
- $('label[for=seo_force_inlet0]').addClass('selected');
- $('#seo_force_inlet0').attr('checked','checked');
- if (2 != $('input[name=seo_pseudo]:checked').val()) {
- $('#dl_seo_force_inlet').show();
- }
- $.ajax({
- type : "POST",
- url : "__ROOT_DIR__/index.php?m=api&c=Rewrite&a=setInlet",
- data : {seo_inlet:0,_ajax:1},
- dataType : "JSON",
- success: function(res) {
-
- }
- });
- } else {
- $('#seo_inlet').val(1);
- $('#dl_seo_force_inlet').hide();
- $('label[for=seo_force_inlet0]').removeClass('selected');
- $('#seo_force_inlet0').attr('checked','');
- $('label[for=seo_force_inlet1]').addClass('selected');
- $('#seo_force_inlet1').attr('checked','checked');
- }
- }
- });
- }
- });
-
- function adsubmit(){
- if($("input[name='seo_pseudo']:checked").val() == '2'){
- var seo_html_arcdir = $('input[name="seo_html_arcdir"]').val();
- if (seo_html_arcdir != '') {
- seo_html_arcdir = seo_html_arcdir_new = seo_html_arcdir.replace('\\', '/');
- var reg = /^([0-9a-zA-Z\_\-\/]+)$/;
- if (seo_html_arcdir != '/' && reg.test(seo_html_arcdir)) {
- // 去掉最前面的斜杆
- if (seo_html_arcdir_new.substr(0,1) == '/') seo_html_arcdir_new = seo_html_arcdir_new.substr(1);
- var html_arcdir_arr = seo_html_arcdir_new.split("/");
- var html_arcdir_one = html_arcdir_arr[0]; // 一级路径名
- var seo_html_arcdir_limit = $('input[name="seo_html_arcdir_limit"]').val();
- var seo_html_arcdir_limit_arr = seo_html_arcdir_limit.split(",");
- if (seo_html_arcdir_limit_arr.indexOf(html_arcdir_one) >= 0){
- layer.msg('页面保存路径的目录名 '+html_arcdir_one+' 与内置禁用的重复!', {icon: 2,time: 3000});
- $('input[name="seo_html_arcdir"]').focus();
- return false;
- }
- }else{
- showErrorMsg('页面保存路径的格式错误!');
- $('input[name="seo_html_arcdir"]').focus();
- return false;
- }
- }
- }
- layer_loading("正在处理");
- var init_html = $('#init_html').val();
- $.ajax({
- url: "{:url('Seo/handle', ['_ajax'=>1])}",
- type: 'POST',
- dataType: 'json',
- data: $('#handlepost').serialize(),
- success: function(res){
- if (1 == res.code) {
- if (2 == init_html || 2 != $("input[name='seo_pseudo']:checked").val()) {
- // layer.closeAll();
- layer.msg(res.msg, {icon: 1, time: 1000}, function(){
- window.location.href = res.url;
- });
- } else {
- layer.closeAll();
- var confirm1 = layer.confirm('配置成功,是否要生成整站页面?', {
- title: false
- ,closeBtn: false
- ,btn: ['是','否'] //按钮
-
- }, function(){
- var url = eyou_basefile+"?m=admin&c=Seo&a=site&lang="+__lang__;
- var index = layer.open({
- type: 2,
- title: '开始生成',
- area: ['500px', '300px'],
- fix: false,
- maxmin: false,
- content: url,
- end: function(layero, index){
- layer.msg(res.msg, {icon: 1, time: 1000}, function(){
- window.location.href = res.url;
- });
- }
- });
- }, function(){
- layer.msg(res.msg, {icon: 1, time: 1000}, function(){
- window.location.href = res.url;
- });
- }
- );
- }
- } else {
- layer.closeAll();
- layer.alert(res.msg, {icon: 5, title:false});
- }
- },
- error: function(e){
- layer.closeAll();
- layer.alert(e.responseText, {icon: 5, title:false});
- }
- });
- }
-
- function view_exp(id)
- {
- $('#'+id).toggle();
- }
- </script>
-
- <div class="seo-right {if condition='2 != $config.seo_pseudo'}none{/if}" id="seo_right_uphtml">
- <style>
- .seo-right{
- 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('Seo/handle', ['is_buildhtml'=>1,'_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=Seo&a=site&lang="+__lang__;
- var index = layer.open({type: 2,title: '开始生成',area: ['500px', '300px'],fix: false, maxmin: false,content: url});
- }
- },
- error: function(e){
- layer.closeAll();
- layer.alert(e.responseText, {icon: 5, title:false});
- }
- });
- })
-
- //生成首页
- $("#up_index").click(function(){
- $.ajax({
- url: "{:url('Seo/handle', ['is_buildhtml'=>1,'_ajax'=>1])}",
- 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=Buildhtml&a=buildIndex&lang="+__lang__,
- type:'POST',
- dataType:'json',
- data: {_ajax:1},
- 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);
- }
- });
- }
- },
- error: function(e){
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
-
- //生成栏目页
- $("#up_channel").click(function(){
- $.ajax({
- url: "{:url('Seo/handle', ['is_buildhtml'=>1,'_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=Seo&a=channel&typeid="+typeid+"&lang="+__lang__;
- var index = layer.open({type: 2,title: '开始生成',area: ['500px', '300px'],fix: false, maxmin: false,content: url});
- }
- },
- error: function(e){
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
-
- //生成文章页
- $("#up_article").click(function(){
- $.ajax({
- url: "{:url('Seo/handle', ['is_buildhtml'=>1,'_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=Seo&a=article&typeid="+typeid+"&lang="+__lang__;
- var index = layer.open({type: 2,title: '开始生成',area: ['500px', '300px'],fix: false, maxmin: false,content: url});
- }
- },
- error: function(e){
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- })
- })
- </script>
- </div>
-
- {include file="public/footer" /}
|