add solution

This commit is contained in:
唐钰豆豆 2017-09-11 04:02:26 +08:00
parent bf0b804251
commit 14d7d3663e
7 changed files with 186 additions and 10 deletions

View file

@ -14,8 +14,8 @@
<ul class="legal navbar-right list-inline text-center">
<li class="dropup">
<div class="dropdown-toggle" id="changelanguage" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-globe"></span>
<a href="#"><?php echo $languages[$current_language]; ?></a>
<span class="caret"></span>
</div>
<ul class="dropdown-menu" aria-labelledby="changelanguage">
<?php foreach($languages as $key=>$value) {

View file

@ -2,7 +2,7 @@
$LANG = array(
'language' => 'English',
'home' => 'Home',
'production' => 'Product',
'solution' => 'Solution',
'news' => 'News',
'contact' => 'Contact',
'contact_us' => 'Contact Us',
@ -39,5 +39,18 @@ $LANG = array(
'remember_me' => 'Remember me',
'please_login' => 'Please sign in',
'lost_password' => 'Lost your password?',
'address' => 'Address'
'address' => 'Address',
'host-plan' => 'Host Plan',
'host-plan-free' => 'Free Hosting',
'host-plan-paid' => 'Paid Hosting',
'ftp-accounts' => 'FTP accounts',
'sub-domains' => 'Sub-Domains',
'add-on-domains' => 'Add-on Domains',
'parked-domains' => 'Parked Domains',
'mysql-databases' => 'MySQL Databases',
'disk-quota' => 'Disk Quota',
'bandwidth' => 'Bandwidth',
'daily-hits' => 'Daily Hits Quota',
'host-inodes' => 'Inodes Quota',
'unlimited' => 'Unlimited'
);

View file

@ -2,7 +2,7 @@
$LANG = array(
'language' => 'Chinese_simplified',
'home' => '主页',
'production' => '产品',
'solution' => '方案',
'news' => '新闻',
'contact' => '联系',
'contact_us' => '联系我们',
@ -39,5 +39,18 @@ $LANG = array(
'remember_me' => '记住我',
'please_login' => '请登录',
'lost_password' => '忘记密码了?',
'address' => '地址'
'address' => '地址',
'host-plan' => '主机方案',
'host-plan-free' => '免费主机',
'host-plan-paid' => '收费主机',
'ftp-accounts' => 'FTP账号',
'sub-domains' => '子域名',
'add-on-domains' => '绑定域名',
'parked-domains' => '停放域名',
'mysql-databases' => 'MySQL数据库',
'disk-quota' => '总空间配额',
'bandwidth' => '流量配额',
'daily-hits' => '每日点击配额',
'host-inodes' => '使用Inode配额',
'unlimited' => '无限'
);

View file

@ -2,7 +2,7 @@
$LANG = array(
'language' => 'Chinese_traditional',
'home' => '主頁',
'production' => '產品',
'solution' => '方案',
'news' => '新聞',
'contact' => '聯繫',
'contact_us' => '聯繫我們',
@ -39,6 +39,19 @@ $LANG = array(
'remember_me' => '記住我',
'please_login' => '請登錄',
'lost_password' => '忘記密碼了?',
'address' => '地址'
'address' => '地址',
'host-plan' => '主機方案',
'host-plan-free' => '免費主機',
'host-plan-paid' => '收費主機',
'ftp-accounts' => 'FTP 帳號',
'sub-domains' => '子網域',
'add-on-domains' => '附加網域',
'parked-domains' => '寄放網域',
'mysql-databases' => 'MySQL 資料庫',
'disk-quota' => '磁碟空間額度',
'bandwidth' => '月流量額度',
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
'unlimited' => '無限'
);

View file

@ -2,7 +2,7 @@
$LANG = array(
'language' => 'Chinese_traditional',
'home' => '主頁',
'production' => '產品',
'solution' => '方案',
'news' => '新聞',
'contact' => '聯繫',
'contact_us' => '聯繫我們',
@ -39,6 +39,19 @@ $LANG = array(
'remember_me' => '記住我',
'please_login' => '請登錄',
'lost_password' => '忘記密碼了?',
'address' => '地址'
'address' => '地址',
'host-plan' => '主機方案',
'host-plan-free' => '免費主機',
'host-plan-paid' => '收費主機',
'ftp-accounts' => 'FTP 帳號',
'sub-domains' => '子網域',
'add-on-domains' => '附加網域',
'parked-domains' => '寄放網域',
'mysql-databases' => 'MySQL 資料庫',
'disk-quota' => '磁碟空間額度',
'bandwidth' => '月流量額度',
'daily-hits' => '每日點擊額度',
'host-inodes' => '信息節點額度',
'unlimited' => '無限'
);

View file

@ -19,7 +19,7 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.php"><?php echo $LANG['home']; ?></a></li>
<!--<li><a href="product.php"><?php echo $LANG['production']; ?></a></li>-->
<li><a href="solution.php"><?php echo $LANG['solution']; ?></a></li>
<li><a href="contact.php"><?php echo $LANG['contact']; ?></a></li>
<li><a href="//help.<?=$domain?>"><?php echo $LANG['help']; ?></a></li>
<li class="dropdown">

124
solution.php Normal file
View file

@ -0,0 +1,124 @@
<?php
define('IN_SYS', true);
require_once ("core.php");
?>
<!DOCTYPE html>
<html lang="<?php echo $current_language; ?>">
<head>
<meta charset="utf-8">
<title><?=$title?> - <?php echo $LANG['solution']; ?></title>
<?php include ("headmate.php"); ?>
</head>
<body>
<?php include ("nav.php"); ?>
<div class="container">
<div class="row">
<section class="section-wrap">
<div class="container">
<div class="row">
<div class="hidden-xs col-sm-12 col-md-12 termsHead">
<h1><?php echo $LANG['solution']; ?></h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="list-group">
<div class="list-group-item">
<?php echo $LANG['host-plan-free']; ?>
</div>
<div class="list-group-item">
<span class="badge">1</span>
<?php echo $LANG['ftp-accounts']; ?>
</div>
<div class="list-group-item">
<span class="badge">1</span>
<?php echo $LANG['sub-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge">1</span>
<?php echo $LANG['add-on-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['parked-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge">10</span>
<?php echo $LANG['mysql-databases']; ?>
</div>
<div class="list-group-item">
<span class="badge">10GB (10240MB)</span>
<?php echo $LANG['disk-quota']; ?>
</div>
<div class="list-group-item">
<span class="badge">100GB (102400MB)</span>
<?php echo $LANG['bandwidth']; ?>
</div>
<div class="list-group-item">
<span class="badge">50000</span>
<?php echo $LANG['daily-hits']; ?>
</div>
<div class="list-group-item">
<span class="badge">30019</span>
<?php echo $LANG['host-inodes']; ?>
</div>
<div class="list-group-item text-center">
<a class="btn btn-primary" href="./signup.php" role="button"><?php echo $LANG['signup']; ?></a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="list-group">
<div class="list-group-item">
<?php echo $LANG['host-plan-paid']; ?>
</div>
<div class="list-group-item">
<span class="badge">1</span>
<?php echo $LANG['ftp-accounts']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['sub-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['add-on-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['parked-domains']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['mysql-databases']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['disk-quota']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['bandwidth']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['daily-hits']; ?>
</div>
<div class="list-group-item">
<span class="badge"><?php echo $LANG['unlimited']; ?></span>
<?php echo $LANG['host-inodes']; ?>
</div>
<div class="list-group-item text-center">
<a class="btn btn-primary disabled" href="./signup.php" role="button"><?php echo $LANG['signup']; ?></a>
</div>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
<?php include ("footer.php"); ?>
</body>
</html>