* Adjust code.

This commit is contained in:
pengjiangxiu
2017-07-24 14:05:18 +08:00
parent e6ab3c3fa0
commit c555c79de7
7 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -149,9 +149,9 @@ $lang->bug->applyTemplate = '应用模板';
$lang->bug->confirmDeleteTemplate = '您确认要删除该模板吗?';
/* 模板。*/
$lang->bug->tplStep = "<p>[步骤]</p>\n";
$lang->bug->tplResult = "<p>[结果]</p>\n";
$lang->bug->tplExpect = "<p>[期望]</p>";
$lang->bug->tplStep = "<p>[步骤]</p>";
$lang->bug->tplResult = "</br><p>[结果]</p>";
$lang->bug->tplExpect = "</br><p>[期望]</p>";
/* 各个字段取值列表。*/
$lang->bug->severityList[3] = '3';
+1 -1
View File
@@ -43,7 +43,7 @@ $lang->productplan->title = 'Title';
$lang->productplan->desc = 'Description';
$lang->productplan->begin = 'Begin';
$lang->productplan->end = 'End';
$lang->productplan->last = 'Last Release';
$lang->productplan->last = 'Last plan';
$lang->productplan->endList[7] = '1 Week';
$lang->productplan->endList[14] = '1 Weeks';
+1 -1
View File
@@ -43,7 +43,7 @@ $lang->productplan->title = '名称';
$lang->productplan->desc = '描述';
$lang->productplan->begin = '开始日期';
$lang->productplan->end = '结束日期';
$lang->productplan->last = '上次发布';
$lang->productplan->last = '上次计划';
$lang->productplan->endList[7] = '一星期';
$lang->productplan->endList[14] = '两星期';
+1 -1
View File
@@ -43,7 +43,7 @@ $lang->productplan->title = '名稱';
$lang->productplan->desc = '描述';
$lang->productplan->begin = '開始日期';
$lang->productplan->end = '結束日期';
$lang->productplan->last = '上次發佈';
$lang->productplan->last = '上次計劃';
$lang->productplan->endList[7] = '一星期';
$lang->productplan->endList[14] = '兩星期';
+1 -1
View File
@@ -12,7 +12,7 @@
$lang->sso = new stdclass();
$lang->sso->settings = '配置';
$lang->sso->turnon = '是否打开';
$lang->sso->redirect = '自动跳转然之';
$lang->sso->redirect = '自动跳回然之';
$lang->sso->code = '代号';
$lang->sso->key = '密钥';
$lang->sso->addr = '接口地址';
+1 -1
View File
@@ -12,7 +12,7 @@
$lang->sso = new stdclass();
$lang->sso->settings = '配置';
$lang->sso->turnon = '是否打開';
$lang->sso->redirect = '自動跳轉然之';
$lang->sso->redirect = '自動跳回然之';
$lang->sso->code = '代號';
$lang->sso->key = '密鑰';
$lang->sso->addr = '介面地址';
+3 -2
View File
@@ -1,6 +1,7 @@
<?php
error_reporting(E_ALL);
date_default_timezone_set('Asia/Shanghai');
$config = new stdclass();
include '../framework/helper.class.php';
include '../config/config.php';
@@ -103,7 +104,7 @@ else
<div class='alert alert-info'><strong><?php echo $lang->misc->repairTable;?></strong></div>
<div class='container mw-700px'>
<?php if($status == 'createFile'):?>
<div class='panel-body'>
<div class='panel-body' style='margin-left:25%;'>
<?php
$checkFileName = $_SESSION['checkFileName'];
if(!($_SERVER['SERVER_ADDR'] == '127.0.0.1' or filter_var($_SERVER['SERVER_ADDR'], FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE) === false))
@@ -112,8 +113,8 @@ else
}
printf($lang->misc->noticeRepair, $checkFileName);
?>
</div>
<p><a href='<?php echo $config->webRoot . 'checktable.php';?>' class='btn'><i class='icon-refresh'></i></a></p>
</div>
<?php elseif($status == 'check'):?>
<div class='panel'>
<table class='table table-form'>