2014-04-10 18:20:58 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-03-07 20:12:13 +00:00
|
|
|
<head data-suburl="{{AppSubUrl}}">
|
2017-01-25 15:15:25 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
|
|
|
|
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
|
2017-04-01 01:03:01 +00:00
|
|
|
<meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}{{MetaAuthor}}{{end}}" />
|
|
|
|
<meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}{{MetaDescription}}{{end}}" />
|
|
|
|
<meta name="keywords" content="{{MetaKeywords}}">
|
2015-07-21 03:19:56 +00:00
|
|
|
<meta name="referrer" content="no-referrer" />
|
2015-03-07 20:12:13 +00:00
|
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
2015-09-06 10:57:25 +00:00
|
|
|
<meta name="_suburl" content="{{AppSubUrl}}" />
|
2017-05-09 00:31:30 +00:00
|
|
|
{{if .IsSigned}}
|
|
|
|
<meta name="_uid" content="{{.SignedUser.ID}}" />
|
|
|
|
{{end}}
|
2017-05-18 14:28:29 +00:00
|
|
|
{{if .ContextUser}}
|
|
|
|
<meta name="_context_uid" content="{{.ContextUser.ID}}" />
|
|
|
|
{{end}}
|
2017-01-25 15:15:25 +00:00
|
|
|
{{if .GoGetImport}}
|
|
|
|
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
|
|
|
|
<meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
|
|
|
|
{{end}}
|
2014-04-10 18:20:58 +00:00
|
|
|
|
2015-03-07 20:12:13 +00:00
|
|
|
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
|
2017-05-31 01:05:49 +00:00
|
|
|
<link rel="preload" href="{{AppSubUrl}}/assets/font-awesome-4.6.3/css/font-awesome.min.css" as="style" onload="this.rel='stylesheet'">
|
|
|
|
<noscript><link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.6.3/css/font-awesome.min.css"></noscript>
|
2016-07-16 04:45:13 +00:00
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-4.3.0/octicons.min.css">
|
2014-04-10 18:20:58 +00:00
|
|
|
|
2017-01-25 15:15:25 +00:00
|
|
|
{{if .RequireSimpleMDE}}
|
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/simplemde-1.10.1/simplemde.min.css">
|
|
|
|
{{end}}
|
2015-11-26 01:10:25 +00:00
|
|
|
|
2017-01-25 15:15:25 +00:00
|
|
|
{{if .RequireGitGraph}}
|
2016-12-28 23:44:32 +00:00
|
|
|
<!-- graph -->
|
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/css/gitgraph.css">
|
2017-01-25 15:15:25 +00:00
|
|
|
{{end}}
|
2016-12-28 23:44:32 +00:00
|
|
|
|
2015-03-07 20:12:13 +00:00
|
|
|
<!-- Stylesheet -->
|
2016-07-06 22:04:55 +00:00
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
|
2016-11-03 18:31:05 +00:00
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}">
|
2014-04-10 18:20:58 +00:00
|
|
|
|
2017-01-25 15:15:25 +00:00
|
|
|
{{if .RequireHighlightJS}}
|
2017-05-20 03:52:35 +00:00
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.11.0/github.css">
|
2017-01-25 15:15:25 +00:00
|
|
|
{{end}}
|
|
|
|
{{if .RequireMinicolors}}
|
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css">
|
|
|
|
{{end}}
|
|
|
|
{{if .RequireDatetimepicker}}
|
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.css">
|
|
|
|
{{end}}
|
|
|
|
{{if .RequireDropzone}}
|
|
|
|
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.css">
|
|
|
|
{{end}}
|
2017-01-30 05:57:47 +00:00
|
|
|
<style class="list-search-style"></style>
|
2017-02-11 12:57:33 +00:00
|
|
|
|
2017-05-31 01:05:49 +00:00
|
|
|
<script src="{{AppSubUrl}}/js/libs/loadCSS.min.js"></script>
|
|
|
|
<script src="{{AppSubUrl}}/js/libs/cssrelpreload.min.js"></script>
|
2017-02-11 12:57:33 +00:00
|
|
|
{{if .PageIsUserProfile}}
|
|
|
|
<meta property="og:title" content="{{.Owner.Name}}" />
|
|
|
|
<meta property="og:type" content="profile" />
|
|
|
|
<meta property="og:image" content="{{.Owner.AvatarLink}}" />
|
|
|
|
<meta property="og:url" content="{{.Owner.HTMLURL}}" />
|
|
|
|
<meta property="og:site_name" content="{{AppName}}" />
|
|
|
|
{{else if .Repository}}
|
|
|
|
<meta property="og:title" content="{{.Repository.Name}}" />
|
|
|
|
<meta property="og:type" content="object" />
|
|
|
|
<meta property="og:image" content="{{.Repository.Owner.AvatarLink}}" />
|
|
|
|
<meta property="og:url" content="{{.Repository.HTMLURL}}" />
|
|
|
|
{{if .Repository.Description}}
|
|
|
|
<meta property="og:description" content="{{.Repository.Description}}" />
|
|
|
|
{{end}}
|
|
|
|
<meta property="og:site_name" content="{{AppName}}" />
|
|
|
|
{{else}}
|
|
|
|
<meta property="og:title" content="{{AppName}}">
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:image" content="{{AppSubUrl}}/img/gitea-lg.png" />
|
|
|
|
<meta property="og:url" content="{{AppUrl}}" />
|
2017-04-01 01:03:01 +00:00
|
|
|
<meta property="og:description" content="{{MetaDescription}}">
|
2017-02-11 12:57:33 +00:00
|
|
|
{{end}}
|
2015-03-07 20:12:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="full height">
|
|
|
|
<noscript>Please enable JavaScript in your browser!</noscript>
|
2015-08-10 14:38:21 +00:00
|
|
|
|
2015-07-07 17:09:03 +00:00
|
|
|
{{if not .PageIsInstall}}
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="following bar light">
|
|
|
|
<div class="ui container">
|
|
|
|
<div class="ui grid">
|
|
|
|
<div class="column">
|
|
|
|
<div class="ui top secondary menu">
|
|
|
|
<a class="item brand" href="{{AppSubUrl}}/">
|
2017-07-28 05:51:20 +00:00
|
|
|
<img class="ui mini image" src="{{AppSubUrl}}/img/gitea-sm.png">
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
{{if .IsSigned}}
|
|
|
|
<a class="item{{if .PageIsDashboard}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "dashboard"}}</a>
|
|
|
|
<a class="item{{if .PageIsIssues}} active{{end}}" href="{{AppSubUrl}}/issues">{{.i18n.Tr "issues"}}</a>
|
|
|
|
<a class="item{{if .PageIsPulls}} active{{end}}" href="{{AppSubUrl}}/pulls">{{.i18n.Tr "pull_requests"}}</a>
|
|
|
|
{{else}}
|
|
|
|
<a class="item{{if .PageIsHome}} active{{end}}" href="{{AppSubUrl}}/">{{.i18n.Tr "home"}}</a>
|
|
|
|
{{end}}
|
|
|
|
|
2016-03-11 20:33:12 +00:00
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore/repos">{{.i18n.Tr "explore"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{/*<div class="item">
|
|
|
|
<div class="ui icon input">
|
2015-08-12 11:17:24 +00:00
|
|
|
<input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}">
|
|
|
|
<i class="search icon"></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
|
|
|
</div>*/}}
|
|
|
|
|
|
|
|
{{if .IsSigned}}
|
|
|
|
<div class="right menu">
|
2017-01-18 01:18:55 +00:00
|
|
|
<a href="{{AppSubUrl}}/notifications" class="ui head link jump item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted">
|
2016-12-30 18:49:54 +00:00
|
|
|
<span class="text">
|
|
|
|
<i class="octicon octicon-inbox"><span class="sr-only">{{.i18n.Tr "notifications"}}</span></i>
|
|
|
|
|
|
|
|
{{if .NotificationUnreadCount}}
|
|
|
|
<span class="ui red label">
|
|
|
|
{{.NotificationUnreadCount}}
|
|
|
|
</span>
|
|
|
|
{{end}}
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
|
|
|
|
<span class="text">
|
2016-01-29 20:28:24 +00:00
|
|
|
<i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
<i class="octicon octicon-triangle-down"></i>
|
|
|
|
</span>
|
|
|
|
<div class="menu">
|
|
|
|
<a class="item" href="{{AppSubUrl}}/repo/create">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
|
|
|
<a class="item" href="{{AppSubUrl}}/repo/migrate">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
2016-12-31 02:33:30 +00:00
|
|
|
{{if .SignedUser.CanCreateOrganization}}
|
2015-12-07 22:30:52 +00:00
|
|
|
<a class="item" href="{{AppSubUrl}}/org/create">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
2016-12-31 02:33:30 +00:00
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div><!-- end content create new menu -->
|
|
|
|
</div><!-- end dropdown menu create new -->
|
|
|
|
|
|
|
|
<div class="ui dropdown head link jump item poping up" tabindex="-1" data-content="{{.i18n.Tr "user_profile_and_more"}}" data-variation="tiny inverted">
|
|
|
|
<span class="text avatar">
|
2016-08-05 19:12:54 +00:00
|
|
|
<img class="ui small rounded image" src="{{.SignedUser.RelAvatarLink}}">
|
2016-01-29 20:28:24 +00:00
|
|
|
<span class="sr-only">{{.i18n.Tr "user_profile_and_more"}}</span>
|
2015-12-07 22:30:52 +00:00
|
|
|
<i class="octicon octicon-triangle-down" tabindex="-1"></i>
|
|
|
|
</span>
|
|
|
|
<div class="menu" tabindex="-1">
|
|
|
|
<div class="ui header">
|
|
|
|
{{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-person"></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{.i18n.Tr "your_profile"}}<!-- Your profile -->
|
|
|
|
</a>
|
2016-12-29 14:58:24 +00:00
|
|
|
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}?tab=stars">
|
|
|
|
<i class="octicon octicon-star"></i>
|
|
|
|
{{.i18n.Tr "your_starred"}}
|
|
|
|
</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
<a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubUrl}}/user/settings">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-settings"></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{.i18n.Tr "your_settings"}}<!-- Your settings -->
|
|
|
|
</a>
|
2016-12-02 01:12:16 +00:00
|
|
|
<a class="item" target="_blank" rel="noopener" href="https://docs.gitea.io" rel="noreferrer">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-question"></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{.i18n.Tr "help"}}<!-- Help -->
|
|
|
|
</a>
|
|
|
|
{{if .IsAdmin}}
|
|
|
|
<div class="divider"></div>
|
|
|
|
|
|
|
|
<a class="{{if .PageIsAdmin}}active{{end}} item" href="{{AppSubUrl}}/admin">
|
|
|
|
<i class="icon settings"></i>
|
|
|
|
{{.i18n.Tr "admin_panel"}}<!-- Admin Panel -->
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
<a class="item" href="{{AppSubUrl}}/user/logout">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-sign-out"></i>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{.i18n.Tr "sign_out"}}<!-- Sign Out -->
|
|
|
|
</a>
|
|
|
|
</div><!-- end content avatar menu -->
|
|
|
|
</div><!-- end dropdown avatar menu -->
|
|
|
|
</div><!-- end signed user right menu -->
|
|
|
|
|
|
|
|
{{else}}
|
|
|
|
|
2016-12-02 01:12:16 +00:00
|
|
|
<a class="item" target="_blank" rel="noopener" href="https://docs.gitea.io" rel="noreferrer">{{.i18n.Tr "help"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="right menu">
|
|
|
|
{{if .ShowRegistrationButton}}
|
|
|
|
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-person"></i> {{.i18n.Tr "register"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</a>
|
2015-08-12 11:17:24 +00:00
|
|
|
{{end}}
|
2016-08-11 17:14:39 +00:00
|
|
|
<a class="item{{if .PageIsSignIn}} active{{end}}" href="{{AppSubUrl}}/user/login?redirect_to={{.Link}}">
|
2016-07-16 04:45:13 +00:00
|
|
|
<i class="octicon octicon-sign-in"></i> {{.i18n.Tr "sign_in"}}
|
2015-08-12 11:17:24 +00:00
|
|
|
</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div><!-- end anonymous right menu -->
|
2015-08-12 11:17:24 +00:00
|
|
|
|
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div><!-- end top menu -->
|
|
|
|
</div><!-- end column -->
|
|
|
|
</div><!-- end grid -->
|
|
|
|
</div><!-- end container -->
|
|
|
|
</div><!-- end bar -->
|
2015-07-07 17:09:03 +00:00
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
{{/*
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
*/}}
|