Add runtime folders to gitignore
This commit is contained in:
@ -3238,9 +3238,10 @@ if ($title != '') {
|
||||
|
||||
<div>Participant</div>
|
||||
|
||||
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
||||
<div>Équipe</div>
|
||||
<?php } ?>
|
||||
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
||||
<div>No équipe</div>
|
||||
<div>Équipe</div>
|
||||
<?php } ?>
|
||||
|
||||
<div>Numéro du participant</div>
|
||||
|
||||
@ -3276,14 +3277,18 @@ if ($title != '') {
|
||||
</div>
|
||||
<?php if ((int)$tabEpreuve['epr_equipe'] === 1) { ?>
|
||||
|
||||
<div class="bib-view-team-number">
|
||||
<?php echo $p['no_equipe']; ?>
|
||||
</div>
|
||||
|
||||
<div class="bib-view-team">
|
||||
|
||||
<?php
|
||||
echo $p['pec_nom_equipe'];
|
||||
echo $p['pec_nom_equipe'];
|
||||
|
||||
if ((int)$p['rol_id'] === 1) {
|
||||
echo ' (C)';
|
||||
}
|
||||
if ((int)$p['rol_id'] === 1) {
|
||||
echo ' (C)';
|
||||
}
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user