Fix form URL (forgotten file from last commit)
[platal.git] / templates / admin / index.tpl
CommitLineData
0337d704 1{**************************************************************************}
86f0a6af 2{* *}
3{* Copyright (C) 2003-2006 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
0337d704 6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
86f0a6af 8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
0337d704 21{**************************************************************************}
22
0337d704 23<h1>Administration Polytechnique.org</h1>
24
0337d704 25<table class="bicol" cellpadding="3" summary="Système">
86f0a6af 26 <tr><th>Système</th></tr>
27 <tr class="impair">
28 <td>
29 <strong>Postfix :</strong>&nbsp;&nbsp;
30 <a href="admin/postfix/blacklist.php">Blacklist</a>
31 &nbsp;&nbsp;|&nbsp;&nbsp;
32 <a href="admin/postfix/whitelist.php">Whitelist</a>
33 &nbsp;&nbsp;|&nbsp;&nbsp;
34 <a href="admin/postfix/delayed">Retardés</a>
35 &nbsp;&nbsp;|&nbsp;&nbsp;
36 <a href="admin/postfix/regexp_bounces">Regexps Bounces</a>
37 </td>
38 </tr>
39 <tr class="pair">
0337d704 40 <td>
86f0a6af 41 <strong>Sécurité :</strong>&nbsp;&nbsp;
42 <a href="admin/logger">Logs des sessions</a>
0337d704 43 &nbsp;&nbsp;|&nbsp;&nbsp;
86f0a6af 44 <a href="admin/logger/actions.php">Actions</a>
0337d704 45 </td>
46 </tr>
0337d704 47</table>
86f0a6af 48
0337d704 49<br />
86f0a6af 50
51<table class="bicol" cellpadding="3" summary="Système">
52 <tr><th>Contenu du site</th></tr>
53 <tr class="impair">
54 <td>
55 <strong>Utilisateurs :</strong>&nbsp;&nbsp;
56 <a href="admin/users">Edit/Su/Logs</a>
57 &nbsp;&nbsp;|&nbsp;&nbsp;
58 <a href="admin/homonyms">Homonymes</a>
59 &nbsp;&nbsp;|&nbsp;&nbsp;
60 <a href="admin/ax-xorg">AX/X.org</a>
61 &nbsp;&nbsp;|&nbsp;&nbsp;
62 <a href="admin/deaths">Décès</a>
63 &nbsp;&nbsp;|&nbsp;&nbsp;
64 <a href="admin/synchro_ax">Synchro AX</a>
65 </td>
66 </tr>
67 <tr class="pair">
68 <td>
69 <strong>Infos dynamiques :</strong>&nbsp;&nbsp;
70 <a href="admin/coupure.php">Coupures</a>
71 </td>
72 </tr>
73 <tr class="impair">
74 <td>
75 <strong>Champs profil :</strong>&nbsp;&nbsp;
76 <a href="admin/formations.php">Formations</a>
77 &nbsp;&nbsp;|&nbsp;&nbsp;
78 <a href="admin/gerer_binets.php">Binets</a>
79 &nbsp;&nbsp;|&nbsp;&nbsp;
80 <a href="admin/gerer_groupesx.php">Groupes X</a>
81 &nbsp;&nbsp;|&nbsp;&nbsp;
82 <a href="admin/gerer_skins.php">Skins</a>
83 &nbsp;&nbsp;|&nbsp;&nbsp;
84 <a href="admin/gerer_decos.php">Décorations</a>
85 </td>
86 </tr>
87 <tr class="pair">
88 <td>
89 <strong>Newsletter :</strong>&nbsp;&nbsp;
90 <a href="admin/newsletter">Liste</a>
91 &nbsp;&nbsp;|&nbsp;&nbsp;
92 <a href="admin/newsletter/categories.php">Catégories</a>
93 </td>
94 </tr>
95 <tr class="impair">
96 <td>
97 <strong>Administrer :</strong>&nbsp;&nbsp;
98 <a href="admin/gerer_auth-groupex.php">Auth Groupes X</a>
99 &nbsp;&nbsp;|&nbsp;&nbsp;
100 <a href="admin/lists">Listes</a>
101 </td>
102 </tr>
103 <tr class="pair">
104 <td>
105 <strong>Valider demandes :</strong>&nbsp;&nbsp;
106 <a href="admin/validate">Valider</a>
107 &nbsp;&nbsp;|&nbsp;&nbsp;
108 <a href="admin/events">Événements</a>
109 </td>
110 </tr>
111 <tr class="impair">
112 <td>
113 <strong>Trésorerie :</strong>&nbsp;&nbsp;
114 <a href="trezo/gere_operations.php">Comptes</a>
115 &nbsp;&nbsp;|&nbsp;&nbsp;
116 <a href="admin/gerer_paiement.php">Paiements</a>
117 </td>
118 </tr>
119 <tr class="pair">
120 <td>
121 <strong>Géoloc :</strong>&nbsp;&nbsp;
122 <a href="admin/geoloc">Synchro</a>
123 &nbsp;&nbsp;|&nbsp;&nbsp;
124 <a href="admin/geoloc/dynamap">Dynamap</a>
125 </td>
126 </tr>
127</table>
0337d704 128
129{* vim:set et sw=2 sts=2 sws=2: *}