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.

vertify_guestbook.htm 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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="vertify_bar.htm" /}
  8. <form class="form-horizontal" id="post_form" action="" method="post">
  9. <div class="ncap-form-default">
  10. <dl class="row">
  11. <dt class="tit">
  12. <label for="adminlogin_is_on">是否启用</label>
  13. </dt>
  14. <dd class="opt">
  15. <div class="onoff">
  16. <label for="adminlogin_is_on1" class="cb-enable {if condition='!empty($row.is_on)'}selected{/if}">启用</label>
  17. <label for="adminlogin_is_on0" class="cb-disable {if condition='empty($row.is_on)'}selected{/if}">关闭</label>
  18. <input id="adminlogin_is_on1" name="captcha[guestbook][is_on]" value="1" type="radio" {if condition='!empty($row.is_on)'}checked="checked"{/if}>
  19. <input id="adminlogin_is_on0" name="captcha[guestbook][is_on]" value="0" type="radio" {if condition='empty($row.is_on)'}checked="checked"{/if}>
  20. </div>
  21. <div>
  22. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="GuestBook" href="javascript:void(0);" onclick="GuestBook();" {if condition='empty($row.is_on)'}style="display:none;"{/if}>[标签调用]</a>
  23. </div>
  24. <span class="err"></span>
  25. <p class="notic"></p>
  26. </dd>
  27. </dl>
  28. <dl class="row">
  29. <dt class="tit">
  30. <label for="adminlogin_codeSet">预置字符</label>
  31. </dt>
  32. <dd class="opt">
  33. <input type="text" name="captcha[guestbook][config][codeSet]" placeholder="验证码预置字符" value="{$row.config.codeSet|default=$row.default.codeSet}" id="codeSet" class="input-txt" onkeyup="this.value=this.value.replace(/[^\w]/g,'');" onpaste="this.value=this.value.replace(/[^\w]/g,'')">
  34. <span class="err"></span>
  35. <p class="notic"></p>
  36. </dd>
  37. </dl>
  38. <dl class="row">
  39. <dt class="tit">
  40. <label for="adminlogin_fontSize">字号大小</label>
  41. </dt>
  42. <dd class="opt">
  43. <input type="text" name="captcha[guestbook][config][fontSize]" placeholder="验证码字体大小(px)" value="{$row.config.fontSize|default=$row.default.fontSize}" id="fontSize" class="input-txt">
  44. <span class="err"></span>
  45. <p class="notic"></p>
  46. </dd>
  47. </dl>
  48. <dl class="row">
  49. <dt class="tit">
  50. <label for="adminlogin_useCurve">混淆曲线</label>
  51. </dt>
  52. <dd class="opt">
  53. <div class="onoff">
  54. <label for="adminlogin_useCurve1" class="cb-enable {if condition="$row.config.useCurve == '1'"}selected{/if}">开</label>
  55. <label for="adminlogin_useCurve0" class="cb-disable {if condition="empty($row.config.useCurve)"}selected{/if}">关</label>
  56. <input id="adminlogin_useCurve1" name="captcha[guestbook][config][useCurve]" value="1" type="radio" {if condition="$row.config.useCurve == '1'"}checked="checked"{/if}>
  57. <input id="adminlogin_useCurve0" name="captcha[guestbook][config][useCurve]" value="0" type="radio" {if condition="empty($row.config.useCurve)"}checked="checked"{/if}>
  58. </div>
  59. <span class="err"></span>
  60. <p class="notic"></p>
  61. </dd>
  62. </dl>
  63. <dl class="row">
  64. <dt class="tit">
  65. <label for="adminlogin_useNoise">添加杂点</label>
  66. </dt>
  67. <dd class="opt">
  68. <div class="onoff">
  69. <label for="adminlogin_useNoise1" class="cb-enable {if condition="$row.config.useNoise == '1'"}selected{/if}">是</label>
  70. <label for="adminlogin_useNoise0" class="cb-disable {if condition="empty($row.config.useNoise)"}selected{/if}">否</label>
  71. <input id="adminlogin_useNoise1" name="captcha[guestbook][config][useNoise]" value="1" type="radio" {if condition="$row.config.useNoise == '1'"}checked="checked"{/if}>
  72. <input id="adminlogin_useNoise0" name="captcha[guestbook][config][useNoise]" value="0" type="radio" {if condition="empty($row.config.useNoise)"}checked="checked"{/if}>
  73. </div>
  74. <span class="err"></span>
  75. <p class="notic"></p>
  76. </dd>
  77. </dl>
  78. <dl class="row">
  79. <dt class="tit">
  80. <label for="adminlogin_length">显示位数</label>
  81. </dt>
  82. <dd class="opt">
  83. <input type="text" name="captcha[guestbook][config][length]" placeholder="验证码图片高度" value="{$row.config.length|default=$row.default.length}" id="length" class="input-txt" onkeyup="this.value=this.value.replace(/[^0-9]/g,'');" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/\[^0-9]/g,''));">
  84. <span class="err"></span>
  85. <p class="notic"></p>
  86. </dd>
  87. </dl>
  88. <div class="bot">
  89. <input type="hidden" name="inc_type" id="inc_type" value="{$inc_type|default='default'}">
  90. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  91. </div>
  92. </div>
  93. </form>
  94. </div>
  95. <script type="text/javascript">
  96. $('input[name="captcha[guestbook][is_on]"]').click(function(){
  97. var guest_book = $(this).val();
  98. if (1 == guest_book) {
  99. $('#GuestBook').show();
  100. } else {
  101. $('#GuestBook').hide();
  102. }
  103. });
  104. function GuestBook(){
  105. var url = "https://www.eyoucms.com/plus/view.php?aid=8056";
  106. //iframe窗
  107. layer.open({
  108. type: 2,
  109. title: '留言模型验证码调用',
  110. shadeClose: false,
  111. maxmin: false, //开启最大化最小化按钮
  112. area: ['700px;', '500px'],
  113. content: url
  114. });
  115. }
  116. // 判断输入框是否为空
  117. function checkForm(){
  118. if($('#codeSet').val() == ''){
  119. showErrorMsg('预置字符不能为空');
  120. $('#codeSet').focus();
  121. return false;
  122. }
  123. if($('#fontSize').val() == '' || 0 == $('#fontSize').val()){
  124. showErrorMsg('字体大小必须大于0');
  125. $('#fontSize').focus();
  126. return false;
  127. }
  128. if($('#length').val() == '' || 0 == $('#length').val()){
  129. showErrorMsg('显示位数必须大于0');
  130. $('#length').focus();
  131. return false;
  132. } else if ($('#length').val() > 8) {
  133. showErrorMsg('显示位数不能大于8');
  134. $('#length').focus();
  135. return false;
  136. }
  137. layer_loading('正在处理');
  138. $('#post_form').submit();
  139. }
  140. </script>
  141. {include file="footer.htm" /}