Нема описа
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;">
  3. <div id="append_parent"></div>
  4. <div id="ajaxwaitid"></div>
  5. <div class="page atta min-hg-c-10">
  6. {include file="system/bar" /}
  7. <form method="post" enctype="multipart/form-data" name="form1" id="handlepost" action="{:url('System/basic')}">
  8. <div class="ncap-form-default">
  9. <dl class="row">
  10. <dt class="tit">
  11. <label for="basic_indexname">面包屑首页名</label>
  12. </dt>
  13. <dd class="opt">
  14. <input id="basic_indexname" name="basic_indexname" value="{$config.basic_indexname|default='首页'}" class="input-txt" type="text" />
  15. <p class="notic"></p>
  16. </dd>
  17. </dl>
  18. {eq name='$main_lang' value='$admin_lang'}
  19. <dl class="row">
  20. <dt class="tit">
  21. <label for="list_symbol">面包屑间隔符</label>
  22. </dt>
  23. <dd class="opt">
  24. <input id="list_symbol" name="list_symbol" value="{$config.list_symbol|default=' > '}" class="input-txt" type="text" />
  25. <p class="notic"></p>
  26. </dd>
  27. </dl>
  28. <dl class="row">
  29. <dt class="tit">
  30. <label for="image_type">上传图片格式</label>
  31. </dt>
  32. <dd class="opt">
  33. <textarea rows="5" cols="60" id="image_type" name="image_type" style="height:20px;">{empty name='config.image_type'}jpg|gif|png|bmp|jpeg|ico{else /}{$config.image_type}{/empty}</textarea>
  34. <p class="notic"></p>
  35. </dd>
  36. </dl>
  37. <dl class="row">
  38. <dt class="tit">
  39. <label for="file_type">上传软件格式</label>
  40. </dt>
  41. <dd class="opt">
  42. <textarea rows="5" cols="60" id="file_type" name="file_type" style="height:20px;">{empty name='config.file_type'}zip|gz|rar|iso|doc|xsl|ppt|wps{else /}{$config.file_type}{/empty}</textarea>
  43. <p class="notic"></p>
  44. </dd>
  45. </dl>
  46. <dl class="row">
  47. <dt class="tit">
  48. <label for="media_type">视频格式</label>
  49. </dt>
  50. <dd class="opt">
  51. <textarea rows="5" cols="60" id="media_type" name="media_type" style="height:20px;">{empty name='config.media_type'}swf|mpg|mp3|rm|rmvb|wmv|wma|wav|mid|mov|mp4{else /}{$config.media_type}{/empty}</textarea>
  52. <p class="notic"></p>
  53. </dd>
  54. </dl>
  55. <dl class="row">
  56. <dt class="tit">
  57. <label for="file_size">附件上传大小</label>
  58. </dt>
  59. <dd class="opt">
  60. <input id="file_size" name="file_size" value="{$config.file_size|default=$max_filesize}" type="text" style="width: 60px;" /> {$max_sizeunit}
  61. <p class="notic">附件上传大小限制,如果空间不支持,请与空间商联系修改php.ini部分参数</p>
  62. </dd>
  63. </dl>
  64. <dl class="row">
  65. <dt class="tit">
  66. <label>内容图片附加功能</label>
  67. </dt>
  68. <dd class="opt">
  69. <label><input type="checkbox" name="basic_img_auto_wh" value="1" {if condition="!isset($config.basic_img_auto_wh) OR $config.basic_img_auto_wh eq 1"}checked="checked"{/if} title="自动通过样式控制,确保手机端下图片不拉伸变形">wap端自适应</label>&nbsp;&nbsp;
  70. <label><input type="checkbox" name="basic_img_title" value="1" {if condition="!isset($config.basic_img_title) OR $config.basic_img_title eq 1"}checked="checked"{/if}>追加title属性</label>&nbsp;&nbsp;
  71. <label><input type="checkbox" name="basic_img_alt" value="1" {if condition="!isset($config.basic_img_alt) OR $config.basic_img_alt eq 1"}checked="checked"{/if} onclick="check_basic_img_alt(this);">追加alt属性</label>&nbsp;&nbsp;
  72. <label id="basic_img_alt_force" {if condition="isset($config.basic_img_alt) && $config.basic_img_alt != 1"} class="none" {/if}><input type="checkbox" name="basic_img_alt_force" value="1" {if condition="!empty($config.basic_img_alt_force)"} checked="checked" {/if}>alt强制同步title</label>&nbsp;&nbsp;
  73. <span class="err"></span>
  74. <p class="notic">针对文档详情页的内容图片附加这些功能效果</p>
  75. </dd>
  76. </dl>
  77. <dl class="row">
  78. <dt class="tit">
  79. <label for="other_arcclick">文档默认点击数</label>
  80. </dt>
  81. <dd class="opt">
  82. <input id="other_arcclick" name="other_arcclick" value="{if isset($other_config.other_arcclick) && 0 <= $other_config.other_arcclick}{$other_config.other_arcclick}{else /}500|1000{/if}" onkeyup="this.value=this.value.replace(/[^\|\d]/g,'');" onpaste="this.value=this.value.replace(/[^\|\d]/g,'')" class="input-txt" type="text" />
  83. <p class="notic">比如:500|1000 表示随机数500-1000之间</p>
  84. </dd>
  85. </dl>
  86. <dl class="row">
  87. <dt class="tit">
  88. <label for="other_arcdownload">文件默认下载数</label>
  89. </dt>
  90. <dd class="opt">
  91. <input id="other_arcdownload" name="other_arcdownload" value="{if isset($other_config.other_arcdownload) && 0 <= $other_config.other_arcdownload}{$other_config.other_arcdownload}{else /}100|500{/if}" onkeyup="this.value=this.value.replace(/[^\|\d]/g,'');" onpaste="this.value=this.value.replace(/[^\|\d]/g,'')" class="input-txt" type="text" />
  92. <p class="notic">比如:100|500 表示随机数100-500之间</p>
  93. </dd>
  94. </dl>
  95. <dl class="row">
  96. <dt class="tit">
  97. <label for="editor_select">内容编辑器</label>
  98. </dt>
  99. <dd class="opt">
  100. <label class="curpoin"><input type="radio" name="editor_select" value="1" {if condition="empty($editor.editor_select) || $editor.editor_select eq 1"} checked="checked" {/if}>Ueditor</label>
  101. &nbsp;&nbsp;
  102. <label class="curpoin"><input type="radio" name="editor_select" value="2" {if condition="isset($editor.editor_select) && $editor.editor_select eq 2"} checked="checked" {/if}>Ckeditor</label>
  103. <p class="notic"></p>
  104. </dd>
  105. </dl>
  106. <dl class="row {if condition="!empty($editor.editor_select) && $editor.editor_select != 1"} none {/if}" id="bdmap_ak_dl">
  107. <dt class="tit">
  108. <label for="editor_select">百度地图AK</label>
  109. </dt>
  110. <dd class="opt">
  111. <input name="editor_bdmap_ak" value="{$editor.editor_bdmap_ak}" class="input-txt" type="text" />
  112. <p class="notic">影响功能:百度编辑器工具栏里的Baidu地图</p>
  113. &nbsp;&nbsp;<a href="JavaScript:void(0);" data-href="https://www.eyoucms.com/plus/view.php?aid=30297&origin_eycms=1" onclick="openFullframe(this,'获取百度地图的访问应用AK');" style="font-size: 12px;">获取AK?</a>
  114. </dd>
  115. </dl>
  116. <dl class="row">
  117. <dt class="tit">
  118. <label>编辑器常用配置</label>
  119. </dt>
  120. <dd class="opt">
  121. <label><input type="checkbox" name="editor_remote_img_local" value="1" {if condition="!isset($editor.editor_remote_img_local) OR $editor.editor_remote_img_local eq 1"}checked="checked"{/if} title="开启后,提交保存文档时将先自动执行远程图片本地化操作">远程图片本地化</label>&nbsp;&nbsp;
  122. <label><input type="checkbox" name="editor_img_clear_link" value="1" {if condition="!isset($editor.editor_img_clear_link) OR $editor.editor_img_clear_link eq 1"}checked="checked"{/if} title="开启后,提交保存文档时将先自动执行清除非本站链接操作">清除非本站链接</label>&nbsp;&nbsp;
  123. <span class="err"></span>
  124. <p class="notic">开启远程图片本地化后,提交保存文档时将先自动执行远程图片本地化操作;开启清除非本站链接后,提交保存文档时将先自动执行清除非本站链接操作</p>
  125. </dd>
  126. </dl>
  127. <dl class="row {if condition="empty($editor.editor_img_clear_link)"}none{/if}" id="dl_basic_body_allowurls">
  128. <dt class="tit">
  129. <label for="basic_body_allowurls">外链域名白名单</label>
  130. </dt>
  131. <dd class="opt">
  132. <textarea rows="5" cols="60" id="basic_body_allowurls" name="basic_body_allowurls" style="height:100px;" placeholder="一行表示一个域名,比如:
  133. baidu.com
  134. aliyun.com
  135. video.qq.com
  136. ">{$config.basic_body_allowurls|default=''}</textarea>
  137. <p class="notic"></p>
  138. </dd>
  139. </dl>
  140. {/eq}
  141. <div class="bot">
  142. <input type="hidden" name="max_filesize" id="max_filesize" value="{$max_filesize}">
  143. <input type="hidden" name="max_sizeunit" id="max_sizeunit" value="{$max_sizeunit}">
  144. <input type="hidden" name="old_basic_img_setlist" value="{$config.basic_img_auto_wh|default=0}{$config.basic_img_alt|default=0}{$config.basic_img_title|default=0}">
  145. <a href="JavaScript:void(0);" class="ncap-btn-big ncap-btn-green" onclick="adsubmit();">确认提交</a>
  146. </div>
  147. </div>
  148. </form>
  149. </div>
  150. <script type="text/javascript">
  151. $('input[name=editor_select]').click(function(){
  152. if (1 == $(this).val()) {
  153. $('#bdmap_ak_dl').show();
  154. }else{
  155. $('#bdmap_ak_dl').hide();
  156. }
  157. });
  158. $('input[name=editor_img_clear_link]').click(function(){
  159. if (1 == $(this).is(':checked')) {
  160. $('#dl_basic_body_allowurls').show();
  161. }else{
  162. $('#dl_basic_body_allowurls').hide();
  163. }
  164. });
  165. function check_basic_img_alt(obj)
  166. {
  167. if ($(obj).is(":checked")) {
  168. $('#basic_img_alt_force').show();
  169. } else {
  170. $('#basic_img_alt_force').hide();
  171. }
  172. }
  173. function adsubmit(){
  174. var file_size = parseInt($('#file_size').val());
  175. var max_filesize = parseInt($('#max_filesize').val());
  176. var max_sizeunit = $('#max_sizeunit').val();
  177. if (0 < max_filesize && max_filesize < file_size) {
  178. showErrorMsg('附件上传大小超过空间的最大限制'+max_filesize+max_sizeunit);
  179. $('input[name=file_size]').focus();
  180. return false;
  181. }
  182. layer_loading("正在处理");
  183. $('#handlepost').submit();
  184. }
  185. </script>
  186. {include file="public/footer" /}