Регулярное выражение

This commit is contained in:
2026-03-07 13:05:26 +05:00
parent 37b03dc1b5
commit 3ef77e35ff
3 changed files with 26 additions and 5 deletions

View File

@@ -51,9 +51,9 @@
</button>
</form>
<div class="test-users">
<h3><i class="fas fa-users"></i> Управление задачами 0.9</h3>
<h3><i class="fas fa-users"></i> Управление задачами {{APP_VERSION}}</h3>
<ul>
<li><strong><i class="fas fa-school"></i> @2025</strong> МАОУ - СОШ № 25</li>
<li><strong><i class="fas fa-school"></i> @2025</strong> {{SCHOOL_NAME}}</li>
</ul>
</div>
</div>
@@ -64,7 +64,7 @@
<div class="header-top">
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px;">
<img src="login2.png" alt="School CRM Logo" style="max-width: 200px; max-height: 110px; flex-shrink: 0;">
<h1 style="margin: 0;"> School CRM - Управление задачами</h1>
<h1 style="margin: 0;"> {{SCHOOL_NAME}} - Управление задачами</h1>
<img src="login2.png" alt="School CRM Logo" style="max-width: 200px; max-height: 110px; flex-shrink: 0;">
</div>