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 2.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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">社区</div>
  8. <a href="https://www.openi.org.cn/html/Club/2019/0227/14.html" class="item">理事会</a>
  9. <a href="https://www.openi.org.cn/html/Club/2019/0227/14.html" class="item">技术委员会</a>
  10. <a href="https://www.openi.org.cn/html/Club/2019/0228/17.html" class="item">加入OpenI</a>
  11. </div>
  12. <div class="column ui vertical text menu">
  13. <div class="header item">动态</div>
  14. <a href="https://www.openi.org.cn/html/news/dongtai/" class="item">社区动态</a>
  15. <a href="https://www.openi.org.cn/html/news/huodong/" class="item">成员动态</a>
  16. <a href="https://www.openi.org.cn/html/news/zixun/" class="item">行业资讯</a>
  17. </div>
  18. <div class="column ui vertical text menu">
  19. <div class="header item">帮助</div>
  20. <a href="https://docs.gitea.io/zh-cn/" class="item">帮助文档</a>
  21. <div class="ui language bottom floating slide up dropdown link item">
  22. <i class="world 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. {{template "custom/extra_links_footer" .}}
  31. </div>
  32. </div>
  33. </div>
  34. <div class="sixteen wide mobile eight wide tablet eight wide computer column" style=" margin:2.0rem 0">
  35. 版权所有:新一代人工智能开源开放平台(OpenI) <a href="http://www.miitbeian.gov.cn/" target="_blank">京ICP备18004880号</a>
  36. <br>
  37. {{.i18n.Tr "powered_by" "鹏城实验室云脑、Trustie、华为云 DevCloud、gitea"}} 构建
  38. <br>
  39. </div>
  40. </div>
  41. </div>
  42. </footer>