2021-09-12 00:40:03 +02:00
|
|
|
|
2022-02-22 10:32:52 +01:00
|
|
|
{{- $showvisitedlinks := .Site.Params.showVisitedLinks }}
|
2022-02-28 01:19:32 +01:00
|
|
|
<aside id="sidebar" class="default-animation{{ if $showvisitedlinks }} showVisitedLinks{{ end }}">
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- $currentNode := . }}
|
2022-02-13 09:45:11 +01:00
|
|
|
<div id="header-wrapper" class="default-animation">
|
|
|
|
<div id="header" class="default-animation">
|
2021-09-12 10:33:24 +02:00
|
|
|
{{ partial "logo.html" . }}
|
|
|
|
</div>
|
|
|
|
{{- if not .Site.Params.disableSearch }}
|
2021-09-12 00:40:03 +02:00
|
|
|
{{ partial "search.html" . }}
|
|
|
|
{{- end }}
|
2021-09-12 10:33:24 +02:00
|
|
|
</div>
|
|
|
|
{{- if not .Site.Params.disableLandingPageButton }}
|
2022-02-13 09:45:11 +01:00
|
|
|
<div id="homelinks" class="default-animation">
|
2021-08-26 22:19:52 +02:00
|
|
|
<ul>
|
2021-09-12 10:33:24 +02:00
|
|
|
<li>
|
2022-06-23 14:10:16 +02:00
|
|
|
<a class="padding" href="{{ .Site.Home.RelPermalink | default ("/" | relLangURL) }}">{{ .Site.Params.landingPageName | default `<i class="fas fa-home"></i> Home` | safeHTML }}</a>
|
2021-09-12 10:33:24 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
2021-09-13 19:23:38 +02:00
|
|
|
</div>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
2022-02-14 20:34:18 +01:00
|
|
|
<div id="content-wrapper" class="highlightable">
|
2022-04-03 12:12:12 +02:00
|
|
|
<ul class="topics{{ if .Site.Params.collapsibleMenu }} collapsible-menu{{ end }}">
|
2021-09-27 22:03:10 +02:00
|
|
|
{{- $defaultOrdersectionsby := .Site.Params.ordersectionsby | default "weight" }}
|
|
|
|
{{- $currentOrdersectionsby := .Site.Home.Params.ordersectionsby | default $defaultOrdersectionsby }}
|
2021-09-23 22:27:58 +02:00
|
|
|
{{- $defaultAlwaysopen := .Site.Params.alwaysopen | default false }}
|
2021-09-27 22:03:10 +02:00
|
|
|
{{- if eq $currentOrdersectionsby "title" }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- range .Site.Home.Sections.ByTitle }}
|
2022-04-02 15:29:34 +02:00
|
|
|
{{- template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks "alwaysopen" $defaultAlwaysopen }}
|
2021-09-12 00:40:03 +02:00
|
|
|
{{- end }}
|
|
|
|
{{- else }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- range .Site.Home.Sections.ByWeight }}
|
2022-04-02 15:29:34 +02:00
|
|
|
{{- template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks "alwaysopen" $defaultAlwaysopen }}
|
2021-09-12 00:40:03 +02:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
2021-08-26 22:19:52 +02:00
|
|
|
</ul>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- $disableShortcutsTitle := .Site.Params.DisableShortcutsTitle }}
|
|
|
|
{{- with .Site.Menus.shortcuts }}
|
2021-09-13 19:23:38 +02:00
|
|
|
<div id="shortcuts">
|
2021-09-13 19:24:37 +02:00
|
|
|
<div class="nav-title">{{ if not $disableShortcutsTitle }}{{ T "Shortcuts-Title" }}{{ end }}</div>
|
2021-09-12 10:33:24 +02:00
|
|
|
<ul>
|
|
|
|
{{- range sort . "Weight" }}
|
2021-10-08 18:14:10 +02:00
|
|
|
<li>{{ .Pre }}<a class="padding" href="{{ .URL | relLangURL }}">{{ safeHTML .Name }}</a>{{ .Post }}</li>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
|
|
|
</ul>
|
2021-09-13 19:23:38 +02:00
|
|
|
</div>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
2022-02-21 23:11:04 +01:00
|
|
|
{{- $siteLanguages := .Site.Languages }}
|
|
|
|
{{- $showlangswitch := and .Site.IsMultiLingual (not .Site.Params.disableLanguageSwitchingButton) (gt (int (len $siteLanguages)) 1) }}
|
|
|
|
{{- $themevariants := slice | append (.Site.Params.themeVariant | default "relearn-light" ) }}
|
|
|
|
{{- $showvariantswitch := gt (int (len $themevariants)) 1 }}
|
2022-02-12 23:14:33 +01:00
|
|
|
{{- $footer := partial "menu-footer.html" . }}
|
2022-02-15 20:28:29 +01:00
|
|
|
{{- $showfooter := not (eq 0 (int (len ($footer | plainify)))) }}
|
2022-02-21 23:11:04 +01:00
|
|
|
<div class="footermargin footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter{{if $showlangswitch}} showLangSwitch{{end}}{{if $showvariantswitch}} showVariantSwitch{{end}}{{if $showvisitedlinks}} showVisitedLinks{{end}}{{if $showfooter}} showFooter{{end}}"></div>
|
|
|
|
<hr class="default-animation footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter{{if $showlangswitch}} showLangSwitch{{end}}{{if $showvariantswitch}} showVariantSwitch{{end}}{{if $showvisitedlinks}} showVisitedLinks{{end}}{{if $showfooter}} showFooter{{end}}"/>
|
|
|
|
<div id="prefooter" class="footerLangSwitch footerVariantSwitch footerVisitedLinks{{if $showlangswitch}} showLangSwitch{{end}}{{if $showvariantswitch}} showVariantSwitch{{end}}{{if $showvisitedlinks}} showVisitedLinks{{end}}">
|
2021-09-12 10:33:24 +02:00
|
|
|
<ul>
|
2022-02-21 23:11:04 +01:00
|
|
|
<li id="select-language-container" class="footerLangSwitch{{if $showlangswitch}} showLangSwitch{{end}}">
|
2022-02-12 23:49:33 +01:00
|
|
|
<a class="padding select-container">
|
2021-09-12 10:33:24 +02:00
|
|
|
<i class="fas fa-language fa-fw"></i>
|
2022-02-13 10:58:00 +01:00
|
|
|
<span> </span>
|
2021-09-12 10:33:24 +02:00
|
|
|
<div class="select-style">
|
2021-10-17 23:03:41 +02:00
|
|
|
<select id="select-language" onchange="location = baseUri + this.value;">
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- $pageLang := .Page.Lang }}
|
|
|
|
{{- range .Page.AllTranslations }}
|
|
|
|
{{- $translation := . }}
|
|
|
|
{{- range $siteLanguages }}
|
|
|
|
{{- if eq $translation.Lang .Lang }}
|
|
|
|
{{- if eq $pageLang .Lang }}
|
2021-10-17 23:03:41 +02:00
|
|
|
<option id="{{ $translation.Language }}" value="{{ $translation.RelPermalink }}" selected>{{ .LanguageName }}</option>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- else }}
|
2021-10-17 23:03:41 +02:00
|
|
|
<option id="{{ $translation.Language }}" value="{{ $translation.RelPermalink }}">{{ .LanguageName }}</option>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
</select>
|
|
|
|
</div>
|
2022-02-14 19:46:10 +01:00
|
|
|
<div class="select-clear"></div>
|
2021-09-12 10:33:24 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
2022-02-21 23:11:04 +01:00
|
|
|
<li id="select-variant-container" class="footerVariantSwitch{{if $showvariantswitch}} showVariantSwitch{{end}}">
|
2022-02-13 01:53:23 +01:00
|
|
|
<a class="padding select-container">
|
|
|
|
<i class="fas fa-paint-brush fa-fw"></i>
|
2022-02-13 10:58:00 +01:00
|
|
|
<span> </span>
|
2022-02-13 01:53:23 +01:00
|
|
|
<div class="select-style">
|
2022-02-20 23:58:16 +01:00
|
|
|
<select id="select-variant" onchange="variants.changeVariant( this.value );">
|
2022-02-21 23:11:04 +01:00
|
|
|
{{- $firstvariant := true }}
|
2022-02-13 01:53:23 +01:00
|
|
|
{{- range $themevariants }}
|
|
|
|
{{- $themevariant := . }}
|
2022-02-21 00:01:23 +01:00
|
|
|
{{- $variantname := replaceRE "[-_]+" " " $themevariant }}
|
2022-02-21 23:11:04 +01:00
|
|
|
{{- if $firstvariant }}
|
|
|
|
{{- $firstvariant = false }}
|
2022-02-21 00:01:23 +01:00
|
|
|
<option id="{{ $themevariant }}" value="{{ $themevariant }}" selected>{{ $variantname | title }}</option>
|
2022-02-13 01:53:23 +01:00
|
|
|
{{- else }}
|
2022-02-21 00:01:23 +01:00
|
|
|
<option id="{{ $themevariant }}" value="{{ $themevariant }}">{{ $variantname | title }}</option>
|
2022-02-13 01:53:23 +01:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
</select>
|
|
|
|
</div>
|
2022-02-14 19:46:10 +01:00
|
|
|
<div class="select-clear"></div>
|
2022-02-13 01:53:23 +01:00
|
|
|
</a>
|
2022-02-21 23:11:04 +01:00
|
|
|
<script>variants.markSelectedVariant();</script>
|
2022-02-13 01:53:23 +01:00
|
|
|
</li>
|
2022-07-03 15:40:32 +02:00
|
|
|
<li class="footerVisitedLinks{{if $showvisitedlinks}} showVisitedLinks{{end}}"><a class="padding" onclick="clearHistory();"><i class="fas fa-history fa-fw"></i> {{ T "Clear-History" }}</a></li>
|
2021-09-12 10:33:24 +02:00
|
|
|
</ul>
|
2021-09-13 19:23:38 +02:00
|
|
|
</div>
|
2022-02-21 23:11:04 +01:00
|
|
|
<div id="footer" class="footerFooter{{if $showfooter}} showFooter{{end}}">
|
2022-02-12 23:14:33 +01:00
|
|
|
{{- $footer }}
|
2021-09-13 19:23:38 +02:00
|
|
|
</div>
|
2021-09-12 10:33:24 +02:00
|
|
|
</div>
|
2022-02-28 01:19:32 +01:00
|
|
|
</aside>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- define "section-tree-nav" }}
|
2021-10-31 11:16:55 +01:00
|
|
|
{{- $currentNode := .currentnode }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- $showvisitedlinks := .showvisitedlinks }}
|
2021-10-31 11:16:55 +01:00
|
|
|
{{- $alwaysopen := .alwaysopen }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- $currentFileRelPermalink := .currentnode.RelPermalink }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- with .sect }}
|
2022-06-06 21:11:44 +02:00
|
|
|
{{- $isSelf := eq .RelPermalink $currentFileRelPermalink }}
|
|
|
|
{{- $isAncestor := and (not $isSelf) (.IsAncestor $currentNode) }}
|
|
|
|
{{- $isActive := $isSelf }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- $pages := .Pages }}
|
|
|
|
{{- if .Page.IsHome }}
|
|
|
|
{{- $pages = .Sections }}
|
|
|
|
{{- else if .Page.Sections}}
|
|
|
|
{{- $pages = (.Pages | union .Sections) }}
|
|
|
|
{{- end }}
|
2021-11-15 23:41:51 +01:00
|
|
|
{{- $relearnIsHiddenFrom := index ($currentNode.Scratch.Get "relearnIsHiddenFrom") .RelPermalink }}
|
2022-06-06 21:11:44 +02:00
|
|
|
{{- $hidden := and $relearnIsHiddenFrom (not $.showhidden) (not $isSelf) (not $isAncestor) }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- if $hidden }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- else if or .IsSection .IsHome }}
|
|
|
|
{{- $numberOfVisibleChildren := 0 }}
|
|
|
|
{{- range $pages }}
|
2022-06-06 21:37:14 +02:00
|
|
|
{{- $isSelfSub := eq .RelPermalink $currentFileRelPermalink }}
|
|
|
|
{{- $isAncestorSub := and (not $isSelf) (.IsAncestor $currentNode) }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- $relearnIsSubHiddenFrom := index ($currentNode.Scratch.Get "relearnIsHiddenFrom") .RelPermalink }}
|
2022-06-06 21:37:14 +02:00
|
|
|
{{- $subHidden := and $relearnIsSubHiddenFrom (not $.showhidden) (not $isSelfSub) (not $isAncestorSub) }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- $numberOfVisibleChildren = add $numberOfVisibleChildren (int (not $subHidden)) }}
|
|
|
|
{{- end }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- safeHTML .Params.head }}
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- if $numberOfVisibleChildren }}
|
|
|
|
{{- $defaultOrdersectionsby := .Site.Params.ordersectionsby | default "weight" }}
|
|
|
|
{{- $currentOrdersectionsby := .Params.ordersectionsby | default $defaultOrdersectionsby }}
|
|
|
|
{{- $currentAlwaysopen := .Params.alwaysopen | default $alwaysopen }}
|
|
|
|
{{- $pageHash := md5 .Page }}
|
2022-06-06 21:11:44 +02:00
|
|
|
{{- $isOpen := or $currentAlwaysopen $isSelf $isAncestor }}
|
|
|
|
<li data-nav-id="{{.RelPermalink}}" title="{{.Title}}" class="dd-item{{if $isActive }} active{{end}}{{if (or $isSelf $isAncestor) }} parent{{end}}{{if $currentAlwaysopen}} alwaysopen{{end}}"><input type="checkbox" id="section-{{ $pageHash }}" class="toggle"{{ if $isOpen }} checked{{ end }}/><label for="section-{{ $pageHash }}" ></label><a href="{{.RelPermalink}}">
|
2021-09-13 19:21:53 +02:00
|
|
|
{{- partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }}
|
|
|
|
{{- if $showvisitedlinks }}<i class="fas fa-check read-icon"></i>{{ end }}</a><ul>
|
2021-09-23 22:27:58 +02:00
|
|
|
{{- $defaultAlwaysopen := .Site.Params.alwaysopen | default true }}
|
2021-09-27 22:03:10 +02:00
|
|
|
{{- if eq $currentOrdersectionsby "title" }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- range $pages.ByTitle }}
|
2021-09-23 22:27:58 +02:00
|
|
|
{{- template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks "alwaysopen" $defaultAlwaysopen }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
|
|
|
{{- else }}
|
|
|
|
{{- range $pages.ByWeight }}
|
2022-04-02 15:29:34 +02:00
|
|
|
{{- template "section-tree-nav" dict "sect" . "currentnode" $currentNode "showvisitedlinks" $showvisitedlinks "alwaysopen" $defaultAlwaysopen }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
2021-09-13 19:21:53 +02:00
|
|
|
{{- end }}</ul></li>
|
2022-04-03 12:12:12 +02:00
|
|
|
{{- else }}
|
|
|
|
<li data-nav-id="{{.RelPermalink}}" title="{{.Title}}" class="dd-item{{if $isActive }} active{{end}}"><a href="{{.RelPermalink}}">
|
|
|
|
{{- partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }}
|
|
|
|
{{- if $showvisitedlinks }}<i class="fas fa-check read-icon"></i>{{ end }}</a></li>
|
|
|
|
{{- end }}
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- else }}
|
2022-04-03 12:12:12 +02:00
|
|
|
<li data-nav-id="{{.RelPermalink}}" title="{{.Title}}" class="dd-item{{if $isActive }} active{{end}}"><a href="{{.RelPermalink}}">
|
2021-09-13 19:21:53 +02:00
|
|
|
{{- partial "menu-pre.html" . }}{{ or .Params.menuTitle .LinkTitle .Title }}{{ partial "menu-post.html" . }}
|
|
|
|
{{- if $showvisitedlinks }}<i class="fas fa-check read-icon"></i>{{ end }}</a></li>
|
2021-09-12 10:33:24 +02:00
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|