2015-03-08 01:42:13 +05:30
|
|
|
</div>
|
2015-08-09 20:15:38 +05:30
|
|
|
<footer>
|
|
|
|
<div class="ui container">
|
2015-03-08 01:42:13 +05:30
|
|
|
<div class="ui left">
|
|
|
|
© 2015 Gogs · {{.i18n.Tr "version"}}: {{AppVer}} · {{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> · {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>
|
|
|
|
</div>
|
|
|
|
<div class="ui right links">
|
2015-03-23 19:49:19 +05:30
|
|
|
{{if .ShowFooterBranding}}
|
2015-03-20 12:50:05 +05:30
|
|
|
<a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a>
|
|
|
|
<a target="_blank" href="https://twitter.com/gogitservice"><i class="fa fa-twitter"></i><span class="sr-only">Twitter</span></a>
|
|
|
|
<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>
|
|
|
|
<a target="_blank" href="http://weibo.com/gogschina"><i class="fa fa-weibo"></i><span class="sr-only">Sina Weibo</span></a>
|
2015-03-23 19:49:19 +05:30
|
|
|
{{end}}
|
2015-07-07 22:39:03 +05:30
|
|
|
<div class="ui language bottom pointing slide up dropdown link item">
|
2015-03-08 01:42:13 +05:30
|
|
|
<i class="world icon"></i>
|
|
|
|
<div class="text">{{.LangName}}</div>
|
|
|
|
<div class="menu">
|
|
|
|
{{range .AllLangs}}
|
|
|
|
<a class="item {{if eq $.Lang .Lang}}active selected{{end}}" href="{{if eq $.Lang .Lang}}#{{else}}{{$.Link}}?lang={{.Lang}}{{end}}">{{.Name}}</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a target="_blank" href="http://gogs.io">{{.i18n.Tr "website"}}</a>
|
|
|
|
<span class="version">{{GoVer}}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2014-03-03 20:10:22 +05:30
|
|
|
</body>
|
2014-02-18 05:08:50 +05:30
|
|
|
</html>
|