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.

navbar.tmpl 2.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <div class="tablet only mobile only sixteen wide mobile sixteen wide tablet column row">
  2. <div class="ui secondary pointing tabular top attached borderless menu navbar">
  3. <a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos/square">
  4. {{svg "octicon-repo" 16}} {{.i18n.Tr "explore.repos"}}
  5. </a>
  6. <a class="{{if .PageIsDatasets}}active{{end}} item" href="{{AppSubUrl}}/explore/datasets">
  7. {{svg "octicon-inbox" 16}} {{.i18n.Tr "datasets"}}
  8. </a>
  9. {{/* <a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
  10. {{svg "octicon-person" 16}} {{.i18n.Tr "explore.users"}}
  11. </a> */}}
  12. <a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations">
  13. {{svg "octicon-organization" 16}} {{.i18n.Tr "explore.organizations"}}
  14. </a>
  15. {{/* {{if .IsRepoIndexerEnabled}}
  16. <a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
  17. {{svg "octicon-code" 16}} {{.i18n.Tr "explore.code"}}
  18. </a>
  19. {{end}} */}}
  20. </div>
  21. </div>
  22. <!--平板、移动端-->
  23. <div class="computer only three wide computer column">
  24. <div class="ui grid">
  25. <div class="sixteen wide column ui secondary sticky pointing tabular vertical menu">
  26. <a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos/square">
  27. {{svg "octicon-repo" 16}} {{.i18n.Tr "explore.repos"}}
  28. </a>
  29. <a class="{{if .PageIsDatasets}}active{{end}} item" href="{{AppSubUrl}}/explore/datasets">
  30. {{svg "octicon-inbox" 16}} {{.i18n.Tr "datasets"}}
  31. </a>
  32. <a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
  33. {{svg "octicon-person" 16}} {{.i18n.Tr "explore.users"}}
  34. </a>
  35. <a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations">
  36. {{svg "octicon-organization" 16}} {{.i18n.Tr "explore.organizations"}}
  37. </a>
  38. {{/* {{if .IsRepoIndexerEnabled}}
  39. <a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
  40. {{svg "octicon-code" 16}} {{.i18n.Tr "explore.code"}}
  41. </a>
  42. {{end}} */}}
  43. </div>
  44. </div>
  45. </div>
  46. <!--电脑、宽屏-->