Release v1.0

This commit is contained in:
2026-01-15 15:32:14 +01:00
parent 2c59537189
commit bd7b1d2533

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Cemento Rev.0</title>
<title>Software Cemento {{ rev if rev else 'Stabile' }}</title>
<style>
:root { --mac-bg: #f2f2f7; --mac-blue: #007aff; --mac-red: #ff3b30; --mac-green: #34c759; }
body { font-family: -apple-system, system-ui, sans-serif; background: var(--mac-bg); padding: 20px; font-size: 14px; color: #1c1c1e; }
@@ -28,6 +28,7 @@
.res-section { margin-bottom: 15px; }
.res-section h4 { margin: 0 0 5px 0; text-transform: uppercase; font-size: 12px; color: #8e8e93; }
.res-box { background: white; padding: 15px; border-radius: 10px; border: 1px solid #d1d1d6; line-height: 1.6; }
.rev-tag { font-size: 10px; color: #8e8e93; text-align: right; margin-top: -10px; margin-bottom: 10px; }
hr { border: 0; border-top: 1px solid #d1d1d6; margin: 15px 0; }
@media print { .no-print { display: none !important; } .res-box { border: none; } }
@@ -81,7 +82,10 @@
</div>
<div class="panel">
<h3>Risultati</h3>
<div style="display: flex; justify-content: space-between; align-items: baseline;">
<h3>Risultati</h3>
<span class="rev-tag">{{ rev if rev else 'v1.0' }}</span>
</div>
{% if res %}
<div class="res-box">
<div class="res-section">