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