head.tmpl 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <!DOCTYPE html>
  2. <html>
  3. <head data-suburl="{{AppSubUrl}}">
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6. <meta name="author" content="Gogs - Go Git Service" />
  7. <meta name="description" content="Gogs (Go Git Service) is a painless self-hosted Git service written in Go" />
  8. <meta name="keywords" content="go, git, self-hosted, gogs">
  9. <meta name="referrer" content="no-referrer" />
  10. <meta name="_csrf" content="{{.CsrfToken}}" />
  11. <meta name="_suburl" content="{{AppSubUrl}}" />
  12. {{if .GoGetImport}}
  13. <meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
  14. <meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
  15. {{end}}
  16. <link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
  17. <script src="{{AppSubUrl}}/js/jquery-1.11.3.min.js"></script>
  18. <link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.5.0/css/font-awesome.min.css">
  19. <link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.4.1/octicons.css">
  20. {{if .RequireSimpleMDE}}
  21. <link rel="stylesheet" href="{{AppSubUrl}}/plugins/simplemde-1.10.0/simplemde.min.css">
  22. <script src="{{AppSubUrl}}/plugins/simplemde-1.10.0/simplemde.min.js"></script>
  23. {{end}}
  24. <!-- Stylesheet -->
  25. <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.8.min.css">
  26. <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">
  27. <!-- JavaScript -->
  28. <script src="{{AppSubUrl}}/js/semantic-2.1.8.min.js"></script>
  29. <script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
  30. <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
  31. </head>
  32. <body>
  33. <div class="full height">
  34. <noscript>Please enable JavaScript in your browser!</noscript>
  35. {{if not .PageIsInstall}}
  36. <div class="following bar light">
  37. <div class="ui container">
  38. <div class="ui grid">
  39. <div class="column">
  40. <div class="ui top secondary menu">
  41. <a class="item brand" href="{{AppSubUrl}}/">
  42. <img class="ui mini image" src="{{AppSubUrl}}/img/favicon.png">
  43. </a>
  44. {{if .IsSigned}}
  45. <a class="item{{if .PageIsDashboard}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "dashboard"}}</a>
  46. <a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubUrl}}/issues">{{.i18n.Tr "issues"}}</a>
  47. <a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubUrl}}/pulls">{{.i18n.Tr "pull_requests"}}</a>
  48. {{else}}
  49. <a class="item{{if .PageIsHome}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "home"}}</a>
  50. {{end}}
  51. <a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore">{{.i18n.Tr "explore"}}</a>
  52. {{/*<div class="item">
  53. <div class="ui icon input">
  54. <input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}">
  55. <i class="search icon"></i>
  56. </div>
  57. </div>*/}}
  58. {{if .IsSigned}}
  59. <div class="right menu">
  60. <div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
  61. <span class="text">
  62. <i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>
  63. <i class="octicon octicon-triangle-down"></i>
  64. </span>
  65. <div class="menu">
  66. <a class="item" href="{{AppSubUrl}}/repo/create">
  67. <i class="icon octicon octicon-repo-create"></i> {{.i18n.Tr "new_repo"}}
  68. </a>
  69. <a class="item" href="{{AppSubUrl}}/repo/migrate">
  70. <i class="icon octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
  71. </a>
  72. <a class="item" href="{{AppSubUrl}}/org/create">
  73. <i class="icon octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
  74. </a>
  75. </div><!-- end content create new menu -->
  76. </div><!-- end dropdown menu create new -->
  77. <div class="ui dropdown head link jump item poping up" tabindex="-1" data-content="{{.i18n.Tr "user_profile_and_more"}}" data-variation="tiny inverted">
  78. <span class="text avatar">
  79. <img class="ui small rounded image" src="{{.SignedUser.AvatarLink}}">
  80. <span class="sr-only">{{.i18n.Tr "user_profile_and_more"}}</span>
  81. <i class="octicon octicon-triangle-down" tabindex="-1"></i>
  82. </span>
  83. <div class="menu" tabindex="-1">
  84. <div class="ui header">
  85. {{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
  86. </div>
  87. <div class="divider"></div>
  88. <a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}">
  89. <i class="icon octicon octicon-person"></i>
  90. {{.i18n.Tr "your_profile"}}<!-- Your profile -->
  91. </a>
  92. <a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubUrl}}/user/settings">
  93. <i class="icon octicon octicon-settings"></i>
  94. {{.i18n.Tr "your_settings"}}<!-- Your settings -->
  95. </a>
  96. <a class="item" target="_blank" href="http://gogs.io/docs" rel="noreferrer">
  97. <i class="icon octicon octicon-question"></i>
  98. {{.i18n.Tr "help"}}<!-- Help -->
  99. </a>
  100. {{if .IsAdmin}}
  101. <div class="divider"></div>
  102. <a class="{{if .PageIsAdmin}}active{{end}} item" href="{{AppSubUrl}}/admin">
  103. <i class="icon settings"></i>
  104. {{.i18n.Tr "admin_panel"}}<!-- Admin Panel -->
  105. </a>
  106. {{end}}
  107. <div class="divider"></div>
  108. <a class="item" href="{{AppSubUrl}}/user/logout">
  109. <i class="icon octicon octicon-sign-out"></i>
  110. {{.i18n.Tr "sign_out"}}<!-- Sign Out -->
  111. </a>
  112. </div><!-- end content avatar menu -->
  113. </div><!-- end dropdown avatar menu -->
  114. </div><!-- end signed user right menu -->
  115. {{else}}
  116. <a class="item" target="_blank" href="http://gogs.io/docs" rel="noreferrer">{{.i18n.Tr "help"}}</a>
  117. <div class="right menu">
  118. {{if .ShowRegistrationButton}}
  119. <a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
  120. <i class="icon octicon octicon-person-add"></i> {{.i18n.Tr "register"}}
  121. </a>
  122. {{end}}
  123. <a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubUrl}}/user/login">
  124. <i class="icon octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}}
  125. </a>
  126. </div><!-- end anonymous right menu -->
  127. {{end}}
  128. </div><!-- end top menu -->
  129. </div><!-- end column -->
  130. </div><!-- end grid -->
  131. </div><!-- end container -->
  132. </div><!-- end bar -->
  133. {{end}}
  134. {{/*
  135. </div>
  136. </body>
  137. </html>
  138. */}}