zhenjiang.dou 8 년 전
부모
커밋
a999eab7e5
15개의 변경된 파일42개의 추가작업 그리고 56개의 파일을 삭제
  1. 7 10
      contact.php
  2. 1 0
      core.php
  3. 3 3
      footer.php
  4. 2 2
      index.php
  5. 1 12
      js/languages.js
  6. 3 4
      legal_cancellation-refund.php
  7. 3 3
      legal_payment-methods.php
  8. 3 4
      legal_privacy.php
  9. 3 3
      legal_terms.php
  10. 2 1
      locales/lang_zh_CN.properties
  11. 3 3
      login.php
  12. 2 2
      nav.php
  13. 3 3
      news.php
  14. 3 3
      reset_password.php
  15. 3 3
      signup.php

+ 7 - 10
contact.php

@@ -11,12 +11,11 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
-    <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
-    <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
+    <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet">
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>
@@ -25,18 +24,16 @@
         <section class="section-wrap">
         <section class="section-wrap">
             <div class="container">
             <div class="container">
                 <div class="row">
                 <div class="row">
-                    <div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1>Contact Us</h1></div>
+                    <div class="hidden-xs col-sm-12 col-md-12 termsHead"><h1 data-i18n="contact_us">Contact Us</h1></div>
                     <div class="col-sm-12 col-md-12">
                     <div class="col-sm-12 col-md-12">
                         <h2>Contact</h2>
                         <h2>Contact</h2>
                         <p>If you have any problems or have the need to contact us to ask a question, 
                         <p>If you have any problems or have the need to contact us to ask a question, 
                         you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
                         you can use the <span>integrated support system</span> in your control panel to create a support ticket.</p>
                         <p>We will reply to your question as soon as possible.</p>
                         <p>We will reply to your question as soon as possible.</p>
-                        <p>For technical support please look at the <a href="http://byet.net/forumdisplay.php?f=28">Knowledge Base</a></p>
-                        <p>This Privacy Policy governs the manner in which IFastNet LTD collects, uses, maintains and
-                            discloses information collected from users of this Web site (each, a "User").</p>
+                        <p>For technical support please look at the <a href="http://byet.net/forumdisplay.php?f=28" target="_blank">Knowledge Base</a></p>
                     </div>
                     </div>
                     <div class="col-sm-12 col-md-12">
                     <div class="col-sm-12 col-md-12">
-                        <h2>Address</h2>
+                        <h2 data-i18n="address">Address</h2>
                         <p>Shanghai China.</p>
                         <p>Shanghai China.</p>
                     </div>
                     </div>
                     <div class="col-sm-12 col-md-12">
                     <div class="col-sm-12 col-md-12">

+ 1 - 0
core.php

@@ -6,6 +6,7 @@
     $rooturl = $_SERVER['HTTP_HOST'];
     $rooturl = $_SERVER['HTTP_HOST'];
     $domain = preg_replace('/^www\./', '', $rooturl);
     $domain = preg_replace('/^www\./', '', $rooturl);
     $static_release = "crogram_build_20161230";
     $static_release = "crogram_build_20161230";
+    $static_bootstrap_css = "ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css";
     function curlrequest($url, $data, $method="post") {
     function curlrequest($url, $data, $method="post") {
         $ch = curl_init(); // 初始化CURL句柄
         $ch = curl_init(); // 初始化CURL句柄
         curl_setopt($ch, CURLOPT_URL, $url); // 设置请求的URL
         curl_setopt($ch, CURLOPT_URL, $url); // 设置请求的URL

+ 3 - 3
footer.php

@@ -15,8 +15,8 @@
     </div>
     </div>
 </footer>
 </footer>
 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
+<script src="//ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js"></script>
 <!--<script src="//cdn.bootcss.com/jquery.pjax/1.9.6/jquery.pjax.min.js"></script>-->
 <!--<script src="//cdn.bootcss.com/jquery.pjax/1.9.6/jquery.pjax.min.js"></script>-->
-<script src="./js/ie10-viewport-bug-workaround.js"></script>
+<!--[if IE]><script src="./js/ie10-viewport-bug-workaround.js"></script><![endif]-->
 <script src="./js/jquery.i18n.properties.min.js"></script>
 <script src="./js/jquery.i18n.properties.min.js"></script>
-<script src="./js/common.js?_=<?=$static_release?>"></script>
+<script src="./js/languages.js?_=<?=$static_release?>"></script>

+ 2 - 2
index.php

@@ -11,11 +11,11 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
     <script src="//ajax.aspnetcdn.com/ajax/respond/1.4.2/respond.min.js"></script><![endif]-->
     <script src="//ajax.aspnetcdn.com/ajax/respond/1.4.2/respond.min.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>

+ 1 - 12
js/common.js → js/languages.js

@@ -22,15 +22,4 @@ jQuery.i18n.properties({
             jQuery("input[name=language]").attr("value", jQuery.i18n.map["language"])
             jQuery("input[name=language]").attr("value", jQuery.i18n.map["language"])
         }
         }
     }
     }
