From a999eab7e5a5afa8f56b68cd578401f2497b357d Mon Sep 17 00:00:00 2001 From: "zhenjiang.dou" Date: Fri, 30 Dec 2016 16:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contact.php | 17 +++++++---------- core.php | 1 + footer.php | 6 +++--- index.php | 4 ++-- js/{common.js => languages.js} | 13 +------------ legal_cancellation-refund.php | 7 +++---- legal_payment-methods.php | 6 +++--- legal_privacy.php | 7 +++---- legal_terms.php | 6 +++--- locales/lang_zh_CN.properties | 3 ++- login.php | 6 +++--- nav.php | 4 ++-- news.php | 6 +++--- reset_password.php | 6 +++--- signup.php | 6 +++--- 15 files changed, 42 insertions(+), 56 deletions(-) rename js/{common.js => languages.js} (74%) diff --git a/contact.php b/contact.php index 5f9c881..b3adec7 100644 --- a/contact.php +++ b/contact.php @@ -11,12 +11,11 @@ - - + + + + @@ -25,18 +24,16 @@
- +

Contact

If you have any problems or have the need to contact us to ask a question, you can use the integrated support system in your control panel to create a support ticket.

We will reply to your question as soon as possible.

-

For technical support please look at the Knowledge Base

-

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").

+

For technical support please look at the Knowledge Base

-

Address

+

Address

Shanghai China.

diff --git a/core.php b/core.php index f857c30..8117886 100644 --- a/core.php +++ b/core.php @@ -6,6 +6,7 @@ $rooturl = $_SERVER['HTTP_HOST']; $domain = preg_replace('/^www\./', '', $rooturl); $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") { $ch = curl_init(); // 初始化CURL句柄 curl_setopt($ch, CURLOPT_URL, $url); // 设置请求的URL diff --git a/footer.php b/footer.php index b8ab3b9..df4c0f4 100644 --- a/footer.php +++ b/footer.php @@ -15,8 +15,8 @@
- + - + - + diff --git a/index.php b/index.php index a209c1a..b383a71 100644 --- a/index.php +++ b/index.php @@ -11,11 +11,11 @@ - + diff --git a/js/common.js b/js/languages.js similarity index 74% rename from js/common.js rename to js/languages.js index f5f1c8c..fb02a27 100644 --- a/js/common.js +++ b/js/languages.js @@ -22,15 +22,4 @@ jQuery.i18n.properties({ 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; -} \ No newline at end of file +}); \ No newline at end of file diff --git a/legal_cancellation-refund.php b/legal_cancellation-refund.php index a92dc61..2940dff 100644 --- a/legal_cancellation-refund.php +++ b/legal_cancellation-refund.php @@ -13,12 +13,12 @@ - + + + @@ -27,7 +27,6 @@

Cancelation policy & Refund policy

-

Cancelation & refund information

diff --git a/legal_payment-methods.php b/legal_payment-methods.php index c0a563d..3fd753f 100644 --- a/legal_payment-methods.php +++ b/legal_payment-methods.php @@ -13,12 +13,12 @@ - + + + diff --git a/legal_privacy.php b/legal_privacy.php index 955698c..f8dde00 100644 --- a/legal_privacy.php +++ b/legal_privacy.php @@ -13,12 +13,12 @@ - + + + @@ -27,7 +27,6 @@

Privacy Policy

-

Privacy policy information

diff --git a/legal_terms.php b/legal_terms.php index 8213809..e517c76 100644 --- a/legal_terms.php +++ b/legal_terms.php @@ -13,12 +13,12 @@ - + + + diff --git a/locales/lang_zh_CN.properties b/locales/lang_zh_CN.properties index c66de6a..66ebaa0 100644 --- a/locales/lang_zh_CN.properties +++ b/locales/lang_zh_CN.properties @@ -36,4 +36,5 @@ payment_methods = 支付方式 signup_free_hosting = 注册免费空间 remember_me = 记住我 please_login = 请登录 -lost_password = 忘记密码了? \ No newline at end of file +lost_password = 忘记密码了? +address = 地址 \ No newline at end of file diff --git a/login.php b/login.php index 107c3e4..4835fbb 100644 --- a/login.php +++ b/login.php @@ -11,12 +11,12 @@ - + + + diff --git a/nav.php b/nav.php index 8a8fe3a..6b7ae27 100644 --- a/nav.php +++ b/nav.php @@ -2,7 +2,7 @@