本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

39 lines
1.1KB

  1. {{template "base/head" .}}
  2. <div class="explore users">
  3. {{template "explore/navbar" .}}
  4. <div class="ui container">
  5. {{template "explore/search" .}}
  6. <div class="ui user list">
  7. {{range .Users}}
  8. <div class="item">
  9. <img class="ui avatar image" src="{{.RelAvatarLink}}">
  10. <div class="content">
  11. <span class="header">
  12. <a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}
  13. {{if .Visibility.IsPrivate}}
  14. <span class="text gold"><i class="octicon octicon-lock"></i></span>
  15. {{end}}
  16. </span>
  17. <div class="description">
  18. {{if .Location}}
  19. <i class="octicon octicon-location"></i> {{.Location}}
  20. {{end}}
  21. {{if and .Website}}
  22. <i class="octicon octicon-link"></i>
  23. <a href="{{.Website}}" rel="nofollow">{{.Website}}</a>
  24. {{end}}
  25. <i class="octicon octicon-clock"></i> {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}
  26. </div>
  27. </div>
  28. </div>
  29. {{else}}
  30. <div>{{$.i18n.Tr "explore.org_no_results"}}</div>
  31. {{end}}
  32. </div>
  33. {{template "base/paginate" .}}
  34. </div>
  35. </div>
  36. {{template "base/footer" .}}
上海开阖软件有限公司 沪ICP备12045867号-1