Ei kuvausta
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.

conf.htm 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. {include file="header.htm" /}
  2. <body class="bodystyle" style="overflow-y: scroll; cursor: default; -moz-user-select: inherit;">
  3. <style type="text/css">
  4. .index1,.index2,.index3{
  5. position: absolute;
  6. right: -9999px;
  7. top: -9999px;
  8. }
  9. h3.layui-code-h3 a {
  10. display: none;
  11. }
  12. .worr p {
  13. color: #0c0c0c;
  14. background: #ff5722;
  15. margin-top: 10px;
  16. }
  17. button.ico-copy {
  18. background-color: #4fc0e8;
  19. border: none;
  20. font-weight: normal;
  21. border-radius: 20px;
  22. padding: 3px 13px;
  23. color: #ffffff;
  24. }
  25. .layui-form-onswitch {border-color: #3398cc !important;background-color: #3398cc !important;}
  26. .onoff .cb-enable.selected { background-color: #3398cc !important;border-color: #3398cc !important;}
  27. .onoff .cb-disable.selected {background-color: #3398cc !important;border-color: #3398cc !important;}
  28. .pcwap-onoff .cb-enable.selected { background-color: #3398cc !important;border-color: #3398cc !important;}
  29. .pcwap-onoff .cb-disable.selected {background-color: #3398cc !important;border-color: #3398cc !important;}
  30. input[type="text"]:focus,
  31. input[type="text"]:hover,
  32. input[type="text"]:active,
  33. input[type="password"]:focus,
  34. input[type="password"]:hover,
  35. input[type="password"]:active,
  36. textarea:hover,
  37. textarea:focus,
  38. textarea:active { border-color:rgba(51,152,204,0.8);box-shadow: 0 0 0 2px rgba(51,152,204,0.15) !important;}
  39. .input-file-show:hover .type-file-button {background-color:#3398cc !important; }
  40. .input-file-show:hover {border-color: #3398cc !important;box-shadow: 0 0 5px rgba(51,152,204,0.5) !important;}
  41. .input-file-show:hover span.show a,
  42. .input-file-show span.show a:hover { color: #3398cc !important;}
  43. .input-file-show:hover .type-file-button {background-color: #3398cc !important; }
  44. .color_z { color: #3398cc !important;}
  45. a.imgupload{
  46. background-color: #3398cc !important;
  47. border-color: #3398cc !important;
  48. }
  49. </style>
  50. <script type="text/javascript" src="__WEAPP_TEMPLATE__/skin/js/clipboard.min.js?v={$weappInfo.version|default='v1.0.0'}"></script>
  51. <div id="append_parent"></div>
  52. <div id="ajaxwaitid"></div>
  53. <div class="page">
  54. {include file="bar.htm" /}
  55. <div class="flexigrid">
  56. <form class="form-horizontal" id="post_form" action="{:weapp_url('MakemHtml/MakemHtml/conf')}" method="post">
  57. <div class="ncap-form-default">
  58. <dl class="row">
  59. <dt class="tit">
  60. <label for="title"><em>*</em>生成目录</label>
  61. </dt>
  62. <dd class="opt">
  63. <input type="text" name="value" value="{$row.value}" id="title" class="input-txt">
  64. <span class="err"></span>
  65. <p class="notic"></p>
  66. </dd>
  67. </dl>
  68. <dl class="row">
  69. <dt class="tit">
  70. <label for="title"><em>*</em>生成方式</label>
  71. </dt>
  72. <dd class="opt">
  73. <div class="onoff">
  74. <label for="web_url_model1" class="{if condition="$row.web_url_model==1"} cb-enable selected{else /}cb-enable {/if}">二级目录</label>
  75. <label for="web_url_model0" class="{if condition="$row.web_url_model==2"} cb-disable selected {else /}cb-disable {/if}">二级域名</label>
  76. <input id="web_url_model1" name="web_url_model" value="1" type="radio" {if condition="$row.web_url_model==1"} checked="checked"{/if}>
  77. <input id="web_url_model0" name="web_url_model" value="2" type="radio" {if condition="$row.web_url_model==2"} checked="checked"{/if}>
  78. </div>
  79. <p class="notic"></p>
  80. </dd>
  81. </dl>
  82. <dl class="row {if condition="$row.web_url_model!=2"}none{/if}" id="web_url_modelb">
  83. <dt class="tit">
  84. <label for="web_url_model"></label>
  85. </dt>
  86. <dd class="opt">
  87. {$row.value|substr='1'}.{$Request.rootDomain}__ROOT_DIR__
  88. <p class="notic">二级域名不要求是“{$row.value|substr='1'}”,可以自定义例如:m、wap、mobile等。</p>
  89. <span class="">提前将域名<span class="red">解析并绑定</span> 到html生成目录<span class="red"> ({$row.value|substr='1'}) </span>。</span> <br />
  90. <span class="">将手机页面静态资源<span class="red"> ( css,js,images,fonts )</span>等文件放到html生成目录<span class="red"> ({$row.value|substr='1'}) </span></span> <br />
  91. </dd>
  92. </dl>
  93. <dl class="row {if condition="$row.web_url_model!=1"}none{/if}" id="web_url_modela1" >
  94. <div class="flexigrid">
  95. <div class="mDiv" style="margin-left: 30px;" id="web_url_modelb">
  96. <p style="font-size: 15px;line-height: 2em;">【二级目录跳转】</p>
  97. <p style="font-size: 15px;line-height: 2em;">(1)、如果需要添加pc跳转手机代码,<span style="color:red;">请添加本插件《使用指南》底部的自定义函数</span>
  98. <br>(2)、可以考虑关闭自带的跳转代码:<span style="color:red;" >基本信息->核心设置-> pc跳转手机端js->关闭</span></p>
  99. <ol style="font-size: 15px;line-height: 2em;">
  100. <li>1.电脑版首页加入跳转代码: <button type="button" class="ico-copy" data-clipboard-target="#index">复制代码</button> </li>
  101. <li class='index1'>
  102. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="index">
  103. <meta http-equiv="mobile-agent" content="format=xhtml;url={$row.value}">
  104. <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){}}}
  105. </script>
  106. </xmp>
  107. </li>
  108. <li>2.电脑版栏目页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#list">复制代码</button> </li>
  109. <li class='index2'>
  110. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="list">
  111. <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}">
  112. <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){}}}
  113. </script>
  114. </xmp>
  115. </li>
  116. <li>3.电脑版内容页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#view">复制代码</button> </li>
  117. <li class='index3'>
  118. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="view">
  119. <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}">
  120. <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){}}}
  121. </script>
  122. </xmp>
  123. </li>
  124. </ol>
  125. </div>
  126. </div>
  127. </dl>
  128. <dl class="row {if condition="$row.web_url_model!=2"}none{/if}" id="web_url_modelb1" >
  129. <div class="flexigrid">
  130. <div class="mDiv" style="margin-left: 30px;" id="web_url_modelb">
  131. <p style="font-size: 15px;line-height: 2em;">【二级域名跳转】</p>
  132. <p style="font-size: 15px;line-height: 2em;color:red;">注意:如果对解析域名并绑定到html生成目录 、样式表js等静态资源放到手机目录指定位置都不熟悉怎么操作,那就不建议使用二级域名模式,请切换回<span style="font-size: 15px;line-height: 2em;color:black;">二级目录</span>模式</p>
  133. <ol style="font-size: 15px;line-height: 2em;">
  134. <li>1.电脑版首页加入跳转代码: <button type="button" class="ico-copy" data-clipboard-target="#index1">复制代码</button> </li>
  135. <li class='index1'>
  136. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="index1">
  137. <meta http-equiv="mobile-agent" content="format=xhtml;url={$Request.scheme}://{$row.value|substr='1'}.{$Request.rootDomain}">
  138. <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){}}}
  139. </script>
  140. </xmp>
  141. </li>
  142. <li>2.电脑版栏目页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#list1">复制代码</button> </li>
  143. <li class='index2'>
  144. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="list1">
  145. <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}">
  146. <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>
  147. </xmp>
  148. </li>
  149. <li>3.电脑版内容页加入跳转代码:<button type="button" class="ico-copy" data-clipboard-target="#view1">复制代码</button> </li>
  150. <li class='index3'>
  151. <xmp style=" background-color: #3f3f3f; color: #ff6666; font-size: 12px;" id="view1">
  152. <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}">
  153. <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){}}}
  154. </script>
  155. </xmp>
  156. </li>
  157. </ol>
  158. </div>
  159. </div>
  160. </dl>
  161. <!-- 注意事项 -->
  162. <br>
  163. <ol style="font-size: 15px;line-height: 2em;" >
  164. <li>2.注意事项 </li>
  165. <li>
  166. <div class="worr">
  167. <p>1、本插件使用模板 mobile来生成手机端静态文件,所以一定要有《mobile》模板!</p>
  168. <p>2、<a href="?m=admin&c=Seo&a=seo&lang=cn" class="on">SEO设置</a>里面必须设置为<静态页面>!</p>
  169. </div>
  170. </li>
  171. </ol>
  172. <ol style="font-size: 15px;line-height: 2em;">
  173. <li>3.技术支持 </li>
  174. <li>
  175. 如有疑问。联系QQ:2220673197 <br>
  176. (*^__^*) (*^__^*) (*^__^*) (*^__^*) (*^__^*)
  177. </li>
  178. </ol>
  179. <div class="bot">
  180. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  181. </div>
  182. </div>
  183. </form>
  184. </div>
  185. </div>
  186. <script>
  187. // 判断输入框是否为空
  188. function checkForm(){
  189. layer_loading('正在处理');
  190. $('#post_form').submit();
  191. }
  192. $(document).ready(function(){
  193. // 表格行点击选中切换
  194. $('#flexigrid > table>tbody >tr').click(function(){
  195. $(this).toggleClass('trSelected');
  196. });
  197. // 点击刷新数据
  198. $('.fa-refresh').click(function(){
  199. location.href = location.href;
  200. });
  201. });
  202. var ico_copy = new Clipboard('.ico-copy');
  203. ico_copy.on('success', function(e) {
  204. layer.msg('复制成功',{icon:1});
  205. e.clearSelection();
  206. });
  207. //判断是否存在模板
  208. {if $templateerror ==1}
  209. layer.alert('mobile模板不存在!,请检查模板目录');
  210. {/if}
  211. //判断URL模式
  212. {if $conf_seo_pseudo ==1}
  213. layer.alert('SEO设置错误,URL模式改为:静态页面 !');
  214. {/if}
  215. // 生成方式配置
  216. $('input[name=web_url_model]').click(function(){
  217. if($(this).val() == 2){
  218. $('#web_url_modelb').show();
  219. $('#web_url_modela').hide();
  220. $('#web_url_modelb1').show();
  221. $('#web_url_modela1').hide();
  222. }else{
  223. $('#web_url_modelb').hide();
  224. $('#web_url_modela').show();
  225. $('#web_url_modelb1').hide();
  226. $('#web_url_modela1').show();
  227. }
  228. });
  229. </script>
  230. {include file="footer.htm" /}