head.tmpl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. {{if not .PageIsAdmin}}
  7. <meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gogs{{end}}" />
  8. <meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gogs is a painless self-hosted Git service{{end}}" />
  9. <meta name="keywords" content="go, git, self-hosted, gogs">
  10. {{end}}
  11. <meta name="referrer" content="no-referrer" />
  12. <meta name="_csrf" content="{{.CSRFToken}}" />
  13. <meta name="_suburl" content="{{AppSubURL}}" />
  14. <!-- Open Graph Tags -->
  15. {{if .PageIsAdmin}}
  16. {{else if .PageIsUserProfile}}
  17. <meta property="og:url" content="{{.Owner.HTMLURL}}" />
  18. <meta property="og:type" content="profile" />
  19. <meta property="og:title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
  20. <meta property="og:description" content="{{.Owner.Name}} has {{.Owner.NumFollowers}} followers and is following {{.Owner.NumFollowing}} people.">
  21. <meta property="og:image" content="{{.Owner.AvatarLink}}" />
  22. {{else if .Repository}}
  23. <meta property="og:url" content="{{.Repository.HTMLURL}}" />
  24. <meta property="og:type" content="object" />
  25. <meta property="og:title" content="{{.Repository.FullName}}">
  26. <meta property="og:description" content="{{.Repository.Description}}">
  27. <meta property="og:image" content="{{.Repository.Owner.AvatarLink}}" />
  28. {{else}}
  29. <meta property="og:url" content="{{AppURL}}" />
  30. <meta property="og:type" content="website" />
  31. <meta property="og:title" content="{{AppName}}">
  32. <meta property="og:description" content="Gogs is a painless self-hosted Git service.">
  33. <meta property="og:image" content="{{AppURL}}img/gogs-lg.png" />
  34. <meta property="og:site_name" content="Gogs">
  35. {{end}}
  36. <link rel="shortcut icon" href="{{AppSubURL}}/img/favicon.png" />
  37. <script src="{{AppSubURL}}/js/jquery-1.11.3.min.js"></script>
  38. <script src="{{AppSubURL}}/js/libs/jquery.are-you-sure.js"></script>
  39. <link href="{{AppSubURL}}/img/icon-48.ico" rel="icon" type="image/x-icon" />
  40. <link href="{{AppSubURL}}/img/icon-60.png" rel="apple-touch-icon">
  41. <link href="{{AppSubURL}}/img/icon-76.png" rel="apple-touch-icon" sizes="76x76">
  42. <link href="{{AppSubURL}}/img/icon-120.png" rel="apple-touch-icon" sizes="120x120">
  43. <link href="{{AppSubURL}}/img/icon-152.png" rel="apple-touch-icon" sizes="152x152">
  44. <link href="{{AppSubURL}}/img/icon-240.png" rel="apple-touch-icon" sizes="240x240">
  45. <link rel="stylesheet" href="{{AppSubURL}}/assets/font-awesome-4.6.3/css/font-awesome.min.css">
  46. <link rel="stylesheet" href="{{AppSubURL}}/assets/octicons-4.3.0/octicons.min.css">
  47. <!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks -->
  48. {{if .IsIPythonNotebook}}
  49. <script src="{{AppSubURL}}/plugins/notebookjs-0.2.6/notebook.min.js"></script>
  50. <script src="{{AppSubURL}}/plugins/marked-0.3.6/marked.min.js"></script>
  51. {{end}}
  52. {{if .RequireSimpleMDE}}
  53. <link rel="stylesheet" href="{{AppSubURL}}/plugins/simplemde-1.10.1/simplemde.min.css">
  54. <script src="{{AppSubURL}}/plugins/simplemde-1.10.1/simplemde.min.js"></script>
  55. <script src="{{AppSubURL}}/plugins/codemirror-5.17.0/addon/mode/loadmode.js"></script>
  56. <script src="{{AppSubURL}}/plugins/codemirror-5.17.0/mode/meta.js"></script>
  57. <script>
  58. CodeMirror.modeURL = "{{AppSubURL}}/plugins/codemirror-5.17.0/mode/%N/%N.js";
  59. </script>
  60. {{end}}
  61. <!-- Stylesheet -->
  62. <link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.2.13.min.css">
  63. <link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{MD5 AppVer}}">
  64. <link rel="stylesheet" href="{{AppSubURL}}/css/notabug.css">
  65. <!-- JavaScript -->
  66. <script src="{{AppSubURL}}/js/semantic-2.2.13.min.js"></script>
  67. <script src="{{AppSubURL}}/js/gogs.js?v={{MD5 AppVer}}"></script>
  68. <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
  69. <meta name="theme-color" content="{{ThemeColorMetaTag}}">
  70. {{template "inject/head" .}}
  71. <!-- BEGIN notabug patch
  72. the 3 patches on this page serve to make the
  73. top-right navbar menus accessible without javascript -->
  74. <noscript><style>.nojs-popup:hover > .menu { display: block ; }</style></noscript>
  75. <!-- END notabug patch -->
  76. </head>
  77. <body>
  78. <div class="full height">
  79. <noscript>Please enable JavaScript in your browser!</noscript>
  80. {{if not .PageIsInstall}}
  81. <div id="header-div" class="following bar light">
  82. <div class="ui container">
  83. <div class="ui grid">
  84. <div class="column">
  85. <div class="ui top secondary menu">
  86. <a class="item brand" href="{{AppSubURL}}/">
  87. <img class="ui mini image" src="{{AppSubURL}}/img/favicon.png">
  88. </a>
  89. {{if .IsLogged}}
  90. <a class="item{{if .PageIsDashboard}} active{{end}}" href="{{AppSubURL}}/">{{.i18n.Tr "dashboard"}}</a>
  91. <a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubURL}}/issues">{{.i18n.Tr "issues"}}</a>
  92. <a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubURL}}/pulls">{{.i18n.Tr "pull_requests"}}</a>
  93. {{else}}
  94. <a class="item{{if .PageIsHome}} active{{end}}" href="{{AppSubURL}}/">{{.i18n.Tr "home"}}</a>
  95. {{end}}
  96. <a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubURL}}/explore/repos">{{.i18n.Tr "explore"}}</a>
  97. {{/*<div class="item">
  98. <div class="ui icon input">
  99. <input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}">
  100. <i class="search icon"></i>
  101. </div>
  102. </div>*/}}
  103. {{if .IsLogged}}
  104. <div class="right menu">
  105. <!-- BEGIN notabug patch
  106. <div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
  107. -->
  108. <div class="ui dropdown head link jump item poping up nojs-popup" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
  109. <!-- END notabug patch -->
  110. <span class="notabug-item text">
  111. <i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>
  112. <i class="octicon octicon-triangle-down"></i>
  113. </span>
  114. <div class="menu">
  115. <a class="item" href="{{AppSubURL}}/repo/create">
  116. <i class="octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
  117. </a>
  118. <a class="item" href="{{AppSubURL}}/repo/migrate">
  119. <i class="octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
  120. </a>
  121. {{if .LoggedUser.CanCreateOrganization}}
  122. <a class="item" href="{{AppSubURL}}/org/create">
  123. <i class="octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
  124. </a>
  125. {{end}}
  126. </div><!-- end content create new menu -->
  127. </div><!-- end dropdown menu create new -->
  128. <!-- BEGIN notabug patch
  129. <div class="ui dropdown head link jump item poping up" tabindex="-1" data-content="{{.i18n.Tr "user_profile_and_more"}}" data-variation="tiny inverted">
  130. -->
  131. <div class="ui dropdown head link jump item poping up nojs-popup" tabindex="-1" data-content="{{.i18n.Tr "user_profile_and_more"}}" data-variation="tiny inverted">
  132. <!-- END notabug patch -->
  133. <span class="text avatar">
  134. <img class="ui small rounded image" src="{{.LoggedUser.RelAvatarLink}}">
  135. <span class="sr-only">{{.i18n.Tr "user_profile_and_more"}}</span>
  136. <i class="octicon octicon-triangle-down" tabindex="-1"></i>
  137. </span>
  138. <div class="menu" tabindex="-1">
  139. <div class="ui header">
  140. {{.i18n.Tr "signed_in_as"}} <strong>{{.LoggedUser.Name}}</strong>
  141. </div>
  142. <div class="divider"></div>
  143. <a class="item" href="{{AppSubURL}}/{{.LoggedUser.Name}}">
  144. <i class="octicon octicon-person"></i>
  145. {{.i18n.Tr "your_profile"}}<!-- Your profile -->
  146. </a>
  147. <a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubURL}}/user/settings">
  148. <i class="octicon octicon-settings"></i>
  149. {{.i18n.Tr "your_settings"}}<!-- Your settings -->
  150. </a>
  151. <a class="item" target="_blank" href="https://gogs.io/docs" rel="noreferrer">
  152. <i class="octicon octicon-question"></i>
  153. {{.i18n.Tr "help"}}<!-- Help -->
  154. </a>
  155. {{if .IsAdmin}}
  156. <div class="divider"></div>
  157. <a class="{{if .PageIsAdmin}}active{{end}} item" href="{{AppSubURL}}/admin">
  158. <i class="icon settings"></i>
  159. {{.i18n.Tr "admin_panel"}}<!-- Admin Panel -->
  160. </a>
  161. {{end}}
  162. <div class="divider"></div>
  163. <a class="item" href="{{AppSubURL}}/user/logout">
  164. <i class="octicon octicon-sign-out"></i>
  165. {{.i18n.Tr "sign_out"}}<!-- Sign Out -->
  166. </a>
  167. </div><!-- end content avatar menu -->
  168. </div><!-- end dropdown avatar menu -->
  169. </div><!-- end signed user right menu -->
  170. {{else}}
  171. <!-- BEGIN notabug patch -->
  172. <a class="notabug-item item" href="{{AppSubURL}}/help" rel="noreferrer">{{.i18n.Tr "help"}}</a>
  173. <!--
  174. <a class="item" target="_blank" href="http://gogs.io/docs" rel="noreferrer">{{.i18n.Tr "help"}}</a>
  175. -->
  176. <!-- END notabug patch -->
  177. <div class="right menu">
  178. {{if .ShowRegistrationButton}}
  179. <a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubURL}}/user/sign_up">
  180. <i class="octicon octicon-person"></i> {{.i18n.Tr "register"}}
  181. </a>
  182. {{end}}
  183. <a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubURL}}/user/login?redirect_to={{.Link}}">
  184. <i class="octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}}
  185. </a>
  186. </div><!-- end anonymous right menu -->
  187. {{end}}
  188. </div><!-- end top menu -->
  189. </div><!-- end column -->
  190. </div><!-- end grid -->
  191. </div><!-- end container -->
  192. </div><!-- end bar -->
  193. {{end}}
  194. {{/*
  195. </div>
  196. </body>
  197. </html>
  198. */}}