mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
test rezervace - aut
This commit is contained in:
+13
@@ -381,6 +381,7 @@
|
||||
<a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a>
|
||||
<a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a>
|
||||
<a href="http://webportal:8080" class="hover:text-brand-light-blue">Kontakt</a>
|
||||
<a href="/rezervace-aut" class="hover:text-brand-light-blue">Rezervace aut</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -392,6 +393,7 @@
|
||||
<a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a>
|
||||
<a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a>
|
||||
<a href="http://webportal:8080" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a>
|
||||
<a href="/rezervace-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rezervace aut</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -474,6 +476,17 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="card bg-white rounded-xl shadow p-6 border-t-4 border-indigo-600" data-name="rezervace aut vozidel calendar">
|
||||
<div class="rounded-full w-14 h-14 flex items-center justify-center bg-indigo-100 text-indigo-600 mb-4">
|
||||
<i class="fas fa-calendar-alt text-2xl"></i>
|
||||
</div>
|
||||
<h2 class="text-xl font-bold text-gray-800 mb-2">Rezervace služebních vozů</h2>
|
||||
<p class="text-gray-600 mb-4">Kalendář pro rezervaci a plánování služebních jízd</p>
|
||||
<a href="/rezervace-aut" class="block text-center bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
||||
Otevřít aplikaci
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Dynamic apps will be loaded here -->
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user