feat: Add print functionality and improve layout for various templates
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
{% block title %}Nutzungsbedingungen | Invario{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article class="panel">
|
||||
<h1>Allgemeine Nutzungs- und Lizenzbedingungen für die Invario UG Modul Suite</h1>
|
||||
<p><strong>Stand:</strong> Mai 2026</p>
|
||||
<article class="panel" style="display:flex; align-items:flex-start; justify-content:space-between; gap:1rem;">
|
||||
<div>
|
||||
<h1>Allgemeine Nutzungs- und Lizenzbedingungen für die Invario UG Modul Suite</h1>
|
||||
<p><strong>Stand:</strong> Mai 2026</p>
|
||||
</div>
|
||||
<div class="no-print">
|
||||
<button class="print-btn" type="button" onclick="printDocument()">Dokument drucken</button>
|
||||
</div>
|
||||
|
||||
<h2>Inhaltsverzeichnis</h2>
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user