123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- {include file="header.htm" /}
- <body class="bodystyle" style="overflow-y: scroll; cursor: default; -moz-user-select: inherit;">
- <style type="text/css">
- .index1,.index2,.index3{
- position: absolute;
- right: -9999px;
- top: -9999px;
- }
- h3.layui-code-h3 a {
- display: none;
- }
- .worr p {
- color: #0c0c0c;
- background: #ff5722;
- margin-top: 10px;
- }
- button.ico-copy {
- background-color: #4fc0e8;
- border: none;
- font-weight: normal;
- border-radius: 20px;
- padding: 3px 13px;
- color: #ffffff;
- }
- .layui-form-onswitch {border-color: #3398cc !important;background-color: #3398cc !important;}
- .onoff .cb-enable.selected { background-color: #3398cc !important;border-color: #3398cc !important;}
- .onoff .cb-disable.selected {background-color: #3398cc !important;border-color: #3398cc !important;}
- .pcwap-onoff .cb-enable.selected { background-color: #3398cc !important;border-color: #3398cc !important;}
- .pcwap-onoff .cb-disable.selected {background-color: #3398cc !important;border-color: #3398cc !important;}
- input[type="text"]:focus,
- input[type="text"]:hover,
- input[type="text"]:active,
- input[type="password"]:focus,
- input[type="password"]:hover,
- input[type="password"]:active,
- textarea:hover,
- textarea:focus,
- textarea:active { border-color:rgba(51,152,204,0.8);box-shadow: 0 0 0 2px rgba(51,152,204,0.15) !important;}
- .input-file-show:hover .type-file-button {background-color:#3398cc !important; }
- .input-file-show:hover {border-color: #3398cc !important;box-shadow: 0 0 5px rgba(51,152,204,0.5) !important;}
- .input-file-show:hover span.show a,
- .input-file-show span.show a:hover { color: #3398cc !important;}
- .input-file-show:hover .type-file-button {background-color: #3398cc !important; }
- .color_z { color: #3398cc !important;}
- a.imgupload{
- background-color: #3398cc !important;
- border-color: #3398cc !important;
- }
- </style>
- <script type="text/javascript" src="__WEAPP_TEMPLATE__/skin/js/clipboard.min.js?v={$weappInfo.version|default='v1.0.0'}"></script>
-
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <div class="page">
- {include file="bar.htm" /}
- <div class="flexigrid">
-
-
- <form class="form-horizontal" id="post_form" action="{:weapp_url('MakemHtml/MakemHtml/conf')}" method="post">
- <div class="ncap-form-default">
- <dl class="row">
- <dt class="tit">
- <label for="title"><em>*</em>生成目录</label>
- </dt>
- <dd class="opt">
- <input type="text" name="value" value="{$row.value}" id="title" class="input-txt">
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
-
- <dl class="row">
- <dt class="tit">
- <label for="title"><em>*</em>生成方式</label>
- </dt>
- <dd class="opt">
- <div class="onoff">
- <label for="web_url_model1" class="{if condition="$row.web_url_model==1"} cb-enable selected{else /}cb-enable {/if}">二级目录</label>
- <label for="web_url_model0" class="{if condition="$row.web_url_model==2"} cb-disable selected {else /}cb-disable {/if}">二级域名</label>
- <input id="web_url_model1" name="web_url_model" value="1" type="radio" {if condition="$row.web_url_model==1"} checked="checked"{/if}>
- <input id="web_url_model0" name="web_url_model" value="2" type="radio" {if condition="$row.web_url_model==2"} checked="checked"{/if}>
- </div>
- <p class="notic"></p>
- </dd>
- </dl>
- <dl class="row {if condition="$row.web_url_model!=2"}none{/if}" id="web_url_modelb">
- <dt class="tit">
- <label for="web_url_model"></label>
- </dt>
- <dd class="opt">
-
-
-
- {$row.value|substr='1'}.{$Request.rootDomain}__ROOT_DIR__
- <p class="notic">二级域名不要求是“{$row.value|substr='1'}”,可以自定义例如:m、wap、mobile等。</p>
-
- <span class="">提前将域名<span class="red">解析并绑定</span> 到html生成目录<span class="red"> ({$row.value|substr='1'}) </span>。</span> <br />
- <span class="">将手机页面静态资源<span class="red"> ( css,js,images,fonts )</span>等文件放到html生成目录<span class="red"> ({$row.value|substr='1'}) </span></span> <br />
-
- </dd>
- </dl>
-
- <dl class="row {if condition="$row.web_url_model!=1"}none{/if}" id="web_url_modela1" >
- <div class="flexigrid">
- <div class="mDiv" style="margin-left: 30px;" id="web_url_modelb">
- <p style="font-size: 15px;line-height: 2em;">【二级目录跳转】</p>
- <p style="font-size: 15px;line-height: 2em;">(1)、如果需要添加pc跳转手机代码,<span style="color:red;">请添加本插件《使用指南》底部的自定义函数</span>
- <br>(2)、可以考虑关闭自带的跳转代码:<span style="color:red;" >基本信息->核心设置-> pc跳转手机端js->关闭</span></p>
- <ol style="font-size: 15px;line-height: 2em;">
- <li>1.电脑版首页加入跳转代码: <button type="button" class="ico-copy" data-clipboard-target="#index">复制代码</button> </li>
-
-
- <li class='index1'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="index">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={$row.value}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{$row.value}";}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}
- </script>
- </xmp>
- </li>
-
- <li>2.电脑版栏目页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#list">复制代码</button> </li>
- <li class='index2'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="list">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={literal}{$eyou.field.typeurl|diy_GetMobileUrlType=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{literal}{$eyou.field.typeurl|diy_GetMobileUrlType=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}"}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}
- </script>
- </xmp>
- </li>
-
- <li>3.电脑版内容页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#view">复制代码</button> </li>
- <li class='index3'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="view">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={literal}{$eyou.field.arcurl|diy_GetMobileUrlType=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{literal}{$eyou.field.arcurl|diy_GetMobileUrlType=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}";}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}
- </script>
- </xmp>
- </li>
- </ol>
-
-
- </div>
- </div>
- </dl>
- <dl class="row {if condition="$row.web_url_model!=2"}none{/if}" id="web_url_modelb1" >
- <div class="flexigrid">
- <div class="mDiv" style="margin-left: 30px;" id="web_url_modelb">
- <p style="font-size: 15px;line-height: 2em;">【二级域名跳转】</p>
- <p style="font-size: 15px;line-height: 2em;color:red;">注意:如果对解析域名并绑定到html生成目录 、样式表js等静态资源放到手机目录指定位置都不熟悉怎么操作,那就不建议使用二级域名模式,请切换回<span style="font-size: 15px;line-height: 2em;color:black;">二级目录</span>模式</p>
- <ol style="font-size: 15px;line-height: 2em;">
- <li>1.电脑版首页加入跳转代码: <button type="button" class="ico-copy" data-clipboard-target="#index1">复制代码</button> </li>
-
- <li class='index1'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="index1">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={$Request.scheme}://{$row.value|substr='1'}.{$Request.rootDomain}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{$Request.scheme}://{$row.value|substr='1'}.{$Request.rootDomain}";}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}
- </script>
- </xmp>
- </li>
-
- <li>2.电脑版栏目页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#list1">复制代码</button> </li>
- <li class='index2'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="list1">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={literal}{$eyou.field.typeurl|diy_GetMobileUrl=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{literal}{$eyou.field.typeurl|diy_GetMobileUrl=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}"}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}</script>
- </xmp>
- </li>
-
- <li>3.电脑版内容页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#view1">复制代码</button> </li>
- <li class='index3'>
- <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="view1">
- <meta http-equiv="mobile-agent" content="format=xhtml;url={literal}{$eyou.field.arcurl|diy_GetMobileUrl=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}">
- <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/applewebkit.*mobile/i.test(navigator.userAgent.toLowerCase()) || (/midp|symbianos|nokia|samsung|lg|nec|tcl|alcatel|bird|dbtel|dopod|philips|haier|lenovo|mot-|nokia|sonyericsson|sie-|amoi|zte/.test(navigator.userAgent.toLowerCase()))){try{if(/android|windows phone|webos|iphone|ipod|blackberry/i.test(navigator.userAgent.toLowerCase())){window.location.href="{literal}{$eyou.field.arcurl|diy_GetMobileUrl=###,<?php echo substr($row['value'],1) ?>,<?php echo $seo_html_arcdir; ?>}{/literal}";}else if(/ipad/i.test(navigator.userAgent.toLowerCase())){}else{}}catch(e){}}}
- </script>
- </xmp>
- </li>
- </ol>
-
-
- </div>
- </div>
- </dl>
- <!-- 注意事项 -->
- <br>
- <ol style="font-size: 15px;line-height: 2em;" >
- <li>2.注意事项 </li>
- <li>
- <div class="worr">
- <p>1、本插件使用模板 mobile来生成手机端静态文件,所以一定要有《mobile》模板!</p>
- <p>2、<a href="?m=admin&c=Seo&a=seo&lang=cn" class="on">SEO设置</a>里面必须设置为<静态页面>!</p>
-
-
- </div>
- </li>
-
- </ol>
-
- <ol style="font-size: 15px;line-height: 2em;">
- <li>3.技术支持 </li>
- <li>
- 如有疑问。联系QQ:2220673197 <br>
- (*^__^*) (*^__^*) (*^__^*) (*^__^*) (*^__^*)
- </li>
-
- </ol>
- <div class="bot">
- <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
- </div>
- </div>
- </form>
-
-
-
-
-
- </div>
- </div>
- <script>
-
- // 判断输入框是否为空
- function checkForm(){
- layer_loading('正在处理');
- $('#post_form').submit();
- }
-
- $(document).ready(function(){
- // 表格行点击选中切换
- $('#flexigrid > table>tbody >tr').click(function(){
- $(this).toggleClass('trSelected');
- });
-
- // 点击刷新数据
- $('.fa-refresh').click(function(){
- location.href = location.href;
- });
- });
-
- var ico_copy = new Clipboard('.ico-copy');
- ico_copy.on('success', function(e) {
- layer.msg('复制成功',{icon:1});
- e.clearSelection();
- });
-
-
- //判断是否存在模板
- {if $templateerror ==1}
- layer.alert('mobile模板不存在!,请检查模板目录');
- {/if}
- //判断URL模式
- {if $conf_seo_pseudo ==1}
- layer.alert('SEO设置错误,URL模式改为:静态页面 !');
- {/if}
-
-
- // 生成方式配置
- $('input[name=web_url_model]').click(function(){
- if($(this).val() == 2){
- $('#web_url_modelb').show();
- $('#web_url_modela').hide();
- $('#web_url_modelb1').show();
- $('#web_url_modela1').hide();
- }else{
- $('#web_url_modelb').hide();
- $('#web_url_modela').show();
- $('#web_url_modelb1').hide();
- $('#web_url_modela1').show();
- }
- });
-
- </script>
-
- {include file="footer.htm" /}
|