feat: add concil page

This commit is contained in:
2025-08-11 06:01:23 +02:00
parent 13f0e69bb0
commit c132419213
17 changed files with 5072 additions and 12 deletions

View File

@@ -107,20 +107,21 @@
</div>
</a>
{# Action ORANGE - Voir statistiques #}
<button class="group bg-gradient-to-r from-orange-500 to-orange-600 text-white rounded-xl p-6 hover:from-orange-600 hover:to-orange-700 transition-all duration-300 transform hover:scale-[1.02] shadow-lg hover:shadow-xl">
{# Action ORANGE - Préparation conseil de classe #}
<a href="{{ url_for('classes.council_preparation', id=class_group.id, trimestre=selected_trimester or 2) }}"
class="group bg-gradient-to-r from-orange-500 to-orange-600 text-white rounded-xl p-6 hover:from-orange-600 hover:to-orange-700 transition-all duration-300 transform hover:scale-[1.02] shadow-lg hover:shadow-xl">
<div class="flex items-center">
<div class="w-12 h-12 bg-white/20 rounded-xl flex items-center justify-center mr-4 group-hover:bg-white/30 transition-colors">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
<path d="M2 11a1 1 0 011-1h2a1 1 0 011 1v5a1 1 0 01-1 1H3a1 1 0 01-1-1v-5zM8 7a1 1 0 011-1h2a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 01-1-1V7zM14 4a1 1 0 011-1h2a1 1 0 011 1v12a1 1 0 01-1 1h-2a1 1 0 01-1-1V4z"/>
<path d="M17 20a1 1 0 01-1-1v-1H4v1a1 1 0 11-2 0v-1a2 2 0 01-2-2V6a2 2 0 012-2h16a2 2 0 012 2v10a2 2 0 01-2 2v1a1 1 0 01-1 1zM2 6v10h16V6H2zm5 2a1 1 0 011 1v4a1 1 0 11-2 0V9a1 1 0 011-1zm4 0a1 1 0 011 1v4a1 1 0 11-2 0V9a1 1 0 011-1zm4 0a1 1 0 011 1v4a1 1 0 11-2 0V9a1 1 0 011-1z"/>
</svg>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Voir statistiques</h3>
<p class="text-sm opacity-90">Résultats et analyses</p>
<h3 class="text-lg font-bold mb-1">Préparer conseil</h3>
<p class="text-sm opacity-90">Appréciations élèves</p>
</div>
</div>
</button>
</a>
</div>
{# 3. Dashboard Statistiques par Trimestre #}