
<?php \Laravel\Section::start('content'); ?>

<div id="slideInterne" class="fadeTopJs"><?php echo  __('site.slogan_references') ; ?></div>
<div class="wrapperPadding ">
	<div class="wrapper">
		<?php $i = 0; ?>
		<?php foreach($references as $r): ?>
		<?php $i++; ?>
			<?php /*
			<div class="realisationsImg<?php echo ($i%4==0) ? ' last' : '' ?>">
				<div class="imgReference">
					<a href="<?php echo  URL::to_route('reference', array($r->id, GeneralFunctions::cleanstring($r->name))) ; ?>" title="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>">
						<img src="<?php echo  URL::to_action('photoreference',array('470','320',$r->photos_second()->name)); ; ?>" alt="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>" title="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>" />
					</a>
				</div>
				<div class="imgDesc">
					<a href="<?php echo  URL::to_route('reference', array($r->id, GeneralFunctions::cleanstring($r->name))) ; ?>"><?php echo  $r->name ; ?></a>
					<?php echo  GeneralFunctions::cleanCut($r->descLocale()->titre, 30) ; ?>
				</div>
			</div>
			*/ ?>
			<div class="blogImg<?php echo ($i%3==0) ? ' last' : '' ?>">
				<div class="imgReference">
					<a href="<?php echo  URL::to_route('reference', array($r->id, GeneralFunctions::cleanstring($r->name))) ; ?>" title="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>">
						<img src="<?php echo  URL::to_action('photoreference',array('640','400',$r->photos_second()->name)); ; ?>" alt="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>" title="<?php echo  $r->type.' '.$r->descLocale()->titre ; ?>" />
					</a>
				</div>
				<div class="imgDesc imgDescRef">
					<a href="<?php echo  URL::to_route('reference', array($r->id, GeneralFunctions::cleanstring($r->name))) ; ?>"><?php echo  $r->name ; ?></a>
					<?php echo  $r->descLocale()->mission ; ?>
				</div>
			</div>
		<?php endforeach; ?>
		<div class="clear"></div>
	</div>
</div>
<div class="wrapperPadding grey">
	<div class="wrapper">
		<h1><?php echo  __('site.autres_references') ; ?></h1>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres last"></div>
		<div class="clear"></div>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres"></div>
		<div class="realisationsAutres last"></div>
		<div class="clear"></div>
	</div>
</div>

<?php echo view('includes.pre_footer')->with(get_defined_vars())->render(); ?>

<?php \Laravel\Section::stop(); ?>
<?php echo view('template')->with(get_defined_vars())->render(); ?>