forked from web/portal
58 lines
1.7 KiB
HTML
58 lines
1.7 KiB
HTML
{{ define "main" }}
|
|
<img class="heading-img" src="{{ "ecg-portal-logo.png" | absURL }}" />
|
|
|
|
<div>
|
|
{{ .Content }}
|
|
</div>
|
|
|
|
<div class="epframe">
|
|
{{ range .Params.items }}
|
|
<a href="{{ .url }}" target="_blank">
|
|
<div class="epsquare epcol{{ .cssClass }}">
|
|
<div class="eptextfunc">{{ $found := false }}
|
|
{{ range $key, $value := .title }}
|
|
{{ if eq (string $.Site.Language) $key }}
|
|
{{ $value }}
|
|
{{ $found = true }}
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
{{ if eq $found false }}
|
|
{{ .title.en }}
|
|
{{ end }}</div>
|
|
|
|
<div class="eptexttool">{{ .solution }}</div>
|
|
</div></a>
|
|
{{ end }}
|
|
</div>
|
|
|
|
|
|
<!--Platzhalter-->
|
|
<div class="epsquareplus"></div>
|
|
</div>
|
|
|
|
<div class="epframe">
|
|
<a href="https://www.ecogood.org/media/filer_public/73/da/73dab961-6125-4f69-bf7a-3c8613a90739/gwoe_arbeitsbuch_5_0_vollbilanz.pdf" target="_blank">
|
|
<div class="epsrect buchvoll"></div>
|
|
</a>
|
|
|
|
<a href="https://www.ecogood.org/media/filer_public/04/8e/048e113f-5802-494e-866b-c3f8c8a6a674/gwoe_arbeitsbuch_5_0_kompaktbilanz.pdf" target="_blank">
|
|
<div class="epsrect buchkompakt"></div>
|
|
</a>
|
|
|
|
<a href="https://wiki.ecogood.org/download/attachments/10649644/GW%C3%96_Umgangskodex.pdf?version=2&modificationDate=1516310958744&api=v2" target="_blank">
|
|
<div class="epsrect buchkodex">
|
|
<div class="eptextfunc kodex">Umgangs<br />kodex</div></div>
|
|
</a>
|
|
|
|
<a href="https://wiki.ecogood.org/pages/viewpage.action?pageId=33949627&preview=/12359328/26348450/GWOE_Regelwerk1804.pdf" target="_blank">
|
|
<div class="epsrect buchregel">
|
|
</div></a>
|
|
</div>
|
|
|
|
<!--Platzhalter-->
|
|
<div class="epsquareplus"></div>
|
|
<!--Platzhalter-->
|
|
<div class="epsquareplus"></div>
|
|
{{ end }}
|