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_content.tmpl 3.1 kB

3 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <footer>
  2. <div class="ui container">
  3. <div class="ui grid">
  4. <div class="sixteen wide mobile eight wide tablet eight wide computer column">
  5. <div class="ui three column grid">
  6. <div class="column ui vertical text menu">
  7. <div class="header item">{{.i18n.Tr "custom.head.community"}}</div>
  8. <a href="https://openi.org.cn/html/Club/2019/0227/14.html" class="item">{{.i18n.Tr "custom.foot.council"}}</a>
  9. <a href="https://openi.org.cn/html/Club/2019/0227/14.html" class="item">{{.i18n.Tr "custom.foot.technical_committee"}}</a>
  10. <a href="https://openi.org.cn/html/Club/2019/0228/17.html" class="item">{{.i18n.Tr "custom.foot.join"}}</a>
  11. <a href="{{AppSubUrl}}/home/term/" class="item">{{.i18n.Tr "custom.foot.agreement"}}</a>
  12. </div>
  13. <div class="column ui vertical text menu">
  14. <div class="header item">{{.i18n.Tr "custom.foot.news"}}</div>
  15. <a href="https://openi.org.cn/html/news/dongtai/" class="item">{{.i18n.Tr "custom.foot.community_news"}}</a>
  16. <a href="https://openi.org.cn/html/news/huodong/" class="item">{{.i18n.Tr "custom.foot.member_news"}}</a>
  17. <a href="https://openi.org.cn/html/news/zixun/" class="item">{{.i18n.Tr "custom.foot.industry_advisory"}}</a>
  18. </div>
  19. <div class="column ui vertical text menu">
  20. <div class="header item">{{.i18n.Tr "custom.foot.help"}}</div>
  21. <div class="ui language bottom floating slide up dropdown link item">
  22. <i class="globe icon"></i>
  23. <div class="text">{{.LangName}}</div>
  24. <div class="menu">
  25. {{range .AllLangs}}
  26. <a lang="{{.Lang}}" class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
  27. {{end}}
  28. </div>
  29. </div>
  30. <a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="item" target="_blank"><i class="compass icon" ></i> {{.i18n.Tr "custom.Platform_Tutorial"}}</a>
  31. {{if .EnableSwagger}}<a href="/api/swagger" class="item"><i class="plug icon"></i> API</a>{{end}}
  32. {{if .IsSigned}}
  33. <a href="https://git.openi.org.cn/zeizei/OpenI_Learning/issues/new" class="item" target="_blank"><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a>
  34. {{else}}
  35. <a href="{{AppSubUrl}}/user/login" class="item"><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a>
  36. {{end}}
  37. <a href="{{AppSubUrl}}/resource_desc" class="item" target="_blank"><i class="server icon"></i> {{.i18n.Tr "custom.resource_description"}}</a>
  38. {{template "custom/extra_links_footer" .}}
  39. </div>
  40. </div>
  41. </div>
  42. <div class="sixteen wide mobile eight wide tablet eight wide computer column" style=" margin:2.0rem 0">
  43. {{.i18n.Tr "custom.foot.copyright"}} <a href="http://beian.miit.gov.cn/" target="_blank">京ICP备18004880号</a>
  44. <br>
  45. {{.i18n.Tr "Powered_by 鹏城实验室云脑、中国算力网(C²NET)、"}}<a href="https://www.trustie.net/" target="_blank">Trustie确实</a>{{.i18n.Tr "、Gitea"}}
  46. <br>
  47. </div>
  48. </div>
  49. </div>
  50. </footer>