| Server IP : 213.186.33.2 / Your IP : 216.73.216.39 Web Server : Apache System : Linux webm005.cluster102.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : symetry ( 21728) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/symetry/www/ARCHIVES/web/wp-content/themes/symetry-theme/ |
Upload File : |
<?php
/*
Template Name: Page équipe
*/
?>
<?php get_header(); ?>
<?php if( have_rows('equipe-membres') ): ?>
<?php while( have_rows('equipe-membres') ): the_row(); ?>
<div class="box-resp center team">
<h2 class="center"><?php the_sub_field('equipe-nom'); ?></h2>
<table>
<?php if( have_rows('equipe-cv') ): ?>
<?php while( have_rows('equipe-cv') ): the_row(); ?>
<tr>
<td class="equipe-annee"><?php the_sub_field('equipe-cv-annee'); ?></td>
<td class="equipe-entree"><?php the_sub_field('equipe-cv-entree'); ?></td>
</tr>
<?php endwhile; // end of the loop. ?>
<?php endif; // if( get_field('to-do_lists') ): ?>
</table>
<p class="reference-description"><?php the_sub_field('collaborateur-job'); ?></p>
</div><!-- fin .box-resp -->
<?php endwhile; // end of the loop. ?>
<?php endif; // if( get_field('to-do_lists') ): ?>
<div class="box-content">
<h2 class="center">Collaborateurs</h2>
<ul class="list-resp">
<?php if( have_rows('equipe-collaborateurs') ): ?>
<?php while( have_rows('equipe-collaborateurs') ): the_row(); ?>
<li class="row-resp">
<?php if(get_sub_field('collaborateur-lien')){ ?>
<a href="<?php the_sub_field('collaborateur-lien'); ?>" target="_blank">
<?php } ?>
<h3 <?php if((get_sub_field('actuel')== 'true')){ echo "class='actuel'";}?>><?php the_sub_field('collaborateur-nom'); ?></h3>
<?php if(get_sub_field('collaborateur-lien')){ ?>
</a>
<?php } ?>
<p class="reference-description"><?php the_sub_field('collaborateur-job'); ?></p>
</li>
<?php endwhile; // end of the loop. ?>
<?php endif; // if( get_field('to-do_lists') ): ?>
</ul><!-- fin .list-resp -->
</div><!-- fin .box-resp -->
<?php get_footer(); ?>