You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.2 KiB

9 years ago
9 years ago
9 years ago
  1. </div>
  2. <footer>
  3. <div class="ui container">
  4. <div class="ui left">
  5. © 2015 Gogs · {{.i18n.Tr "version"}}: {{AppVer}} · {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> · {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>
  6. </div>
  7. <div class="ui right links">
  8. {{if .ShowFooterBranding}}
  9. <a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a>
  10. <a target="_blank" href="https://twitter.com/gogitservice"><i class="fa fa-twitter"></i><span class="sr-only">Twitter</span></a>
  11. <a target="_blank" href="https://plus.google.com/communities/115599856376145964459"><i class="fa fa-google-plus"></i><span class="sr-only">Google Plus</span></a>
  12. <a target="_blank" href="http://weibo.com/gogschina"><i class="fa fa-weibo"></i><span class="sr-only">Sina Weibo</span></a>
  13. {{end}}
  14. <div class="ui language bottom pointing slide up dropdown link item">
  15. <i class="world icon"></i>
  16. <div class="text">{{.LangName}}</div>
  17. <div class="menu">
  18. {{range .AllLangs}}
  19. <a class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
  20. {{end}}
  21. </div>
  22. </div>
  23. <a target="_blank" href="http://gogs.io">{{.i18n.Tr "website"}}</a>
  24. <span class="version">{{GoVer}}</span>
  25. </div>
  26. </div>
  27. </footer>
  28. </body>
  29. <!-- Third-party libraries -->
  30. {{if .RequireHighlightJS}}
  31. <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-8.7/default.css">
  32. <script src="{{AppSubUrl}}/js/libs/highlight-8.7.pack.js"></script>
  33. {{end}}
  34. {{if .RequireMinicolors}}
  35. <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.minicolors-2.1.12.css">
  36. <script src="{{AppSubUrl}}/js/libs/jquery.minicolors-2.1.12.min.js"></script>
  37. {{end}}
  38. {{if .RequireDatetimepicker}}
  39. <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.datetimepicker-2.4.5.css">
  40. <script src="{{AppSubUrl}}/js/libs/jquery.datetimepicker-2.4.5.js"></script>
  41. {{end}}
  42. {{if .RequireDropzone}}
  43. <link rel="stylesheet" href="{{AppSubUrl}}/css/dropzone-4.0.1.css">
  44. <script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script>
  45. {{end}}
  46. </html>