Initial commit

This commit is contained in:
2025-02-13 22:10:32 +01:00
commit 3563d783d4
162 changed files with 14738 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<template>MainMenu.txt</template>
</manifest>

View File

@@ -0,0 +1,32 @@
[*>NODE-TOP]
[>NODE-TOP]
<li>
[?SELECTED]
<button type="button" class="btn btn-outline-light" disabled>[=TEXT]</button>
[?ELSE]
[?ENABLED]
<a href="[=URL]" class="btn btn-outline-light" target="[=TARGET]">[=TEXT]</a>
[?ELSE]
<a href="#" class="btn btn-outline-light" target="[=TARGET]">[=TEXT]</a>
[/?]
[/?]
</li>
[/>]
[>NODE]
<li class="[?SELECTED] active[/?]">
[?SELECTED]
[?ENABLED]
<a href="[=URL]" [?NODE]class="split"[/?] target="[=TARGET]">[=TEXT]</a>
[?ELSE]
<a href="#" target="[=TARGET]">[=TEXT]</a>
[/?]
[?ELSE]
[/?]
</li>
[/>]