Map is back (but empty for now).
[platal.git] / templates / skin / common.menu.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2011 Polytechnique.org                             *}
4 {*  http://opensource.polytechnique.org/                                  *}
5 {*                                                                        *}
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  *}
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 {*                                                                        *}
21 {**************************************************************************}
22
23 {if !$smarty.session.auth}
24 <div class="menu_title">Polytechniciens</div>
25 <div class="menu_item"><a href="login">Me connecter !</a></div>
26 <div class="menu_item"><a href="register">M'inscrire</a></div>
27 <div class="menu_item"><a href="Xorg/PourquoiMInscrire">Pourquoi m'inscrire&nbsp;?</a></div>
28
29 <div class="menu_title">Visiteurs</div>
30 <div class="menu_item"><a href="search">Annuaire de l'X</a></div>
31 <div class="menu_item"><a href="http://www.polytechnique.net/">Associations X</a></div>
32 <div class="menu_item"><a href="http://www.manageurs.com/">Recrutement</a></div>
33
34 <div class="menu_title">Informations</div>
35 <div class="menu_item"><a href="Equipe/APropos">À propos du site</a></div>
36 <div class="menu_item"><a href="Xorg/NousContacter">Nous contacter</a></div>
37 <div class="menu_item"><a href="Xorg/FAQ">FAQ</a></div>
38
39 {else}
40
41 {if $smarty.session.auth == AUTH_MDP}
42 <div class="menu_item"><a href="exit">Déconnexion</a></div>
43 {elseif $smarty.cookies.ORGaccess}
44 <div class="menu_item"><a href="exit/forget">Déconnexion totale</a></div>
45 {/if}
46
47 <div class="menu_title">Personnaliser</div>
48 {if hasPerm('mail')}
49 <div class="menu_item"><a href="emails">Mes emails</a></div>
50 {/if}
51 {if $smarty.session.user->hasProfile()}
52 <div class="menu_item"><a href="profile/edit">Mon profil</a></div>
53 {/if}
54 {if hasPerm('directory_private')}
55 <div class="menu_item"><a href="carnet/contacts">Mes contacts</a></div>
56 <div class="menu_item"><a href="carnet">Mon carnet</a></div>
57 {/if}
58 <div class="menu_item"><a href="password">Mon mot de passe</a></div>
59 <div class="menu_item"><a href="prefs">Mes préférences</a></div>
60
61 <div class="menu_title">Services</div>
62 {if hasPerm('mail')}
63 <div class="menu_item"><a href="emails/send">Envoyer un email</a></div>
64 {/if}
65 {if hasPerm('forums')}
66 <div class="menu_item"><a href="banana/">Forums &amp; PA</a></div>
67 {/if}
68 {if $smarty.session.user->googleapps}
69 <div class="menu_item"><a href="http://gmail.polytechnique.org/">Emails Google Apps</a></div>
70 {/if}
71 <div class="menu_item"><a href="lists">Listes de diffusion</a></div>
72 {if hasPerm('payment')}
73 <div class="menu_item"><a href="payment">Télépaiements</a></div>
74 {/if}
75 {if hasPerm('mail')}
76 <div class="menu_item"><a href="emails/antispam/submit">Soumettre un spam</a></div>
77 {/if}
78 <div class="menu_item"><a href="emails/broken">Patte cassée</a></div>
79
80 <div class="menu_title">Communauté X</div>
81 <div class="menu_item"><a href="search">Annuaire</a></div>
82 {if hasPerm('directory_private,edit_directory')}
83 <div class="menu_item"><a href="map">Planisphère</a></div>
84 {/if}
85 {if hasPerm('directory_private')}
86 <div class="menu_item"><a href="jobs">Emploi &amp; Carrières</a></div>
87 {/if}
88 {if hasPerm('groups')}
89 <div class="menu_item"><a href="groupes-x">Mes groupes X</a></div>
90 {/if}
91 <div class="menu_item"><a href="survey">Sondages</a></div>
92 {if hasPerm('directory_private') && $smarty.session.user->hasProfile()}
93   {assign var='profile' value=$smarty.session.user->profile()}
94   {if $profile->isDeltaTenEnabled(#Profile::DELTATEN_YOUNG#)}
95     <div class="menu_item"><a href="deltaten">Opération N N-10</a></div>
96   {/if}
97 {/if}
98
99 <div class="menu_title">Informations</div>
100 <div class="menu_item"><a href="Xorg/">Documentations</a></div>
101 <div class="menu_item"><a href="nl">Lettres mensuelles</a></div>
102 <div class="menu_item"><a href="ax">Lettres de l'AX</a></div>
103 <div class="menu_item"><a href="epletter">Lettres de l'École</a></div>
104 <div class="menu_item"><a href="Xorg/NousContacter">Nous contacter</a></div>
105 <div class="menu_item"><a href="send_bug/{ $smarty.server.REQUEST_URI }" class="popup2">Signaler un bug</a></div>
106
107 {if hasPerm('admin')}
108 <div class="menu_title">***</div>
109 <div class="menu_item"><a href="marketing">Marketing</a></div>
110 <div class="menu_item"><a href="admin/">Administration</a></div>
111 <div class="menu_item"><a href="purge_cache?token={xsrf_token}">Clear cache</a></div>
112 <div class="menu_item"><a href="http://trackers.polytechnique.org">Trackers</a></div>
113 <div class="menu_item"><a href="http://support.polytechnique.org">Support</a></div>
114 <form method="post" action="set_skin">
115   {xsrf_token_field}
116   <div class="menu_item" style="clear: both">
117     Skin
118     <select name="change_skin" onchange="this.form.submit()" style="margin: 0; padding: 0; float:
119     right">
120       {foreach from=$skin_list item=name key=tpl}
121       <option value="{$tpl}" {if $smarty.session.skin eq $tpl}selected="selected"{/if}>{$name}</option>
122       {/foreach}
123     </select>
124   </div>
125 </form>
126 <form method="post" action="get_rights">
127   {xsrf_token_field}
128   <div class="menu_item" style="clear: both">
129     Droits
130     <select name="account_type" onchange="this.form.submit()" style="margin: 0; padding: 0; float:
131     right">
132       <option value="admin">Admin</option>
133       {foreach from=$account_types_list item=type}
134       <option value="{$type}">{$type}</option>
135       {/foreach}
136     </select>
137   </div>
138 </form>
139
140 <table class="bicol" style="font-weight:normal;text-align:center; border-left:0px; border-right:0px; margin-top:0.5em; width:100%; margin-left: 0; font-size: smaller;">
141   <tr><th>Validations</th></tr>
142   <tr class="impair">
143     <td>
144       <a href="admin/validate">
145       {if $globals->core->NbValid|smarty:nodefaults eq 0}-{else}{$globals->core->NbValid|default:'-'}{/if}
146       </a>
147     </td>
148   </tr>
149 </table>
150 {/if}
151
152 {if hasPerm('edit_directory')}
153 <div class="menu_title">Administration</div>
154 <div class="menu_item"><a href="admin/profile">Modifications</a></div>
155 <div class="menu_item"><a href="admin/jobs">Entreprises</a></div>
156 <div class="menu_item"><a href="admin/validate">Validations</a></div>
157 {/if}
158
159 {/if}
160
161 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}