html5-infobeamer-aalen-geek.../templates/root.html

70 lines
2.9 KiB
HTML
Raw Permalink Normal View History

2023-11-01 02:49:29 +01:00
<!DOCTYPE html>
2023-11-01 23:13:36 +01:00
<!-- (C) 2023 by L3D <l3d@c3woc.de> - MIT License -->
{% if alt %}
<html lang="{{ alt }}">
{% else %}
<html>
{% endif %}
2023-11-01 02:49:29 +01:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ this.title }}</title>
<link href="{{ '/static/fork-awesome/css/fork-awesome.min.css'|asseturl }}" rel="stylesheet" type="text/css">
2023-11-01 17:14:41 +01:00
<meta name="robots" content="noindex">
2023-11-01 23:13:36 +01:00
<link href="{{ '/css/root_index.css'|asseturl }}" rel="stylesheet" type="text/css">
2023-11-01 15:10:24 +01:00
<script src="/config.js"></script>
2023-11-01 23:13:36 +01:00
<meta name="author" content="L3D">
2023-11-01 02:49:29 +01:00
</head>
<body>
<h1 class="header">{{ this.title }}</h1>
<div class="content">
2023-11-02 01:10:07 +01:00
<h2>Infobeamer Endpunkte:</h2>
2023-11-01 02:49:29 +01:00
<ul>
2023-11-02 01:10:07 +01:00
{% set root = site.get('/') %}
{% for child in root.children recursive %}
{% if this._path != child._path %}
{% if not child.hide_from_global_index %}
2023-11-01 02:49:29 +01:00
<li class="infopointitem">
2023-11-02 01:10:07 +01:00
<span class="fa fa-hand-o-right bullet"></span><b>{{ child.title }}:</b><a class="infopoint" href="{{ child|url }}">{{ child|url }}</a>
2023-11-02 00:45:46 +01:00
</li>
2023-11-02 01:10:07 +01:00
{% endif %}
{% endif %}
{% endfor %}
2023-11-01 01:59:19 +01:00
</ul>
2023-11-02 01:10:07 +01:00
{{ this.body }}
2023-11-01 23:13:36 +01:00
<footer>
<small>&copy; {{ none|datetimeformat('YYYY') }} L3D <a href="https://winkekatze.tv">winkekatze.tv</a></small>
</footer>
2023-11-01 02:49:29 +01:00
</div>
<script src="{{ '/js/luxon/luxon.min.js' | asseturl }}"></script>
<script src="{{ '/js/preact/preact.min.js' | asseturl }}"></script>
<script src="{{ '/js/htm/htm.js' | asseturl }}"></script>
</body>
</html>
2023-11-01 23:13:36 +01:00
<!-- __ _____ _
/ \__..-""" ;-.",'/
( / \_ `.' / `.
| | ) `;. ,' / \ \
( '. /___/_j_ / ) | )
'\ / __\``::'/__' |
|\_ ( / .-| |-.| `-,|
.| ( \ ( (W♥| \♥)j '
..-"""-, .|' ', \_\_`_| ``-.
.-` ..::. `, |, ._:7 \__/
,' .:::'':::. \ |:'. \ ______.-'
.' .::' ':: :._______| \ \ `"7 /
/ ./:' ,.-'''>-' ' `.`.._/ (
- :/:' | / ╱▔╲╱▔╲ `. `._/ \
| :::' .' | ▏WAF ▕ `-_./ |
.' ||| .' | ╲ FEL |
| ||| | | ╲ |
| ':|| '. / \ ╲╱ / \__/
| . ||| |.-"' | /-,_______\ \
|/| ||| | _/ / | |\ \
` ) '::. '. / / | | `-., \
\ ||| | | | | | / )
`. ||| | _/| | | | ( |
`::|| | | | | | \ |
`-._| | \ | \ `.___/
\_______) \_______) C3WOC-->