This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/resources/views/referent.blade.php

168 lines
5.1 KiB
PHP
Raw Normal View History

2015-02-12 19:00:23 +00:00
@extends('app')
@section('content')
2015-02-19 15:45:23 +00:00
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
2015-02-12 19:00:23 +00:00
<br>
2015-02-19 22:25:06 +00:00
<!-- Navbar left -->
<div class="col-md-2 listg">
2015-02-19 22:02:06 +00:00
<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 }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" required="required" name="name" placeholder="Ajouter une liste d'oeuvre">
</div>
</div>
2015-02-19 22:02:06 +00:00
<button type="submit" class="btn btn-primary">Ajouter</button>
</form>
<br><br>
<legend>Mes listes d'oeuvres:</legend>
<table class="table table-hover">
<caption>Nom | Activer | Supprimer</caption>
@foreach ($listeoeuvres as $listeoeuvre)
<tr class="active listeoeuvre">
<form method="POST" role="form" action="deleteListeOeuvre">
<input type="hidden" name="idUser" value="{{ $me->id }}">
<input type="hidden" class="idListeOeuvre" name="idListeOeuvre" value="{{ $listeoeuvre->id }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
<td>{{$listeoeuvre->nom}}</td>
<td>
<label class="ios7-switch">
<input type="checkbox" checked>
<span></span>
</label>
</td>
<td>
<button type="submit" class="btn btn-sm btn-danger">
<span class="glyphicon glyphicon-trash"></span>
</td>
</form>
</tr>
@endforeach
2015-02-19 22:02:06 +00:00
</table>
</div>
2015-02-12 23:59:13 +00:00
<div class="col-md-9 princ">
2015-02-19 23:58:51 +00:00
<!-- switch a rajouté -->
2015-02-19 21:53:52 +00:00
<legend>Falbala: </legend>
2015-02-19 21:53:52 +00:00
<div class="panel panel-default col-md-9"><br>
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#">Ma sélection</a></li>
<li role="presentation"><a href="#">Ajouter des images</a></li>
</ul>
<br>
<br><br><br><br><br><br><br><br><br><br><br>
2015-02-19 21:53:52 +00:00
</div>
<div class="col-md-3">
<legend>Mes jeux associés</legend>
2015-02-19 23:58:51 +00:00
2015-02-19 21:53:52 +00:00
<div class="checkbox">
2015-02-19 23:58:51 +00:00
<label class="ios7-switch">
<input type="checkbox" checked>
<span></span>
Puzzle Game
</label>
2015-02-19 23:58:51 +00:00
<label class="ios7-switch">
<input type="checkbox" >
<span></span>
Jeu du pendu
</label>
2015-02-19 23:58:51 +00:00
<label class="ios7-switch">
<input type="checkbox" >
<span></span>
Assassin's creed
</label>
</div>
2015-02-19 21:53:52 +00:00
</div>
<br><br><br>
</div>
2015-02-19 22:25:06 +00:00
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "MY SELECTION" -->
<div class="col-md-7 princ" id="selection">
<span style="float: right"><a href="">Sélectionner tout</a> -- <a href="">Annuler sélection</a></span><br>
<div class="panel-body" id="oeuvrePic">
2015-02-19 21:53:52 +00:00
<!-- // TODO -->
</div>
<button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button>
</div>
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "ADD PICTURES" -->
<div class="col-md-7 princ" id="addpicture">
2015-02-20 01:54:06 +00:00
<div>
<legend>Critères</legend>
<select class="form-control comboSearch">
<option selected="selected">Selectionner catégorie</option>
<option>1</option>
2015-02-20 01:54:06 +00:00
<option>2</option>
</select>
<select class="form-control comboSearch">
<option selected="selected">Tous les éléments</option>
<option>1</option>
<option>2</option>
</select>
2015-02-20 01:54:06 +00:00
<button class="btn btn-primary">Ajouter</button>
</div>
<div>
<input type="text" class="form-control comboSearch" required="required" name="name" placeholder="Rechercher">
<button class="btn btn-primary">Ajouter</button>
</div>
2015-02-20 01:54:06 +00:00
<div>
<form class="form-inline mesFiltres">
<legend>Mes filtres</legend>
<table class="table">
<tr>
<td>Montagne: noire</td>
2015-02-20 01:54:06 +00:00
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
<tr>
<td>couleur: bleu</td>
2015-02-20 01:54:06 +00:00
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
<tr>
<td>âge: 10 ans</td>
2015-02-20 01:54:06 +00:00
<td><a href="" ><img class="icon_del" src="/pictures/setting_picture/delete_icon.png" alt="Supprimer" /></a></td>
</tr>
</table>
</form>
</div>
<span style="float: right"><a href="">Sélectionner tout</a> -- <a href="">Annuler sélection</a></span><br>
<div class="panel panel-default">
<div class="panel-body" id="oeuvrePic">
<div class="col-xs-4 col-md-3">
<a href="#" class="thumbnail">
<img src="http://www.augustins.org/documents/10180/156407/1"/>
</a>
</div>
<div class="col-xs-4 col-md-3">
<a href="#" class="thumbnail">
<img src="http://www.augustins.org/documents/10180/156407/1"/>
</a>
</div>
<div class="col-xs-4 col-md-3">
<a href="#" class="thumbnail">
<img src="http://www.augustins.org/documents/10180/156407/1"/>
</a>
</div>
</div>
</div>
<button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button>
2015-02-19 16:49:26 +00:00
</div>
2015-02-12 19:00:23 +00:00
@endsection
2015-02-19 14:37:52 +00:00