2014-04-10 20:20:58 +02:00
|
|
|
<!DOCTYPE html>
|
2021-03-19 00:43:43 +01:00
|
|
|
<html lang="{{.Lang}}" class="theme-{{.SignedUser.Theme}}">
|
2015-03-07 21:12:13 +01:00
|
|
|
<head data-suburl="{{AppSubUrl}}">
|
2017-01-25 16:15:25 +01:00
|
|
|
<meta charset="utf-8">
|
2017-12-31 01:47:52 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-04-28 20:05:39 +02:00
|
|
|
<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title>
|
2020-12-23 20:09:54 +01:00
|
|
|
<link rel="manifest" href="data:{{.ManifestData}}"/>
|
2017-01-25 16:15:25 +01:00
|
|
|
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
|
2020-12-03 13:53:21 +01:00
|
|
|
<meta name="default-theme" content="{{DefaultTheme}}" />
|
2017-04-01 03:03:01 +02: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 05:19:56 +02:00
|
|
|
<meta name="referrer" content="no-referrer" />
|
2015-03-07 21:12:13 +01:00
|
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
2017-05-09 02:31:30 +02:00
|
|
|
{{if .IsSigned}}
|
|
|
|
<meta name="_uid" content="{{.SignedUser.ID}}" />
|
|
|
|
{{end}}
|
2017-05-18 16:28:29 +02:00
|
|
|
{{if .ContextUser}}
|
|
|
|
<meta name="_context_uid" content="{{.ContextUser.ID}}" />
|
|
|
|
{{end}}
|
2017-08-17 03:31:34 +02:00
|
|
|
{{if .SearchLimit}}
|
|
|
|
<meta name="_search_limit" content="{{.SearchLimit}}" />
|
|
|
|
{{end}}
|
2017-01-25 16:15:25 +01:00
|
|
|
{{if .GoGetImport}}
|
|
|
|
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
|
|
|
|
<meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
|
|
|
|
{{end}}
|
2017-08-23 16:58:05 +02:00
|
|
|
<script>
|
2020-01-28 22:57:20 +01:00
|
|
|
window.config = {
|
2020-05-22 03:45:34 +02:00
|
|
|
AppVer: '{{AppVer}}',
|
2020-02-12 02:53:18 +01:00
|
|
|
AppSubUrl: '{{AppSubUrl}}',
|
2021-05-08 16:27:25 +02:00
|
|
|
AssetUrlPrefix: '{{AssetUrlPrefix}}',
|
2020-05-22 03:45:34 +02:00
|
|
|
UseServiceWorker: {{UseServiceWorker}},
|
2020-03-07 22:06:15 +01:00
|
|
|
csrf: '{{.CsrfToken}}',
|
2020-01-28 22:57:20 +01:00
|
|
|
HighlightJS: {{if .RequireHighlightJS}}true{{else}}false{{end}},
|
|
|
|
SimpleMDE: {{if .RequireSimpleMDE}}true{{else}}false{{end}},
|
|
|
|
Tribute: {{if .RequireTribute}}true{{else}}false{{end}},
|
2020-04-24 05:57:38 +02:00
|
|
|
NotificationSettings: {
|
|
|
|
MinTimeout: {{NotificationSettings.MinTimeout}},
|
|
|
|
TimeoutStep: {{NotificationSettings.TimeoutStep}},
|
|
|
|
MaxTimeout: {{NotificationSettings.MaxTimeout}},
|
2020-05-07 23:49:00 +02:00
|
|
|
EventSourceUpdateTime: {{NotificationSettings.EventSourceUpdateTime}},
|
2020-04-24 05:57:38 +02:00
|
|
|
},
|
2021-02-20 00:06:56 +01:00
|
|
|
EnableTimetracking: {{if EnableTimetracking}}true{{else}}false{{end}},
|
2020-08-17 05:07:38 +02:00
|
|
|
PageIsProjects: {{if .PageIsProjects }}true{{else}}false{{end}},
|
2020-12-21 16:39:28 +01:00
|
|
|
{{if .RequireTribute}}
|
2020-08-06 01:18:21 +02:00
|
|
|
tributeValues: Array.from(new Map([
|
|
|
|
{{ range .Participants }}
|
|
|
|
['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
|
|
|
|
name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'}],
|
|
|
|
{{ end }}
|
2020-04-28 20:05:39 +02:00
|
|
|
{{ range .Assignees }}
|
2020-08-06 01:18:21 +02:00
|
|
|
['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
|
|
|
|
name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'}],
|
2020-04-28 20:05:39 +02:00
|
|
|
{{ end }}
|
2020-12-21 16:39:28 +01:00
|
|
|
{{ range .MentionableTeams }}
|
2021-04-11 05:46:37 +02:00
|
|
|
['{{$.MentionableTeamsOrg}}/{{.Name}}', {key: '{{$.MentionableTeamsOrg}}/{{.Name}}', value: '{{$.MentionableTeamsOrg}}/{{.Name}}',
|
2020-12-22 22:28:03 +01:00
|
|
|
name: '{{$.MentionableTeamsOrg}}/{{.Name}}', avatar: '{{$.MentionableTeamsOrgAvatar}}'}],
|
2020-12-21 16:39:28 +01:00
|
|
|
{{ end }}
|
2020-08-06 01:18:21 +02:00
|
|
|
]).values()),
|
2020-04-28 20:05:39 +02:00
|
|
|
{{end}}
|
2020-01-28 22:57:20 +01:00
|
|
|
};
|
|
|
|
</script>
|
2021-05-08 16:27:25 +02:00
|
|
|
<link rel="icon" href="{{AssetUrlPrefix}}/img/logo.svg" type="image/svg+xml">
|
|
|
|
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
|
2017-01-25 16:15:25 +01:00
|
|
|
{{if .RequireSimpleMDE}}
|
2021-05-08 16:27:25 +02:00
|
|
|
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/easymde.css?v={{MD5 AppVer}}">
|
2017-01-25 16:15:25 +01:00
|
|
|
{{end}}
|
2021-05-08 16:27:25 +02:00
|
|
|
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/index.css?v={{MD5 AppVer}}">
|
2017-09-19 01:03:01 +02:00
|
|
|
<noscript>
|
|
|
|
<style>
|
|
|
|
.dropdown:hover > .menu { display: block; }
|
|
|
|
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
|
|
|
|
</style>
|
|
|
|
</noscript>
|
2017-01-30 06:57:47 +01:00
|
|
|
<style class="list-search-style"></style>
|
2017-02-11 13:57:33 +01: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}}" />
|
2019-10-23 19:54:13 +02:00
|
|
|
{{if .Owner.Description}}
|
|
|
|
<meta property="og:description" content="{{.Owner.Description}}">
|
|
|
|
{{end}}
|
2017-02-11 13:57:33 +01:00
|
|
|
{{else if .Repository}}
|
2019-10-23 19:54:13 +02:00
|
|
|
{{if .Issue}}
|
|
|
|
<meta property="og:title" content="{{.Issue.Title}}" />
|
|
|
|
<meta property="og:url" content="{{.Issue.HTMLURL}}" />
|
|
|
|
{{if .Issue.Content}}
|
|
|
|
<meta property="og:description" content="{{.Issue.Content}}" />
|
|
|
|
{{end}}
|
|
|
|
{{else}}
|
|
|
|
<meta property="og:title" content="{{.Repository.Name}}" />
|
|
|
|
<meta property="og:url" content="{{.Repository.HTMLURL}}" />
|
|
|
|
{{if .Repository.Description}}
|
|
|
|
<meta property="og:description" content="{{.Repository.Description}}" />
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
2017-02-11 13:57:33 +01:00
|
|
|
<meta property="og:type" content="object" />
|
2020-08-24 21:46:56 +02:00
|
|
|
{{if .Repository.AvatarLink}}
|
|
|
|
<meta property="og:image" content="{{.Repository.AvatarLink}}" />
|
|
|
|
{{else}}
|
|
|
|
<meta property="og:image" content="{{.Repository.Owner.AvatarLink}}" />
|
|
|
|
{{end}}
|
2017-02-11 13:57:33 +01:00
|
|
|
{{else}}
|
|
|
|
<meta property="og:title" content="{{AppName}}">
|
|
|
|
<meta property="og:type" content="website" />
|
2021-05-08 16:27:25 +02:00
|
|
|
<meta property="og:image" content="{{AssetUrlPrefix}}/img/logo.png" />
|
2017-02-11 13:57:33 +01:00
|
|
|
<meta property="og:url" content="{{AppUrl}}" />
|
2017-04-01 03:03:01 +02:00
|
|
|
<meta property="og:description" content="{{MetaDescription}}">
|
2017-02-11 13:57:33 +01:00
|
|
|
{{end}}
|
2019-10-23 19:54:13 +02:00
|
|
|
<meta property="og:site_name" content="{{AppName}}" />
|
2019-01-09 18:22:57 +01:00
|
|
|
{{if .IsSigned }}
|
|
|
|
{{ if ne .SignedUser.Theme "gitea" }}
|
2021-05-08 16:27:25 +02:00
|
|
|
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/theme-{{.SignedUser.Theme}}.css?v={{MD5 AppVer}}">
|
2019-01-09 18:22:57 +01:00
|
|
|
{{end}}
|
|
|
|
{{else if ne DefaultTheme "gitea"}}
|
2021-05-08 16:27:25 +02:00
|
|
|
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/theme-{{DefaultTheme}}.css?v={{MD5 AppVer}}">
|
2018-07-05 23:25:04 +02:00
|
|
|
{{end}}
|
2017-12-03 01:26:06 +01:00
|
|
|
{{template "custom/header" .}}
|
2015-03-07 21:12:13 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-01-02 11:32:41 +01:00
|
|
|
{{template "custom/body_outer_pre" .}}
|
|
|
|
|
2015-03-07 21:12:13 +01:00
|
|
|
<div class="full height">
|
2017-09-19 01:03:01 +02:00
|
|
|
<noscript>{{.i18n.Tr "enable_javascript"}}</noscript>
|
2015-08-10 16:38:21 +02:00
|
|
|
|
2018-01-02 11:32:41 +01:00
|
|
|
{{template "custom/body_inner_pre" .}}
|
|
|
|
|
2015-07-07 19:09:03 +02:00
|
|
|
{{if not .PageIsInstall}}
|
2017-12-31 01:47:52 +01:00
|
|
|
<div class="ui top secondary stackable main menu following bar light">
|
2018-09-07 04:59:06 +02:00
|
|
|
{{template "base/head_navbar" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div><!-- end bar -->
|
2015-07-07 19:09:03 +02:00
|
|
|
{{end}}
|
2015-12-07 23:30:52 +01:00
|
|
|
{{/*
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
*/}}
|