-});
-// if (window.location.pathname == "/legal_payment-methods.php") {
-//     console.log('aaaaaaaa');
-// }
-switch (window.location.pathname) {
-    case "/legal_terms.php":
-        console.log('legal_terms');
-        break;
-    case "/legal_payment-methods.php":
-        console.log('legal_payment-methods');
-        break;
-}
+});

+ 3 - 4
legal_cancellation-refund.php

@@ -13,12 +13,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>
@@ -27,7 +27,6 @@
         <section class="section-wrap title">
         <section class="section-wrap title">
             <div class="container">
             <div class="container">
                 <h2 class="text-center">Cancelation policy &amp; Refund policy</h2>
                 <h2 class="text-center">Cancelation policy &amp; Refund policy</h2>
-
                 <p class="text-center">Cancelation &amp; refund information</p>
                 <p class="text-center">Cancelation &amp; refund information</p>
             </div>
             </div>
         </section>
         </section>

+ 3 - 3
legal_payment-methods.php

@@ -13,12 +13,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>

+ 3 - 4
legal_privacy.php

@@ -13,12 +13,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>
@@ -27,7 +27,6 @@
         <section class="section-wrap title">
         <section class="section-wrap title">
             <div class="container">
             <div class="container">
                 <h2 class="text-center">Privacy Policy</h2>
                 <h2 class="text-center">Privacy Policy</h2>
-
                 <p class="text-center">Privacy policy information</p>
                 <p class="text-center">Privacy policy information</p>
             </div>
             </div>
         </section>
         </section>

+ 3 - 3
legal_terms.php

@@ -13,12 +13,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>

+ 2 - 1
locales/lang_zh_CN.properties

@@ -36,4 +36,5 @@ payment_methods = 支付方式
 signup_free_hosting = 注册免费空间
 signup_free_hosting = 注册免费空间
 remember_me = 记住我
 remember_me = 记住我
 please_login = 请登录
 please_login = 请登录
-lost_password = 忘记密码了?
+lost_password = 忘记密码了?
+address = 地址

+ 3 - 3
login.php

@@ -11,12 +11,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>

+ 2 - 2
nav.php

@@ -2,7 +2,7 @@
     <div class="container">
     <div class="container">
         <div class="navbar-header">
         <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
-                <span class="sr-only">Toggle navigation</span>
+                <span class="sr-only">Navigation</span>
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
@@ -20,7 +20,7 @@
                         <li><a href="javascript:void(0)" data-i18n="home">home</a></li>
                         <li><a href="javascript:void(0)" data-i18n="home">home</a></li>
                         <li><a href="javascript:void(0)" data-i18n="other">Another action</a></li>
                         <li><a href="javascript:void(0)" data-i18n="other">Another action</a></li>
                         <li><a href="javascript:void(0)" data-i18n="home">Something else here</a></li>
                         <li><a href="javascript:void(0)" data-i18n="home">Something else here</a></li>
-                        <li><a href="javascript:void(0)" onclick="turnPage('http://www.baidu.com')" data-i18n="tos">Terms of service</a></li>
+                        <li><a href="javascript:void(0)" data-i18n="tos">Terms of service</a></li>
                         <li class="divider"></li>
                         <li class="divider"></li>
                         <li class="dropdown-header" data-i18n="legal_information">Legal Information</li>
                         <li class="dropdown-header" data-i18n="legal_information">Legal Information</li>
                         <li><a href="./legal_terms.php" data-i18n="tos">Terms of Service</a></li>
                         <li><a href="./legal_terms.php" data-i18n="tos">Terms of Service</a></li>

+ 3 - 3
news.php

@@ -11,12 +11,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>

+ 3 - 3
reset_password.php

@@ -16,12 +16,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>

+ 3 - 3
signup.php

@@ -12,12 +12,12 @@
     <meta name="description" content="<?=$description?>">
     <meta name="description" content="<?=$description?>">
     <meta name="author" content="<?=$author?>">
     <meta name="author" content="<?=$author?>">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
     <link href="favicon.ico?_=<?=$static_release?>" rel="icon">
-    <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+    <link href="//<?=$static_bootstrap_css?>" rel="stylesheet">
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <link href="./css/style.css?_=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
     <script src="./js/ie-emulation-modes-warning.js"></script><!--[if lt IE 9]>
-    <script src="//cdn.bootcss.com/html5shiv/3.7.0/html5shiv.js"></script>
-    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]-->
+    <script src="//apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
+    <script src="//apps.bdimg.com/libs/respond.js/1.4.2/respond.js"></script><![endif]-->
 </head>
 </head>
 <body>
 <body>
 <?php include ("nav.php"); ?>
 <?php include ("nav.php"); ?>