Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
@ -2,8 +2,19 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Session::get('message_add') }}
|
||||
{{ Session::get('message_delete') }}
|
||||
<div class="col-sm-12">
|
||||
@if (session('message_add'))
|
||||
<div class="alert alert-success col-sm-4">
|
||||
{{ Session::get('message_add') }}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if (session('message_delete'))
|
||||
<div class="alert alert-success col-sm-4">
|
||||
{{ Session::get('message_delete') }}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="col-md-2"></div>
|
||||
|
@ -38,8 +38,8 @@
|
||||
<div class="item">
|
||||
@endif
|
||||
<br>
|
||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 500px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
|
||||
<div class="well well-lg">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
|
||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
|
||||
<a href="/referents/vive.linux/games"><div class="well well-lg col-xs-4 col-md-2">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
@ -55,12 +55,8 @@
|
||||
</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">
|
||||
//<!-- bloque le clique droit
|
||||
document.oncontextmenu = new Function("return false");
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</center>
|
||||
@endsection
|
||||
|
@ -18,26 +18,12 @@
|
||||
<br><br>
|
||||
<legend>Mes sessions:</legend>
|
||||
<table class="table table-hover">
|
||||
@foreach ($sessions as $session)
|
||||
<tr class="active">
|
||||
<td>Falbala</td>
|
||||
<td>Supprimer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>biblo</td>
|
||||
<td>Supprimer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tralala</td>
|
||||
<td>Supprimer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Redmin</td>
|
||||
<td>Supprimer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vive arch linux</td>
|
||||
<td>{{$session->nom}}</td>
|
||||
<td>Supprimer</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user