presque fini la maquette

This commit is contained in:
2024-10-03 14:41:01 +02:00
parent 7eee8c25a3
commit aa92bae41a
9 changed files with 433 additions and 26 deletions

View File

@@ -15,14 +15,14 @@
<!-- Conteneur principal -->
<div class="w3-container">
<header class="w3-bar w3-light-grey">
<button class="w3-bar-item w3-button w3-left" onclick="location.href='client_portefeuilles.html'">Retour</button>
<h2 class="w3-bar-item w3-center">Information des clients</h2>
<header class="w3-bar w3-light-grey w3-padding">
<button class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='client_portefeuilles.html'">Retour</button>
<h2 class="w3-bar-item w3-display-topmiddle">Information des clients</h2>
</header>
<!-- Formulaire d'informations client -->
<div class="w3-card w3-margin">
<div class="w3-container">
<div class="w3-container w3-padding">
<h3>Vos informations</h3>
<label>Nom :</label>
<input class="w3-input w3-border" type="text" value="...">
@@ -43,21 +43,21 @@
<label class="w3-margin-top">Changer l'avatar :</label>
<div class="w3-container">
<img src="avatar_placeholder.png" alt="Avatar" class="w3-circle" style="width:80px">
<button class="w3-button w3-grey">Changer</button>
<button class="w3-button w3-grey w3-round-xlarge">Changer</button>
</div>
<!-- Bouton de confirmation -->
<button class="w3-button w3-green w3-margin-top" onclick="document.getElementById('confirmModal').style.display='block'">Confirmer les changements</button>
<button class="w3-button w3-green w3-margin-top w3-round-xlarge" onclick="document.getElementById('confirmModal').style.display='block'">Confirmer les changements</button>
</div>
</div>
<!-- Pop-up de confirmation -->
<div id="confirmModal" class="w3-modal">
<div class="w3-modal-content w3-animate-top w3-card">
<header class="w3-container w3-blue">
<button class="w3-button w3-display-topright" onclick="location.href='client_portefeuilles.html'">Fermer le pop-up</button>
<div class="w3-modal-content w3-round-xlarge w3-animate-top w3-card">
<header class="w3-container w3-red">
<button class="w3-button w3-display-topright w3-round-xlarge" onclick="location.href='client_portefeuilles.html'">Fermer le pop-up</button>
</header>
<div class="w3-container">
<div class="w3-container w3-center">
<p>Changement de vos données : accorder</p>
</div>
</div>

View File

@@ -10,14 +10,14 @@
<!-- 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 class="w3-bar w3-light-grey w3-padding">
<a href="client_portefeuilles.html" class="w3-bar-item w3-button w3-border w3-border-black w3-left w3-round-xlarge w3-margin-bottom">Retour</a>
<h2 class="w3-bar-item w3-display-topmiddle">Information du portefeuille</h2>
</header>
<!-- Détails du portefeuille -->
<div class="w3-card w3-margin">
<div class="w3-container">
<div class="w3-container w3-padding">
<h3>Nom du portefeuille</h3>
<p><strong>Nom du manager :</strong> ...</p>
<p><strong>Prénom du manager :</strong> ...</p>

View File

@@ -15,13 +15,13 @@
<!-- Conteneur principal -->
<div class="w3-container">
<header class="w3-bar w3-light-grey">
<header class="w3-bar w3-light-grey w3-padding">
<!-- Bouton Mon profil à gauche -->
<button class="w3-bar-item w3-button w3-left">Mon profil</button>
<button class="w3-bar-item w3-button w3-border w3-border-black w3-left w3-round-xlarge w3-margin-bottom">Mon profil</button>
<!-- Titre centré -->
<h2 class="w3-bar-item w3-center">Mes portefeuilles</h2>
<h2 class="w3-bar-item w3-display-topmiddle">Mes portefeuilles</h2>
<!-- Bouton Déconnexion décoratif à droite -->
<span class="w3-bar-item w3-right w3-button w3-border">Déconnexion</span>
<span class="w3-bar-item w3-right w3-button w3-border w3-border-black w3-border w3-round-xlarge w3-margin-bottom">Déconnexion</span>
</header>
<!-- Conteneur pour les deux colonnes (profil et liste des portefeuilles) -->
@@ -34,14 +34,14 @@
<div class="w3-container w3-border w3-margin-bottom">
<h4>NomDossier 1</h4>
<p>Description, Num_Equipe</p>
<button class="w3-button w3-blue" onclick="location.href='client_info_portefeuille.html'">Voir les détails</button>
<button class="w3-button w3-red" onclick="document.getElementById('deleteModal').style.display='block'">Supprimer mes données</button>
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom" onclick="location.href='client_info_portefeuille.html'">Voir les détails</button>
<button class="w3-button w3-red w3-round-xlarge w3-margin-bottom" onclick="document.getElementById('deleteModal').style.display='block'">Supprimer mes données</button>
</div>
<div class="w3-container w3-border w3-margin-bottom">
<h4>NomDossier 2</h4>
<p>Description, Num_Equipe</p>
<button class="w3-button w3-blue" onclick="location.href='client_info_portefeuille.html'">Voir les détails</button>
<button class="w3-button w3-red" onclick="document.getElementById('deleteModal').style.display='block'">Supprimer mes données</button>
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom" onclick="location.href='client_info_portefeuille.html'">Voir les détails</button>
<button class="w3-button w3-red w3-round-xlarge w3-margin-bottom" onclick="document.getElementById('deleteModal').style.display='block'">Supprimer mes données</button>
</div>
</div>
</div>
@@ -61,7 +61,7 @@
<p><strong>Adresse :</strong> Ville, Commune, etc...</p>
<p><strong>Mail :</strong> example@client.com</p>
<p><strong>Métier :</strong> example</p>
<button class="w3-button w3-blue w3-margin-top" onclick="location.href='client_info_clients.html'">Changer mes données</button>
<button class="w3-button w3-blue w3-round-xlarge w3-margin-top" onclick="location.href='client_info_clients.html'">Changer mes données</button>
</div>
</div>
</div>
@@ -73,15 +73,14 @@
<div id="deleteModal" class="w3-modal">
<div class="w3-modal-content w3-animate-top w3-card">
<header class="w3-container w3-red">
<span onclick="document.getElementById('deleteModal').style.display='none'" class="w3-button w3-display-topright">&times;</span>
<h2>Confirmation</h2>
</header>
<div class="w3-container">
<p>Voulez-vous supprimer vos données ?</p>
</div>
<footer class="w3-container w3-padding">
<button class="w3-button w3-green" onclick="document.getElementById('deleteModal').style.display='none'">Oui</button>
<button class="w3-button w3-grey" onclick="document.getElementById('deleteModal').style.display='none'">Non</button>
<button class="w3-button w3-green w3-round-xlarge" onclick="document.getElementById('deleteModal').style.display='none'">Oui</button>
<button class="w3-button w3-red w3-round-xlarge" onclick="document.getElementById('deleteModal').style.display='none'">Non</button>
</footer>
</div>
</div>