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