This commit is contained in:
zhenjiang.dou 2016-12-30 16:24:34 +08:00
parent c235c14b12
commit a999eab7e5
15 changed files with 42 additions and 56 deletions

View file

@ -11,12 +11,11 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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="//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>
<body>
<?php include ("nav.php"); ?>
@ -25,18 +24,16 @@
<section class="section-wrap">
<div class="container">
<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">
<h2>Contact</h2>
<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>
<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 class="col-sm-12 col-md-12">
<h2>Address</h2>
<h2 data-i18n="address">Address</h2>
<p>Shanghai China.</p>
</div>
<div class="col-sm-12 col-md-12">

View file

@ -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

View file

@ -15,8 +15,8 @@
</div>
</footer>
<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="./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/common.js?_=<?=$static_release?>"></script>
<script src="./js/languages.js?_=<?=$static_release?>"></script>

View file

@ -11,11 +11,11 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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]-->
</head>
<body>

View file

@ -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;
}
});

View file

@ -13,12 +13,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>
@ -27,7 +27,6 @@
<section class="section-wrap title">
<div class="container">
<h2 class="text-center">Cancelation policy &amp; Refund policy</h2>
<p class="text-center">Cancelation &amp; refund information</p>
</div>
</section>

View file

@ -13,12 +13,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>

View file

@ -13,12 +13,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>
@ -27,7 +27,6 @@
<section class="section-wrap title">
<div class="container">
<h2 class="text-center">Privacy Policy</h2>
<p class="text-center">Privacy policy information</p>
</div>
</section>

View file

@ -13,12 +13,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>

View file

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

View file

@ -11,12 +11,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>

View file

@ -2,7 +2,7 @@
<div class="container">
<div class="navbar-header">
<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>
@ -20,7 +20,7 @@
<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="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="dropdown-header" data-i18n="legal_information">Legal Information</li>
<li><a href="./legal_terms.php" data-i18n="tos">Terms of Service</a></li>

View file

@ -11,12 +11,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>

View file

@ -16,12 +16,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>

View file

@ -12,12 +12,12 @@
<meta name="description" content="<?=$description?>">
<meta name="author" content="<?=$author?>">
<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]>
<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="//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>
<body>
<?php include ("nav.php"); ?>