Geen omschrijving
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.

index.htm 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {include file="header.htm" /}
  2. <body style="background-color: #FFF; overflow: auto;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. <div class="page">
  7. {include file="bar.htm" /}
  8. <div class="flexigrid">
  9. <div class="mDiv" style="margin-left: 30px;">
  10. <p style="font-size: 15px;line-height: 2em;">【标签调用方法】</p>
  11. <ol style="font-size: 15px;line-height: 2em;"> <li>本插件只支持伪静态和全站静态使用 </li>
  12. <li>默认系统自动显示,如果关闭了自动调用 </li>
  13. <li>第①步:请手工复制以下代码到新闻或者相应提示收录模板文件底部: </li>
  14. <li>第一种默认:{literal}{:hookexec('Baidushoulu/Baidushoulu/show')}{/literal}</li>
  15. <li>第二种传参:{literal}{:hookexec('Baidushoulu/Baidushoulu/show', '这里传字符串,或数组形式')}{/literal}</li>
  16. <li>第②步:手工复制以下代码到新闻相应提示收录模板页面的位置当中。</li>
  17. <li><pre><span><</span>a <span>id=</span><span>"ae_bdcx"</span> <span>rel=</span><span>"external nofollow"</span> <span>target="_blank"</span><span>></span><span><</span>/a></pre></li>
  18. <li style="color: red;">注:该接口同样还带有js自动推送功能,可省去已被收录的文章进行反复推送的加载时间。</li>
  19. <li style="color: red;">注:如果页面错乱请关闭“调用JS”,如果页面正常,而不显示收录检测请开启!</li>
  20. </ol>
  21. </div>
  22. </div>
  23. <form class="form-horizontal" id="post_form" action="{:weapp_url('Baidushoulu/Baidushoulu/save')}" method="post">
  24. <div class="ncap-form-default">
  25. <dl class="row">
  26. <dt class="tit">
  27. <label>调用方式</label>
  28. </dt>
  29. <dd class="opt">
  30. <div class="onoff">
  31. <label for="tag_weapp1" class="cb-enable {if condition='!isset($baidushoulu.data.tag_weapp) || $baidushoulu.data.tag_weapp eq 1'}selected{/if}">系统自动</label>
  32. <label for="tag_weapp0" class="cb-disable {if condition='isset($baidushoulu.data.tag_weapp) && $baidushoulu.data.tag_weapp eq 2'}selected{/if}">手工调用</label>
  33. <input id="tag_weapp1" name="tag_weapp" value="1" type="radio" {if condition="!isset($baidushoulu.data.tag_weapp) || $baidushoulu.data.tag_weapp eq 1"} checked="checked"{/if}>
  34. <input id="tag_weapp0" name="tag_weapp" value="2" type="radio" {if condition="isset($baidushoulu.data.tag_weapp) && $baidushoulu.data.tag_weapp eq 2"} checked="checked"{/if}>
  35. </div>
  36. <p class="notic">自动调用会默认绑定weapp模板标签,手工调用请参考使用指南的调用方法。</p>
  37. </dd>
  38. </dl>
  39. <dl class="row">
  40. <dt class="tit">
  41. <label>调用JS</label>
  42. </dt>
  43. <dd class="opt">
  44. <div class="onoff">
  45. <label for="js_open1" class="cb-enable {if condition='isset($baidushoulu.data.js_open) && $baidushoulu.data.js_open eq 1'}selected{/if}">关闭</label>
  46. <label for="js_open0" class="cb-disable {if condition='!isset($baidushoulu.data.js_open) || $baidushoulu.data.js_open eq 0'}selected{/if}">开启</label>
  47. <input id="js_open1" name="js_open" value="1" type="radio" {if condition="isset($baidushoulu.data.js_open) && $baidushoulu.data.js_open eq 1"} checked="checked"{/if}>
  48. <input id="js_open0" name="js_open" value="0" type="radio" {if condition="!isset($baidushoulu.data.js_open) || $baidushoulu.data.js_open eq 0"} checked="checked"{/if}>
  49. </div>
  50. <p class="notic"></p>
  51. </dd>
  52. </dl>
  53. <dl class="row">
  54. <dt class="tit">
  55. <label>搜索方式</label>
  56. </dt>
  57. <dd class="opt">
  58. <div class="onoff">
  59. <label for="is_open1" class="cb-enable {if condition='isset($baidushoulu.data.is_open) && $baidushoulu.data.is_open eq 1'}selected{/if}">搜索地址</label>
  60. <label for="is_open0" class="cb-disable {if condition='!isset($baidushoulu.data.is_open) || $baidushoulu.data.is_open eq 0'}selected{/if}">搜索标题</label>
  61. <input id="is_open1" name="is_open" value="1" type="radio" {if condition="isset($baidushoulu.data.is_open) && $baidushoulu.data.is_open eq 1"} checked="checked"{/if}>
  62. <input id="is_open0" name="is_open" value="0" type="radio" {if condition="!isset($baidushoulu.data.is_open) || $baidushoulu.data.is_open eq 0"} checked="checked"{/if}>
  63. </div>
  64. <p class="notic"></p>
  65. </dd>
  66. </dl>
  67. <dl class="row">
  68. <dt class="tit">
  69. <label for="wei_shoulu">未收录显示</label>
  70. </dt>
  71. <dd class="opt">
  72. <input type="text" name="wei_shoulu" value="{$baidushoulu.data.wei_shoulu|default='立即提交'}" id="wei_shoulu" class="input-txt">
  73. <span class="err"></span>
  74. <p class=""></p>
  75. </dd>
  76. </dl>
  77. <dl class="row">
  78. <dt class="tit">
  79. <label for="yi_shoulu">收录显示</label>
  80. </dt>
  81. <dd class="opt">
  82. <input type="text" name="yi_shoulu" value="{$baidushoulu.data.yi_shoulu|default='已收录'}" id="yi_shoulu" class="input-txt">
  83. <span class="err"></span>
  84. <p class=""></p>
  85. </dd>
  86. </dl>
  87. <dl class="row">
  88. <dt class="tit">
  89. <label for="zt_shoulu">未收录字体颜色</label>
  90. </dt>
  91. <dd class="opt">
  92. <input type="text" name="zt_shoulu" value="{$baidushoulu.data.zt_shoulu|default='red'}" id="zt_shoulu" class="input-txt">
  93. <span class="err"></span>
  94. <p class=""></p>
  95. </dd>
  96. </dl>
  97. <div class="bot">
  98. <input type="hidden" name="code" value="{$baidushoulu.code|default=$weappInfo.code}" />
  99. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  100. </div>
  101. </div>
  102. </form>
  103. </div>
  104. <script type="text/javascript">
  105. // 判断输入框是否为空
  106. function checkForm(){
  107. layer_loading('正在处理');
  108. $('#post_form').submit();
  109. }
  110. </script>
  111. {include file="footer.htm" /}