| Current Path : /home/h/a/p/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/upload_file_modal.php |
<?
$produit_id = $_REQUEST['produit_id'];
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<script type='text/javascript' src='/js/lib/dummy.js'></script>
<link rel="stylesheet" type="text/css" href="/css/result-light.css">
</head>
<body>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
<iframe height=660 width=100% src="upload_file.php?produit_id=<?echo $produit_id;?>"></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn default" onclick="javascript:window.location.reload()" data-dismiss="modal" >Fermer</button>
</div>
</body>
</html>