CLIENT
This commit is contained in:
44
Site_Client/client_info_portefeuille.html
Normal file
44
Site_Client/client_info_portefeuille.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Information du portefeuille</title>
|
||||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Conteneur principal -->
|
||||
<div class="w3-container">
|
||||
<header class="w3-bar w3-light-grey">
|
||||
<a href="client_portefeuilles.html" class="w3-bar-item w3-button w3-left">Retour</a>
|
||||
<h2 class="w3-bar-item w3-center">Information du portefeuille</h2>
|
||||
</header>
|
||||
|
||||
<!-- Détails du portefeuille -->
|
||||
<div class="w3-card w3-margin">
|
||||
<div class="w3-container">
|
||||
<h3>Nom du portefeuille</h3>
|
||||
<p><strong>Nom du manager :</strong> ...</p>
|
||||
<p><strong>Prénom du manager :</strong> ...</p>
|
||||
<p><strong>Mail du manager :</strong> ...</p>
|
||||
<p><strong>Nom du responsable de portefeuille :</strong> ...</p>
|
||||
<p><strong>Prénom du responsable :</strong> ...</p>
|
||||
<p><strong>Mail du responsable :</strong> ...</p>
|
||||
|
||||
<!-- Liste des employés et clients -->
|
||||
<label for="employes">Employés :</label>
|
||||
<select id="employes" class="w3-select" name="employes">
|
||||
<option value="">Liste des employés</option>
|
||||
</select>
|
||||
|
||||
<label for="clients" class="w3-margin-top">Clients :</label>
|
||||
<select id="clients" class="w3-select" name="clients">
|
||||
<option value="">Liste des clients</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user