Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1409/head
zouap 3 years ago
parent
commit
5a4d8c7f20
4 changed files with 4 additions and 3 deletions
  1. +1
    -0
      options/locale/locale_zh-CN.ini
  2. +1
    -1
      templates/base/head_navbar_fluid.tmpl
  3. +1
    -1
      templates/base/head_navbar_home.tmpl
  4. +1
    -1
      templates/base/head_navbar_pro.tmpl

+ 1
- 0
options/locale/locale_zh-CN.ini View File

@@ -2707,6 +2707,7 @@ error.unit_not_allowed=您没有权限访问此项目单元
head.community=启智社区
head.project=项目
head.openi=启智项目
head.openi.repo = 启智项目
head.dataset=数据集
foot.council=理事会
foot.technical_committee=技术委员会


+ 1
- 1
templates/base/head_navbar_fluid.tmpl View File

@@ -42,7 +42,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}


+ 1
- 1
templates/base/head_navbar_home.tmpl View File

@@ -34,7 +34,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}


+ 1
- 1
templates/base/head_navbar_pro.tmpl View File

@@ -44,7 +44,7 @@
{{if .IsOperator}}
<a class="item" href="{{AppSubUrl}}/explore/data_analysis">{{.i18n.Tr "explore.data_analysis"}}</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi"}}</a>
<a class="item" href="{{AppSubUrl}}/OpenI">{{.i18n.Tr "custom.head.openi.repo"}}</a>
</div>
</div>
{{else if .IsLandingPageHome}}


Loading…
Cancel
Save