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.

head.tmpl 7.4 kB

11 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
10 years ago
11 years ago
11 years ago
Squashed commit of the following: commit 0afcb843d7ffd596991c4885cab768273a6eb42c Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 17:13:29 2016 -0600 Removed Upload stats as the upload table is just a temporary table commit 7ecd73ff5535612d79d471409173ee7f1fcfa157 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:42:41 2016 -0600 Fix for CodeMirror mode commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:03:33 2016 -0600 Made tabbing in editor use spaces commit 23af384c53206a8a40e11e45bf49d7a149c4adcd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:56:46 2016 -0600 Fix for data-url commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9 Merge: 7fc8a89 991ce42 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:42:53 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit 7fc8a89cb495478225b02d613e647f99a1489634 Merge: fd3d86c c03d040 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:40:00 2016 -0600 Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:39:44 2016 -0600 Code cleanup commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 29 15:38:23 2016 -0600 Code cleanup commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:36:01 2016 -0600 Code cleanup and fixes commit c2895dc742f25f8412879c9fa15e18f27f42f194 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:24:04 2016 -0600 Fixes per Unknwon's requests commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef Merge: 889e9fa ad7ea88 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 17:13:43 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go modules/setting/setting.go commit 889e9faf1bd8559a4979c8f46005d488c1a234d4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:09:18 2016 -0600 Fix in gogs.js commit 47603edf223f147b114be65f3bd27bc1e88827a5 Merge: bb57912 cf85e9e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:07:36 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit bb5791255867a71c11a77b639db050ad09c597a4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:02:18 2016 -0600 Update for using CodeMirror mode addon commit d10d128c51039be19e2af9c66c63db66a9f2ec6d Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 16:12:57 2016 -0600 Update for Edit commit 34a34982025144e3225e389f7849eb6273c1d576 Merge: fa1b752 1c7dcdd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 11:52:02 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go commit fa1b752be29cd455c5184ddac2ffe80b3489763e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 15 18:35:42 2016 -0600 Feature for editing, creating, uploading and deleting files
9 years ago
10 years ago
10 years ago
11 years ago
10 years ago
10 years ago
11 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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/libs/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. <script src="{{AppSubUrl}}/plugins/codemirror-5.17.0/addon/mode/loadmode.js"></script>
  25. <script src="{{AppSubUrl}}/plugins/codemirror-5.17.0/mode/meta.js"></script>
  26. <script>
  27. CodeMirror.modeURL = "{{AppSubUrl}}/plugins/codemirror-5.17.0/mode/%N/%N.js";
  28. </script>
  29. {{end}}
  30. <!-- Stylesheet -->
  31. <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
  32. <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">
  33. <!-- JavaScript -->
  34. <script src="{{AppSubUrl}}/js/semantic-2.2.1.min.js"></script>
  35. <script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
  36. <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
  37. <meta name="theme-color" content="{{ThemeColorMetaTag}}">
  38. </head>
  39. <body>
  40. <div class="full height">
  41. <noscript>Please enable JavaScript in your browser!</noscript>
  42. {{if not .PageIsInstall}}
  43. <div class="following bar light">
  44. <div class="ui container">
  45. <div class="ui grid">
  46. <div class="column">
  47. <div class="ui top secondary menu">
  48. <a class="item brand" href="{{AppSubUrl}}/">
  49. <img class="ui mini image" src="{{AppSubUrl}}/img/favicon.png">
  50. </a>
  51. {{if .IsSigned}}
  52. <a class="item{{if .PageIsDashboard}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "dashboard"}}</a>
  53. <a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubUrl}}/issues">{{.i18n.Tr "issues"}}</a>
  54. <a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubUrl}}/pulls">{{.i18n.Tr "pull_requests"}}</a>
  55. {{else}}
  56. <a class="item{{if .PageIsHome}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "home"}}</a>
  57. {{end}}
  58. <a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a>
  59. {{/*<div class="item">
  60. <div class="ui icon input">
  61. <input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}">
  62. <i class="search icon"></i>
  63. </div>
  64. </div>*/}}
  65. {{if .IsSigned}}
  66. <div class="right menu">
  67. <div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
  68. <span class="text">
  69. <i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>
  70. <i class="octicon octicon-triangle-down"></i>
  71. </span>
  72. <div class="menu">
  73. <a class="item" href="{{AppSubUrl}}/repo/create">
  74. <i class="octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
  75. </a>
  76. <a class="item" href="{{AppSubUrl}}/repo/migrate">
  77. <i class="octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
  78. </a>
  79. <a class="item" href="{{AppSubUrl}}/org/create">
  80. <i class="octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
  81. </a>
  82. </div><!-- end content create new menu -->
  83. </div><!-- end dropdown menu create new -->
  84. <div class="ui dropdown head link jump item poping up" tabindex="-1" data-content="{{.i18n.Tr "user_profile_and_more"}}" data-variation="tiny inverted">
  85. <span class="text avatar">
  86. <img class="ui small rounded image" src="{{.SignedUser.RelAvatarLink}}">
  87. <span class="sr-only">{{.i18n.Tr "user_profile_and_more"}}</span>
  88. <i class="octicon octicon-triangle-down" tabindex="-1"></i>
  89. </span>
  90. <div class="menu" tabindex="-1">
  91. <div class="ui header">
  92. {{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
  93. </div>
  94. <div class="divider"></div>
  95. <a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}">
  96. <i class="octicon octicon-person"></i>
  97. {{.i18n.Tr "your_profile"}}<!-- Your profile -->
  98. </a>
  99. <a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubUrl}}/user/settings">
  100. <i class="octicon octicon-settings"></i>
  101. {{.i18n.Tr "your_settings"}}<!-- Your settings -->
  102. </a>
  103. <a class="item" target="_blank" href="https://gogs.io/docs" rel="noreferrer">
  104. <i class="octicon octicon-question"></i>
  105. {{.i18n.Tr "help"}}<!-- Help -->
  106. </a>
  107. {{if .IsAdmin}}
  108. <div class="divider"></div>
  109. <a class="{{if .PageIsAdmin}}active{{end}} item" href="{{AppSubUrl}}/admin">
  110. <i class="icon settings"></i>
  111. {{.i18n.Tr "admin_panel"}}<!-- Admin Panel -->
  112. </a>
  113. {{end}}
  114. <div class="divider"></div>
  115. <a class="item" href="{{AppSubUrl}}/user/logout">
  116. <i class="octicon octicon-sign-out"></i>
  117. {{.i18n.Tr "sign_out"}}<!-- Sign Out -->
  118. </a>
  119. </div><!-- end content avatar menu -->
  120. </div><!-- end dropdown avatar menu -->
  121. </div><!-- end signed user right menu -->
  122. {{else}}
  123. <a class="item" target="_blank" href="https://gogs.io/docs" rel="noreferrer">{{.i18n.Tr "help"}}</a>
  124. <div class="right menu">
  125. {{if .ShowRegistrationButton}}
  126. <a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
  127. <i class="octicon octicon-person"></i> {{.i18n.Tr "register"}}
  128. </a>
  129. {{end}}
  130. <a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubUrl}}/user/login?redirect_to={{.Link}}">
  131. <i class="octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}}
  132. </a>
  133. </div><!-- end anonymous right menu -->
  134. {{end}}
  135. </div><!-- end top menu -->
  136. </div><!-- end column -->
  137. </div><!-- end grid -->
  138. </div><!-- end container -->
  139. </div><!-- end bar -->
  140. {{end}}
  141. {{/*
  142. </div>
  143. </body>
  144. </html>
  145. */}}