doudoudzj 6 年之前
父节点
当前提交
137e4a8928
共有 70 个文件被更改,包括 35 次插入281 次删除
  1. 0 36
      400.html
  2. 0 36
      401.html
  3. 0 36
      403.html
  4. 0 36
      404.html
  5. 0 36
      503.html
  6. 0 0
      assets/css/style.css
  7. 0 0
      assets/images/banner.jpg
  8. 0 0
      assets/images/cluster.jpg
  9. 0 0
      assets/images/img01.gif
  10. 0 0
      assets/images/img03.gif
  11. 0 0
      assets/images/img04.gif
  12. 0 0
      assets/images/img07.gif
  13. 0 0
      assets/images/img08.gif
  14. 0 0
      assets/images/img09.gif
  15. 0 0
      assets/images/img10.gif
  16. 0 0
      assets/images/img2.jpg
  17. 0 0
      assets/images/img5.jpg
  18. 0 0
      assets/images/img6.jpg
  19. 0 0
      assets/images/logo.svg
  20. 0 0
      assets/images/payment/2co11.jpg
  21. 0 0
      assets/images/payment/AMEX.gif
  22. 0 0
      assets/images/payment/ELV.gif
  23. 0 0
      assets/images/payment/JCB.gif
  24. 0 0
      assets/images/payment/diners.gif
  25. 0 0
      assets/images/payment/laser.gif
  26. 0 0
      assets/images/payment/maestro.gif
  27. 0 0
      assets/images/payment/mastercard.gif
  28. 0 0
      assets/images/payment/paypal.jpg
  29. 0 0
      assets/images/payment/poweredByWorldPay.gif
  30. 0 0
      assets/images/payment/visa_debit.gif
  31. 0 0
      assets/images/payment/visa_electron.gif
  32. 0 0
      assets/images/spacer.gif
  33. 0 0
      assets/js/common.js
  34. 0 0
      assets/resources/background.png
  35. 0 0
      assets/resources/crogram.png
  36. 0 0
      assets/resources/crogram.psd
  37. 0 0
      assets/resources/crogram_larger.png
  38. 0 0
      assets/resources/favicon_128.ico
  39. 0 0
      assets/resources/favicon_16.ico
  40. 0 0
      assets/resources/favicon_32.ico
  41. 0 0
      assets/resources/favicon_48.ico
  42. 0 0
      assets/resources/favicon_64.ico
  43. 0 0
      assets/resources/logo.png
  44. 0 0
      assets/resources/logo.psd
  45. 0 0
      assets/resources/logo.svg
  46. 0 0
      assets/resources/logo_2.svg
  47. 0 0
      assets/resources/logo_layer_1.svg
  48. 0 0
      assets/resources/logo_layer_2.svg
  49. 0 0
      assets/resources/logo_layer_3.svg
  50. 0 0
      assets/screenshot/login.png
  51. 0 0
      assets/screenshot/register.png
  52. 0 0
      assets/screenshot/solution.png
  53. 12 5
      footer.php
  54. 5 5
      headmate.php
  55. 0 51
      js/ie-emulation-modes-warning.js
  56. 0 22
      js/ie10-viewport-bug-workaround.js
  57. 0 13
      js/ie8-responsive-file-warning.js
  58. 0 1
      js/jquery.min.js
  59. 0 0
      lib/bootstrap/css/bootstrap.min.css
  60. 0 0
      lib/bootstrap/css/bootstrap.min.css.map
  61. 0 0
      lib/bootstrap/fonts/glyphicons-halflings-regular.eot
  62. 0 0
      lib/bootstrap/fonts/glyphicons-halflings-regular.svg
  63. 0 0
      lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
  64. 0 0
      lib/bootstrap/fonts/glyphicons-halflings-regular.woff
  65. 0 0
      lib/bootstrap/fonts/glyphicons-halflings-regular.woff2
  66. 0 0
      lib/bootstrap/js/bootstrap.min.js
  67. 13 0
      lib/bootstrap/js/npm.js
  68. 0 0
      lib/html5shiv/html5shiv.min.js
  69. 1 0
      lib/jquery/jquery.min.js
  70. 4 4
      lib/respond/respond.min.js

+ 0 - 36
400.html

