Subversion Repositories Applications.gtt

Rev

Rev 73 | Rev 90 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 76
Line 1... Line 1...
1
<h2>Menu</h2>
1
<h2>Menu</h2>
-
 
2
<h3>Général</h3>
2
<ul>
3
<ul>
3
	<li><a href="index.php?action=gestion">Gestion de mon temps de travail</a></li>
4
	<li><a href="index.php?action=gestion">Gestion de mon temps</a></li>
4
	<li><a href="index.php?action=preferences">Gestion de mes projets</a></li>
5
	<li><a href="index.php?action=preferences">Gestion de mes projets</a></li>
5
	<li>Statistiques
-
 
6
	<ul>
-
 
7
		<li><a href="index.php?action=stat-tableau-global">Tableau général</a></li>
-
 
8
	</ul>
-
 
9
	</li>
-
 
10
	<li><a href="index.php?action=identification_deconnexion">Déconnexion</a></li>
-
 
11
	<?php if ($bool_admin) : ?>
-
 
12
	<li>Administration
-
 
13
	<ul>
-
 
14
		<li><a href="index.php?action=admin-categorie">Categories des projets</a></li>
-
 
15
		<li><a href="index.php?action=admin-projet">Projets</a></li>
-
 
16
		<li><a href="index.php?action=admin-absence-motif">Motifs des absences</a></li>
-
 
17
		<li><a href="index.php?action=admin-utilisateur-statut">Statuts des utilisateurs</a></li>
-
 
18
		<li><a href="index.php?action=admin-utilisateur">Utilisateurs</a></li>
-
 
19
	</ul>
-
 
20
	</li>
-
 
21
	<?php endif; ?>
-
 
22
</ul>
-
 
23
6
	<li><a href="index.php?action=admin-projet">Projets</a></li>
-
 
7
</ul>
-
 
8
<h3>Statistiques</h3>
-
 
9
<ul>
-
 
10
	<li><a href="index.php?action=stat-tableau-global">Tableau général</a></li>
-
 
11
</ul>
-
 
12
<?php if ($bool_admin) : ?>
-
 
13
<h3>Administration</h3>
-
 
14
<ul>
-
 
15
	<li><a href="index.php?action=admin-categorie" title="Modifier, supprimer et ajouter des catégories pour les projets">Categories des projets</a></li>
-
 
16
	<li><a href="index.php?action=admin-absence-motif">Motifs des absences</a></li>
-
 
17
	<li><a href="index.php?action=admin-utilisateur-statut">Statuts des utilisateurs</a></li>
-
 
18
	<li><a href="index.php?action=admin-utilisateur">Utilisateurs</a></li>
-
 
19
</ul>
-
 
20
<?php endif; ?>
-
 
21
24
22