You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <footer>
- <div class="ui container">
- <div class="ui grid">
- <div class="sixteen wide mobile eight wide tablet eight wide computer column">
- <div class="ui three column grid">
- <div class="column ui vertical text menu">
- <div class="header item">{{.i18n.Tr "custom.head.community"}}</div>
- <a href="https://www.openi.org.cn/html/Club/2019/0227/14.html" class="item">{{.i18n.Tr "custom.foot.council"}}</a>
- <a href="https://www.openi.org.cn/html/Club/2019/0227/14.html" class="item">{{.i18n.Tr "custom.foot.technical_committee"}}</a>
- <a href="https://www.openi.org.cn/html/Club/2019/0228/17.html" class="item">{{.i18n.Tr "custom.foot.join"}}</a>
- </div>
- <div class="column ui vertical text menu">
- <div class="header item">{{.i18n.Tr "custom.foot.news"}}</div>
- <a href="https://www.openi.org.cn/html/news/dongtai/" class="item">{{.i18n.Tr "custom.foot.community_news"}}</a>
- <a href="https://www.openi.org.cn/html/news/huodong/" class="item">{{.i18n.Tr "custom.foot.member_news"}}</a>
- <a href="https://www.openi.org.cn/html/news/zixun/" class="item">{{.i18n.Tr "custom.foot.industry_advisory"}}</a>
- </div>
- <div class="column ui vertical text menu">
- <div class="header item">{{.i18n.Tr "custom.foot.help"}}</div>
- <div class="ui language bottom floating slide up dropdown link item">
- <i class="world icon"></i>
- <div class="text">{{.LangName}}</div>
- <div class="menu">
- {{range .AllLangs}}
- <a lang="{{.Lang}}" class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
- {{end}}
- </div>
- </div>
- {{template "custom/extra_links_footer" .}}
- </div>
- </div>
- </div>
- <div class="sixteen wide mobile eight wide tablet eight wide computer column" style=" margin:2.0rem 0">
- {{.i18n.Tr "custom.foot.copyright"}} <a href="http://www.miitbeian.gov.cn/" target="_blank">京ICP备18004880号</a>
- <br>
- {{.i18n.Tr "powered_by" "鹏城实验室云脑、Trustie、华为云 DevCloud、gitea"}}
- <br>
- </div>
- </div>
- </div>
- <div class="ui right links">
- {{if .ShowFooterBranding}}
- <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a>
- {{end}}
- <div class="ui language bottom floating slide up dropdown link item">
- <i class="world icon"></i>
- <div class="text">{{.LangName}}</div>
- <div class="menu">
- {{range .AllLangs}}
- <a lang="{{.Lang}}" class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
- {{end}}
- </div>
- </div>
- {{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
- <a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.i18n.Tr "website"}}</a>
- {{template "custom/extra_links_footer" .}}
- {{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}}
- </div>
- </footer>
|