maj du block ref

This commit is contained in:
Jerome Morjon
2015-02-16 03:34:48 +01:00
parent 7669827157
commit 50d7803a7c
2 changed files with 12 additions and 10 deletions

View File

@ -39,7 +39,8 @@
@else
<div class="item">
@endif
<a href="/referents/vive.linux/games"><img src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
<br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black;" src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
<div class="well well-lg">{{$ref -> prenom}}, {{$ref -> nom}}</div>
</div>
@endforeach
@ -56,7 +57,7 @@
</a>
</div>
<script type="text/javascript"src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
<script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
<script type="text/javascript">
//<!-- bloque le clique droit
document.oncontextmenu = new Function("return false");