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_fluid.tmpl 2.3 kB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <footer>
  2. <div class="ui fluid container" style="padding: 0px 10px;">
  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. </div>
  12. <div class="column ui vertical text menu">
  13. <div class="header item">{{.i18n.Tr "custom.foot.news"}}</div>
  14. <a href="https://openi.org.cn/html/news/dongtai/" class="item">{{.i18n.Tr "custom.foot.community_news"}}</a>
  15. <a href="https://openi.org.cn/html/news/huodong/" class="item">{{.i18n.Tr "custom.foot.member_news"}}</a>
  16. <a href="https://openi.org.cn/html/news/zixun/" class="item">{{.i18n.Tr "custom.foot.industry_advisory"}}</a>
  17. </div>
  18. <div class="column ui vertical text menu">
  19. <div class="header item">{{.i18n.Tr "custom.foot.help"}}</div>
  20. <div class="ui language bottom floating slide up dropdown link item">
  21. <i class="world icon"></i>
  22. <div class="text">{{.LangName}}</div>
  23. <div class="menu">
  24. {{range .AllLangs}}
  25. <a lang="{{.Lang}}" class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
  26. {{end}}
  27. </div>
  28. </div>
  29. {{if .EnableSwagger}}<a href="/api/swagger" class="ui item">API</a>{{end}}
  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. {{.i18n.Tr "custom.foot.copyright"}} <a href="http://beian.miit.gov.cn/" target="_blank">京ICP备18004880号</a>
  36. <br>
  37. {{.i18n.Tr "Powered_by 鹏城实验室云脑、"}}<a href="https://www.trustie.net/" target="_blank">Trustie确实</a>{{.i18n.Tr "、gitea"}}
  38. <br>
  39. </div>
  40. </div>
  41. </div>
  42. </footer>