$lop = new link_order_product($_GET["id"]);
?>

<div class="input-group">
	<label for="product">Name of the product (type and let the machine seek for you)</label>
	<input id="searchProductInOrder" name="product" type="text" class="form-control" placeholder="Product name" value="<?php 
echo $lop->getProduct()->getName();
?>
" aria-describedby="searchProduct">
	<span class="input-group-addon glyphicon glyphicon-search" id="searchProduct"></span>
</div>
<div id="list-product"></div>

<form method="get" action="../controller/setLineProductToOrder.php">
	<input type="hidden" name="id_link_order" value="<?php 
echo $lop->getId();
?>
">
	<input type="hidden" name="id_product" value="<?php 
echo $lop->getId_product();
?>
">
	<div id="parameter_product_add" class="form-group">
		<label for="parameter">Parameter</label>
		<select name="parameter" type="text" class="form-control">
			<!-- Rajouter les options en fonctions du type etc... -->
		</select>
	</div>
	<div class="form-group">
		<label for="ref_batch">Ref Batch (n°lot)</label>
		<input name="ref_batch" type="text" class="form-control" value="<?php