root / Portal / configurations / html / Home_Admin.jsp @ 3
Historique | Voir | Annoter | Télécharger (1,06 ko)
1 |
<jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
4 |
<head> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 |
<title></title> |
7 |
<link href="css/TXM WEB.css" rel="stylesheet" type="text/css" media="screen" /> |
8 |
<link href="css/TXM WEB PRINT.css" rel="stylesheet" type="text/css" media="print" /> |
9 |
</head> |
10 |
|
11 |
<body> |
12 |
|
13 |
<div class="main"> |
14 |
<div class="textzone"> |
15 |
<h1>Instructions pour gérer la plateforme BFM :</h1> |
16 |
<p> |
17 |
<ul> |
18 |
<li>Cliquez sur le bouton "Administrer" pour accéder aux outils</li> |
19 |
<li>Dans l'onglet "Profils", vous pouvez éditer les profils, les supprimer et en créer |
20 |
de nouveaux</li> |
21 |
<li>Dans l'onglet "Utilisateurs", vous pouvez attribuer ou enlever un profil à un utilisateur, |
22 |
importer ou exporter des utilisateurs, changer les informations attachées à un utilisateur</li> |
23 |
<li>Dans l'onglet "Bases", vous pouvez charger une base</li> |
24 |
</ul> |
25 |
</p> |
26 |
</div> |
27 |
</div> |
28 |
|
29 |
</body> |
30 |
</html> |