... | ... |
@@ -16,6 +16,14 @@ groupes[GDR]='Groupe de la Gauche démocrate et républicaine' |
16 | 16 |
groupes[LT]='Groupe Libertés et Territoires' |
17 | 17 |
groupes[NI]='Non inscrits' |
18 | 18 |
|
19 |
+for g in ${!groupes[@]}; do |
|
20 |
+ if test $nom = $g; then |
|
21 |
+ groupe_ref=$nom |
|
22 |
+ unset nom |
|
23 |
+ break |
|
24 |
+ fi |
|
25 |
+done |
|
26 |
+ |
|
19 | 27 |
if test -n "${groupes[$groupe]}" -a -n "${groupes[$groupe_ref]}"; then |
20 | 28 |
groupes[$groupe]='/<p class="nomgroupe">'${groupes[$groupe]}' <span class="block topmargin">/,/<div class="TTgroupe topmargin-lg">/' |
21 | 29 |
if test $groupe != $groupe_ref; then |