Fni
This commit is contained in:
@@ -24,8 +24,22 @@
|
||||
<form class="w3-container">
|
||||
<label for="portfolioName">Nom du portefeuille :</label>
|
||||
<input class="w3-input w3-border" type="text" id="portfolioName" required>
|
||||
<label for="portfolioDescription">Description :</label>
|
||||
<input class="w3-input w3-border" type="text" id="portfolioDescription" required>
|
||||
<label for="Fichier">Ajout de fichiers :</label>
|
||||
<select id="Fichier" class="w3-select" name="Fichier">
|
||||
<option value="">Liste des fichiers</option>
|
||||
</select>
|
||||
<label for="Resp">Responsable de portefeuille :</label>
|
||||
<select id="Resp" class="w3-select" name="Resp">
|
||||
<option value="">Liste des responsable</option>
|
||||
</select>
|
||||
<label for="Emp">Employés :</label>
|
||||
<select id="Emp" class="w3-select" name="Emp">
|
||||
<option value="">Liste des employés</option>
|
||||
</select>
|
||||
<label for="Clients">Client :</label>
|
||||
<select id="Clients" class="w3-select" name="Clients">
|
||||
<option value="">Liste des clients</option>
|
||||
</select>
|
||||
<button class="w3-button w3-green w3-margin-top w3-round-xlarge">Créer</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
43
Site Manager/manager_info_employe.html
Normal file
43
Site Manager/manager_info_employe.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!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 w3-padding">
|
||||
<a href="manager_liste_employes.html" class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Retour</a>
|
||||
<h2 class="w3-bar-item w3-display-topmiddle">Information de l'employé</h2>
|
||||
</header>
|
||||
|
||||
<!-- Détails du portefeuille -->
|
||||
<div class="w3-card w3-margin">
|
||||
<div class="w3-container w3-padding">
|
||||
<p><strong>Nom :</strong> ...</p>
|
||||
<p><strong>Prénom :</strong> ...</p>
|
||||
<p><strong>Date de naissance :</strong> ...</p>
|
||||
<p><strong>Lieu de vie :</strong> ...</p>
|
||||
<p><strong>Email :</strong> ...</p>
|
||||
<p><strong>Métier :</strong> ...</p>
|
||||
<p><strong>Département :</strong> ...</p>
|
||||
<p><strong>Chef de département :</strong> ...</p>
|
||||
|
||||
<!-- Accès au dossier -->
|
||||
<div class="w3-padding">
|
||||
<label for="accesDossier">Accès au dossier :</label>
|
||||
<select id="accesDossier" class="w3-select" name="accesDossier">
|
||||
<option value="">Liste des dossiers</option>
|
||||
<!-- Options à ajouter ici -->
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -48,7 +48,7 @@
|
||||
<p style="margin: 0;">Lieu de vie: Paris</p>
|
||||
<p style="margin: 0;">Email: employe1@example.com</p>
|
||||
<div class="w3-right">
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom">Voir les détails</button>
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom" onclick="location.href='manager_info_employe.html'">Voir les détails</button>
|
||||
<button class="w3-button w3-green w3-round-xlarge w3-margin-bottom" onclick="openModal()">Contrôle Portefeuille</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
<p style="margin: 0;">Lieu de vie: Lyon</p>
|
||||
<p style="margin: 0;">Email: employe2@example.com</p>
|
||||
<div class="w3-right">
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom">Voir les détails</button>
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom" onclick="location.href='manager_info_employe.html'">Voir les détails</button>
|
||||
<button class="w3-button w3-green w3-round-xlarge w3-margin-bottom" onclick="openModal()">Contrôle Portefeuille</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@
|
||||
<p style="margin: 0;">Lieu de vie: Marseille</p>
|
||||
<p style="margin: 0;">Email: employe3@example.com</p>
|
||||
<div class="w3-right">
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom">Voir les détails</button>
|
||||
<button class="w3-button w3-blue w3-round-xlarge w3-margin-bottom" onclick="location.href='manager_info_employe.html'">Voir les détails</button>
|
||||
<button class="w3-button w3-green w3-round-xlarge w3-margin-bottom" onclick="openModal()">Contrôle Portefeuille</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -84,13 +84,19 @@
|
||||
<div id="portfolioModal" class="w3-modal">
|
||||
<div class="w3-modal-content w3-animate-top w3-card">
|
||||
<header class="w3-container w3-blue">
|
||||
<h2>Liste des employés du portefeuille</h2>
|
||||
<h2>Gestion des droits</h2>
|
||||
</header>
|
||||
<div class="w3-container">
|
||||
<p>Choisissez un employé :</p>
|
||||
<label for="employeeList">Liste des employés :</label>
|
||||
<label for="employeeList">Donner les droits au dossier :</label>
|
||||
<select id="employeeList" class="w3-select w3-border">
|
||||
<option value="" disabled selected>Choisissez un employé</option>
|
||||
<option value="" disabled selected>Liste des dossiers</option>
|
||||
<option value="employe1">Employé 1</option>
|
||||
<option value="employe2">Employé 2</option>
|
||||
<option value="employe3">Employé 3</option>
|
||||
</select>
|
||||
<label for="employeeList">Enlever les droits au dossier :</label>
|
||||
<select id="employeeList" class="w3-select w3-border">
|
||||
<option value="" disabled selected>Liste des dossiers</option>
|
||||
<option value="employe1">Employé 1</option>
|
||||
<option value="employe2">Employé 2</option>
|
||||
<option value="employe3">Employé 3</option>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user