Browse Source

移除标签更新不要功能文件

tags/6.2.12
叙述、别离 7 months ago
parent
commit
e9a6e5d8fb
4 changed files with 0 additions and 10 deletions
  1. +0
    -4
      src/admin/templets/makehtml_taglist.htm
  2. +0
    -1
      src/static/web/css/select2.min.css
  3. +0
    -3
      src/static/web/js/i18n/zh-CN.js
  4. +0
    -2
      src/static/web/js/select2.min.js

+ 0
- 4
src/admin/templets/makehtml_taglist.htm View File

@@ -5,12 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>更新标签</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/css/select2.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<script src="../static/web/js/jquery.min.js"></script>
<script src="../static/web/js/select2.min.js"></script>
<script src="../static/web/js/i18n/zh-CN.js"></script>
</head>
<body>
<form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm">


+ 0
- 1
src/static/web/css/select2.min.css
File diff suppressed because it is too large
View File


+ 0
- 3
src/static/web/js/i18n/zh-CN.js View File

@@ -1,3 +0,0 @@
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */

!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}();

+ 0
- 2
src/static/web/js/select2.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save