You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

head.tmpl 7.0KB

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