From fca6ddda3bfa7c81b46814ee9eee100d6169a870 Mon Sep 17 00:00:00 2001 From: wangjr Date: Thu, 20 Jan 2022 12:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E4=B8=B2=E4=B8=8D=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/org/home_courses.tmpl | 97 +++++++---------------------------------- 1 file changed, 15 insertions(+), 82 deletions(-) diff --git a/templates/org/home_courses.tmpl b/templates/org/home_courses.tmpl index 70ea9b421..e5ab51aa7 100644 --- a/templates/org/home_courses.tmpl +++ b/templates/org/home_courses.tmpl @@ -84,22 +84,6 @@
{{/* overflow: auto is the clearfix - this avoids the image going beyond the container where it is supposed to stay inside. */}} -
@@ -107,7 +91,6 @@
{{.Org.DisplayName}} -
{{if .Org.Description}}

{{.Org.Description}}

{{end}} @@ -120,23 +103,7 @@
- {{template "org/navber_course" .}} - - - + {{template "org/navber_course" .}}
@@ -148,11 +115,13 @@
全部关键字 + {{range .CoursesKeywords}} - - - {{.}} - + {{if ne . ""}} + + {{.}} + + {{end}} {{end}}
@@ -174,11 +143,6 @@
- {{template "org/course_list" .}} {{template "base/paginate" .}}
@@ -190,9 +154,6 @@ - - -
@@ -209,9 +170,9 @@ {{.Alias}}

{{if ne .CreatorID 0}} - 贡献者:{{.Creator.Name}} + 贡献者:{{.Creator.Name}} {{else}} - 贡献者:{{.Owner.Name}} + 贡献者:{{.Owner.Name}} {{end}}

@@ -229,9 +190,6 @@ - - -
{{$isMember := .IsOrganizationMember}} @@ -311,30 +269,6 @@ {{template "base/footer" .}}