modified: SRC/public/js/getListeOeuvre.js

modified:   SRC/resources/views/home.blade.php
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-02-19 17:07:41 +01:00
parent 465098a463
commit f689ecef97
3 changed files with 23 additions and 8 deletions

View File

@ -5,9 +5,8 @@ $(document).ready( function() {
$.get(url, function( data ) {
data.forEach( function(el) {
$("#oeuvrePic").append('<div class="col-xs-4 col-md-3">')
.append('<div class="col-xs-4 col-md-3">')
.append('<a href="#" class="thumbnail">')
.append('<img src="http://www.augustins.org/documents/10180/156407/' + el.urlPhoto + '">')
.append('<img width="50px" src="http://www.augustins.org/documents/10180/156407/' + el.urlPhoto + '"/>')
.append('</a></div>');
})
}, "json" )