Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
@ -7,10 +7,9 @@
|
||||
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
|
||||
<nav>
|
||||
<form class="form-inline navbar">
|
||||
<div class="form-group">
|
||||
<img alt="" class="imgSearch" src="./pictures/homePic/search.png">
|
||||
<div class="input-group">
|
||||
</span><input type="text" class="form-control" placeholder="Rechercher un Référant">
|
||||
<div class="row divRecherche">
|
||||
<div class="col-xs-12">
|
||||
<input class="form-control inpSear" placeholder="Rechercher un Référant" name="search" onchange="hideIcon(this);" type="text">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@ -42,7 +41,7 @@
|
||||
@endif
|
||||
<br>
|
||||
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
|
||||
<a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
|
||||
<a href="/referents/vive.linux/games"><div class="well well-lg nomRef">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
@ -66,6 +65,11 @@ blabla LOL
|
||||
|
||||
<script type="text/javascript">
|
||||
document.oncontextmenu = new Function("return false");
|
||||
|
||||
function hideIcon(self) {
|
||||
self.style.backgroundImage = 'none';
|
||||
}
|
||||
|
||||
</script>
|
||||
</center>
|
||||
@endsection
|
||||
|
@ -4,7 +4,8 @@
|
||||
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
||||
<br>
|
||||
<!-- Navbar left -->
|
||||
<div class="col-md-2 listg">
|
||||
<div class=" col-md-3">
|
||||
<div class="listg">
|
||||
<legend>Créer une liste oeuvre:</legend>
|
||||
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
|
||||
<input type="hidden" name="idUser" value="{{ $me->id }}">
|
||||
@ -48,9 +49,10 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-9 princ">
|
||||
<div class="col-md-9">
|
||||
<div class="princ">
|
||||
<!-- switch a rajouté -->
|
||||
<legend id="sessionName"></legend>
|
||||
|
||||
@ -76,7 +78,6 @@
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "ADD PICTURES" -->
|
||||
<div id="addpicture" style="display:none">
|
||||
|
||||
@ -200,10 +201,5 @@
|
||||
</div>
|
||||
<br><br><br>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user