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

3 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="globe 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. <a lang="{{.Lang}}" class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="javascript:;" olang="{{$.Lang}}" lang="{{.Lang}}" >{{.Name}}</a>
  27. {{end}}
  28. </div>
  29. </div>
  30. <script>
  31. ;(function() {
  32. document.addEventListener('DOMContentLoaded', function() {
  33. $('.ui.language .menu .item').on('click', function() {
  34. var lang = $(this).attr('lang');
  35. var oLang = $(this).attr('olang');
  36. if (oLang === lang) return;
  37. var origin = window.location.origin;
  38. var pathname = window.location.pathname;
  39. var search = window.location.search;
  40. var hash = window.location.hash;
  41. var oHref = window.location.href;
  42. var urlSearchParams = new URLSearchParams(search);
  43. urlSearchParams.set('lang', lang);
  44. window.location.href = origin + pathname + '?' + urlSearchParams.toString() + hash;
  45. });
  46. });
  47. })();
  48. </script>
  49. <a href="https://openi.pcl.ac.cn/zeizei/OpenI_Learning" class="item" target="_blank"><i class="compass icon"></i> {{.i18n.Tr "custom.Platform_Tutorial"}} </a>
  50. {{if .EnableSwagger}}<a href="/api/swagger" class="item"><i class="plug icon" ></i> API</a>{{end}}
  51. {{if .IsSigned}}
  52. <a href="https://openi.pcl.ac.cn/zeizei/OpenI_Learning/issues/new" class="item" target="_blank"><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a>
  53. {{else}}
  54. <a href="{{AppSubUrl}}/user/login" class="item"><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a>
  55. {{end}}
  56. <a href="{{AppSubUrl}}/resource_desc" class="item" target="_blank"><i class="server icon"></i> {{.i18n.Tr "custom.resource_description"}}</a>
  57. {{template "custom/extra_links_footer" .}}
  58. </div>
  59. </div>
  60. </div>
  61. <div class="sixteen wide mobile eight wide tablet eight wide computer column" style=" margin:2.0rem 0">
  62. {{.i18n.Tr "custom.foot.copyright"}} <a href="http://beian.miit.gov.cn/" target="_blank">京ICP备18004880号</a>
  63. <br>
  64. {{.i18n.Tr "Powered_by 鹏城实验室云脑、"}}<a href="https://www.trustie.net/" target="_blank">Trustie确实</a>{{.i18n.Tr "、gitea"}}
  65. <br>
  66. </div>
  67. </div>
  68. </div>
  69. </footer>