@@ -1,36 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-    <title>400 - UIISC</title>
-    <meta charset="utf-8"/>
-  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
-    <meta content="telephone=no,email=no" name="format-detection"/>
-    <meta name="apple-mobile-web-app-capable" content="yes"/>
-    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
-  	<meta name="keywords" content="UIISC"/>
-  	<meta name="description" content="UIISC"/>
-  	<style>
-        body {background-color: #f4f5f5;}
-        .header, .nav, .content, .footer { padding: 10px; }
-        .header { border-bottom: 1px solid #ccc; }
-        .container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
-        .content {background-color: #eee; }
-        .nav, .footer {color: #fff; background-color: #6fb9f5;}
-        .footer a {color: #fff;}
-  	</style>
-</head>
-
-<body>
-  <div class="container">
-    <h1 class="header">Bad Request !</h1>
-    <div class="nav">This is the 400 page.</div>
-    <div class="content">
-      <p>The Page You Requested Was Unauthorized ! </p>
-    </div>
-    <div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
-  </div>
-</body>
-</html>

+ 0 - 36
401.html

@@ -1,36 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-    <title>401 - UIISC</title>
-    <meta charset="utf-8"/>
-  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
-    <meta content="telephone=no,email=no" name="format-detection"/>
-    <meta name="apple-mobile-web-app-capable" content="yes"/>
-    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
-  	<meta name="keywords" content="UIISC"/>
-  	<meta name="description" content="UIISC"/>
-  	<style>
-        body {background-color: #f4f5f5;}
-        .header, .nav, .content, .footer { padding: 10px; }
-        .header { border-bottom: 1px solid #ccc; }
-        .container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
-        .content {background-color: #eee; }
-        .nav, .footer {color: #fff; background-color: #6fb9f5;}
-        .footer a {color: #fff;}
-  	</style>
-</head>
-
-<body>
-  <div class="container">
-    <h1 class="header">Unauthorized !</h1>
-    <div class="nav">This is the 401 page.</div>
-    <div class="content">
-      <p>The Page You Requested Was Unauthorized ! </p>
-    </div>
-    <div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
-  </div>
-</body>
-</html>

+ 0 - 36
403.html

@@ -1,36 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-    <title>403 - UIISC</title>
-    <meta charset="utf-8"/>
-  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
-    <meta content="telephone=no,email=no" name="format-detection"/>
-    <meta name="apple-mobile-web-app-capable" content="yes"/>
-    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
-  	<meta name="keywords" content="UIISC"/>
-  	<meta name="description" content="UIISC"/>
-  	<style>
-        body {background-color: #f4f5f5;}
-        .header, .nav, .content, .footer { padding: 10px; }
-        .header { border-bottom: 1px solid #ccc; }
-        .container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
-        .content {background-color: #eee; }
-        .nav, .footer {color: #fff; background-color: #6fb9f5;}
-        .footer a {color: #fff;}
-  	</style>
-</head>
-
-<body>
-  <div class="container">
-    <h1 class="header">Forbidden !</h1>
-    <div class="nav">This is the 403 page.</div>
-    <div class="content">
-      <p>The Page You Requested Was Forbidden ! </p>
-    </div>
-    <div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
-  </div>
-</body>
-</html>

+ 0 - 36
404.html

@@ -1,36 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-    <title>404 - UIISC</title>
-    <meta charset="utf-8"/>
-  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
-    <meta content="telephone=no,email=no" name="format-detection"/>
-    <meta name="apple-mobile-web-app-capable" content="yes"/>
-    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
-  	<meta name="keywords" content="UIISC"/>
-  	<meta name="description" content="UIISC"/>
-  	<style>
-        body {background-color: #f4f5f5;}
-        .header, .nav, .content, .footer { padding: 10px; }
-        .header { border-bottom: 1px solid #ccc; }
-        .container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
-        .content {background-color: #eee; }
-        .nav, .footer {color: #fff; background-color: #6fb9f5;}
-        .footer a {color: #fff;}
-  	</style>
-</head>
-
-<body>
-  <div class="container">
-    <h1 class="header">Not Found !</h1>
-    <div class="nav">This is the 404 page.</div>
-    <div class="content">
-      <p>The Page You Requested Was Not Found ! </p>
-    </div>
-    <div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
-  </div>
-</body>
-</html>

+ 0 - 36
503.html

@@ -1,36 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-    <title>503 - UIISC</title>
-    <meta charset="utf-8"/>
-  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-  	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
-    <meta content="telephone=no,email=no" name="format-detection"/>
-    <meta name="apple-mobile-web-app-capable" content="yes"/>
-    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
-  	<meta name="keywords" content="UIISC"/>
-  	<meta name="description" content="UIISC"/>
-  	<style>
-        body {background-color: #f4f5f5;}
-        .header, .nav, .content, .footer { padding: 10px; }
-        .header { border-bottom: 1px solid #ccc; }
-        .container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
-        .content {background-color: #eee; }
-        .nav, .footer {color: #fff; background-color: #6fb9f5;}
-        .footer a {color: #fff;}
-  	</style>
-</head>
-
-<body>
-  <div class="container">
-    <h1 class="header">Service Unavailable !</h1>
-    <div class="nav">This is the 503 page.</div>
-    <div class="content">
-      <p>Service Unavailable ! </p>
-    </div>
-    <div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
-  </div>
-</body>
-</html>

+ 0 - 0
css/style.css → assets/css/style.css


+ 0 - 0
images/banner.jpg → assets/images/banner.jpg


+ 0 - 0
images/cluster.jpg → assets/images/cluster.jpg


+ 0 - 0
images/img01.gif → assets/images/img01.gif


+ 0 - 0
images/img03.gif → assets/images/img03.gif


+ 0 - 0
images/img04.gif → assets/images/img04.gif


+ 0 - 0
images/img07.gif → assets/images/img07.gif


+ 0 - 0
images/img08.gif → assets/images/img08.gif


+ 0 - 0
images/img09.gif → assets/images/img09.gif


+ 0 - 0
images/img10.gif → assets/images/img10.gif


+ 0 - 0
images/img2.jpg → assets/images/img2.jpg


+ 0 - 0
images/img5.jpg → assets/images/img5.jpg


+ 0 - 0
images/img6.jpg → assets/images/img6.jpg


+ 0 - 0
images/logo.svg → assets/images/logo.svg


+ 0 - 0
images/payment/2co11.jpg → assets/images/payment/2co11.jpg


+ 0 - 0
images/payment/AMEX.gif → assets/images/payment/AMEX.gif


+ 0 - 0
images/payment/ELV.gif → assets/images/payment/ELV.gif


+ 0 - 0
images/payment/JCB.gif → assets/images/payment/JCB.gif


+ 0 - 0
images/payment/diners.gif → assets/images/payment/diners.gif


+ 0 - 0
images/payment/laser.gif → assets/images/payment/laser.gif


+ 0 - 0
images/payment/maestro.gif → assets/images/payment/maestro.gif


+ 0 - 0
images/payment/mastercard.gif → assets/images/payment/mastercard.gif


+ 0 - 0
images/payment/paypal.jpg → assets/images/payment/paypal.jpg


+ 0 - 0
images/payment/poweredByWorldPay.gif → assets/images/payment/poweredByWorldPay.gif


+ 0 - 0
images/payment/visa_debit.gif → assets/images/payment/visa_debit.gif


+ 0 - 0
images/payment/visa_electron.gif → assets/images/payment/visa_electron.gif


+ 0 - 0
images/spacer.gif → assets/images/spacer.gif


+ 0 - 0
js/common.js → assets/js/common.js


+ 0 - 0
resources/background.png → assets/resources/background.png


+ 0 - 0
resources/crogram.png → assets/resources/crogram.png


+ 0 - 0
resources/crogram.psd → assets/resources/crogram.psd


+ 0 - 0
resources/crogram_larger.png → assets/resources/crogram_larger.png


+ 0 - 0
resources/favicon_128.ico → assets/resources/favicon_128.ico


+ 0 - 0
resources/favicon_16.ico → assets/resources/favicon_16.ico


+ 0 - 0
resources/favicon_32.ico → assets/resources/favicon_32.ico


+ 0 - 0
resources/favicon_48.ico → assets/resources/favicon_48.ico


+ 0 - 0
resources/favicon_64.ico → assets/resources/favicon_64.ico


+ 0 - 0
resources/logo.png → assets/resources/logo.png


+ 0 - 0
resources/logo.psd → assets/resources/logo.psd


+ 0 - 0
resources/logo.svg → assets/resources/logo.svg


+ 0 - 0
resources/logo_2.svg → assets/resources/logo_2.svg


+ 0 - 0
resources/logo_layer_1.svg → assets/resources/logo_layer_1.svg


+ 0 - 0
resources/logo_layer_2.svg → assets/resources/logo_layer_2.svg


+ 0 - 0
resources/logo_layer_3.svg → assets/resources/logo_layer_3.svg


+ 0 - 0
screenshot/login.png → assets/screenshot/login.png


+ 0 - 0
screenshot/register.png → assets/screenshot/register.png


+ 0 - 0
screenshot/solution.png → assets/screenshot/solution.png


+ 12 - 5
footer.php

@@ -11,7 +11,7 @@ if (!defined('IN_SYS')) {
             <div class="navbar-inner navbar-content-center" style="padding-top:15px;">
             <div class="navbar-inner navbar-content-center" style="padding-top:15px;">
                 <ul class="navbar-left list-inline text-center text-muted credit">
                 <ul class="navbar-left list-inline text-center text-muted credit">
                     <li>
                     <li>
-                        <span class="co">&copy;&nbsp;2018 <a href="/index.php"><?=$title_s?></a>&nbsp;</span>
+                        <span class="co">&copy;&nbsp;2019 <a href="/index.php"><?=$title_s?></a>&nbsp;</span>
                         <span class="co">&nbsp;Powered by <a href="https://crogram.com" target="blank">Crogram</a>&nbsp;</span>
                         <span class="co">&nbsp;Powered by <a href="https://crogram.com" target="blank">Crogram</a>&nbsp;</span>
                         <span class="co">&nbsp;Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="blank">iFastNet</a>&nbsp;</span>
                         <span class="co">&nbsp;Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="blank">iFastNet</a>&nbsp;</span>
                     </li>
                     </li>
@@ -36,10 +36,9 @@ if (!defined('IN_SYS')) {
             </div>
             </div>
         </div>
         </div>
     </footer>
     </footer>
-    <script src="/js/jquery.min.js"></script>
-    <script src="/js/bootstrap.min.js"></script>
-    <script src="/js/ie10-viewport-bug-workaround.js"></script>
-    <script src="/js/common.js?_=<?php echo $static_release; ?>"></script>
+    <script src="/lib/jquery/jquery.min.js"></script>
+    <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/assets/js/common.js?_=<?php echo $static_release; ?>"></script>
     <script type="text/javascript">
     <script type="text/javascript">
         var domain = "<?php echo $lang->getDomain(); ?>";
         var domain = "<?php echo $lang->getDomain(); ?>";
         var cur_lang = "<?php echo $current_lang; ?>";
         var cur_lang = "<?php echo $current_lang; ?>";
@@ -62,3 +61,11 @@ if (!defined('IN_SYS')) {
             };
             };
         }
         }
     </script>
     </script>
+    <!-- Global site tag (gtag.js) - Google Analytics -->
+    <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28162642-10"></script>
+    <script>
+        window.dataLayer = window.dataLayer || [];
+        function gtag(){dataLayer.push(arguments);}
+        gtag('js', new Date());
+        gtag('config', 'UA-28162642-10');
+    </script> -->

+ 5 - 5
headmate.php

@@ -3,11 +3,11 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
     <meta name="description" content="<?php echo $description; ?>">
     <meta name="description" content="<?php echo $description; ?>">
     <meta name="author" content="<?php echo $author; ?>">
     <meta name="author" content="<?php echo $author; ?>">
+    <!-- <meta name="google-site-verification" content="5O6Wxt0gIyGb7btMuXiQqddZJ516n-xBOW_9RLMBeSY" /> -->
     <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
     <link href="/favicon.ico?_=<?php echo $static_release; ?>" rel="icon">
-    <link href="/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
-    <link href="/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
-    <script src="/js/ie-emulation-modes-warning.js?_=<?php echo $static_release; ?>"></script>
+    <link href="/lib/bootstrap/css/bootstrap.min.css?_=<?php echo $static_release; ?>" rel="stylesheet">
+    <link href="/assets/css/style.css?_=<?php echo $static_release; ?>" rel="stylesheet">
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>
-    <script src="/js/html5shiv.min.js"></script>
-    <script src="/js/respond.min.js"></script>
+    <script src="/lib/html5shiv/html5shiv.min.js"></script>
+    <script src="/lib/respond/respond.min.js"></script>
     <![endif]-->
     <![endif]-->

+ 0 - 51
js/ie-emulation-modes-warning.js

@@ -1,51 +0,0 @@
-// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
-// IT'S JUST JUNK FOR OUR DOCS!
-// ++++++++++++++++++++++++++++++++++++++++++
-/*!
- * Copyright 2014 Twitter, Inc.
- *
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
-(function () {
-  'use strict';
-
-  function emulatedIEMajorVersion() {
-    var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent)
-    if (groups === null) {
-      return null
-    }
-    var ieVersionNum = parseInt(groups[1], 10)
-    var ieMajorVersion = Math.floor(ieVersionNum)
-    return ieMajorVersion
-  }
-
-  function actualNonEmulatedIEMajorVersion() {
-    // Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
-    // IE JavaScript conditional compilation docs: http://msdn.microsoft.com/en-us/library/ie/121hztk3(v=vs.94).aspx
-    // @cc_on docs: http://msdn.microsoft.com/en-us/library/ie/8ka90k2e(v=vs.94).aspx
-    var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
-    if (jscriptVersion === undefined) {
-      return 11 // IE11+ not in emulation mode
-    }
-    if (jscriptVersion < 9) {
-      return 8 // IE8 (or lower; haven't tested on IE<8)
-    }
-    return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode
-  }
-
-  var ua = window.navigator.userAgent
-  if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) {
-    return // Opera, which might pretend to be IE
-  }
-  var emulated = emulatedIEMajorVersion()
-  if (emulated === null) {
-    return // Not IE
-  }
-  var nonEmulated = actualNonEmulatedIEMajorVersion()
-
-  if (emulated !== nonEmulated) {
-    window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!')
-  }
-})();

+ 0 - 22
js/ie10-viewport-bug-workaround.js

@@ -1,22 +0,0 @@
-/*!
- * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014 Twitter, Inc.
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-
-// See the Getting Started docs for more information:
-// http://getbootstrap.com/getting-started/#support-ie10-width
-
-(function () {
-  'use strict';
-  if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
-    var msViewportStyle = document.createElement('style')
-    msViewportStyle.appendChild(
-      document.createTextNode(
-        '@-ms-viewport{width:auto!important}'
-      )
-    )
-    document.querySelector('head').appendChild(msViewportStyle)
-  }
-})();

+ 0 - 13
js/ie8-responsive-file-warning.js

@@ -1,13 +0,0 @@
-// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
-// IT'S JUST JUNK FOR OUR DOCS!
-// ++++++++++++++++++++++++++++++++++++++++++
-/*!
- * Copyright 2011-2014 Twitter, Inc.
- *
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-// Intended to prevent false-positive bug reports about responsive styling supposedly not working in IE8.
-if (window.location.protocol == 'file:') {
-  window.alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.')
-}

文件差异内容过多而无法显示
+ 0 - 1
js/jquery.min.js


+ 0 - 0
css/bootstrap.min.css → lib/bootstrap/css/bootstrap.min.css


文件差异内容过多而无法显示
+ 0 - 0
lib/bootstrap/css/bootstrap.min.css.map


+ 0 - 0
fonts/glyphicons-halflings-regular.eot → lib/bootstrap/fonts/glyphicons-halflings-regular.eot


+ 0 - 0
fonts/glyphicons-halflings-regular.svg → lib/bootstrap/fonts/glyphicons-halflings-regular.svg


+ 0 - 0
fonts/glyphicons-halflings-regular.ttf → lib/bootstrap/fonts/glyphicons-halflings-regular.ttf


+ 0 - 0
fonts/glyphicons-halflings-regular.woff → lib/bootstrap/fonts/glyphicons-halflings-regular.woff


+ 0 - 0
fonts/glyphicons-halflings-regular.woff2 → lib/bootstrap/fonts/glyphicons-halflings-regular.woff2


+ 0 - 0
js/bootstrap.min.js → lib/bootstrap/js/bootstrap.min.js


+ 13 - 0
lib/bootstrap/js/npm.js

@@ -0,0 +1,13 @@
+// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
+require('../../js/transition.js')
+require('../../js/alert.js')
+require('../../js/button.js')
+require('../../js/carousel.js')
+require('../../js/collapse.js')
+require('../../js/dropdown.js')
+require('../../js/modal.js')
+require('../../js/tooltip.js')
+require('../../js/popover.js')
+require('../../js/scrollspy.js')
+require('../../js/tab.js')
+require('../../js/affix.js')

文件差异内容过多而无法显示
+ 0 - 0
lib/html5shiv/html5shiv.min.js


文件差异内容过多而无法显示
+ 1 - 0
lib/jquery/jquery.min.js


文件差异内容过多而无法显示
+ 4 - 4
lib/respond/respond.min.js


部分文件因为文件数量过多而无法显示