commit
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<form method="post" action="{{ URL::to('referent/ajouterliste') }}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<div class="form-group">
|
||||
<label for="nomListe">Nouvelle liste</label>
|
||||
<label for="nomListe">Nouvelle liste :</label>
|
||||
<div class="input-group">
|
||||
<input type="text" id="nomListe" name="nomListe" class="form-control" placeholder="Nom de la liste">
|
||||
<span class="input-group-btn">
|
||||
@ -88,7 +88,7 @@
|
||||
@if(count($mesoeuvres->oeuvres) == 0)
|
||||
|
||||
|
||||
<h3>Aucune oeuvre dans la liste.</h3>
|
||||
<h5>Aucune oeuvre dans la liste.</h5>
|
||||
@else
|
||||
<form method="post" action="{{ URL::to('referent/modifierliste/supprimer', $mesoeuvres->id) }}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
@ -293,7 +293,8 @@ $('#imagesSearched').on('click', '.pagination a', function (event) {
|
||||
$('#recherche select').multiselect({
|
||||
enableFiltering: true,
|
||||
buttonWidth: '100%',
|
||||
maxHeight: 200
|
||||
maxHeight: 200,
|
||||
enableCaseInsensitiveFiltering: true
|
||||
});
|
||||
|
||||
$("#recherche").on('submit', function(event){
|
||||
|
@ -180,10 +180,9 @@
|
||||
setTimeout(function(){
|
||||
location.href = "{{URL::to('/')}}";
|
||||
}, 4000);
|
||||
|
||||
// TODO appel ajax
|
||||
//var t1 = game.world.create(game.world.centerX,game.world.centerY, "tableau1");
|
||||
//t1.anchor.setTo(0.5,0.5);
|
||||
|
||||
}
|
||||
else {
|
||||
setTimeout(function(){
|
||||
|
@ -17,7 +17,7 @@
|
||||
<button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/3') }}'"><span style="color:gold;"><span class="icon-star-full"></span><span class="icon-star-full"></span><span class="icon-star-full"></span></span></button>
|
||||
</div>
|
||||
|
||||
<div style="position: relative; left: 0; bottom:-10%; padding-left:1%; ">
|
||||
<div style="position: absolute; left: 10px; top: 10px;">
|
||||
<a href="/"><img style="height: 80px;" src="{{ URL::to('imgs/previouspage.png') }}"></a>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user