Fixes vim mode line.
[platal.git] / templates / skin / common.title.header.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2014 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 <table>
24   <tr>
25     <td class="date-heure"></td>
26     <td class="inscrits">
27       {$globals->core->NbIns|number_format} étudiants et anciens de l'X sur le web
28       {if t($smarty.request.quick)}
29         {assign var=requestQuick value=$smarty.request.quick|smarty:nodefaults}
30       {else}
31         {assign var=requestQuick value='Recherche dans l\'annuaire'}
32       {/if}
33       <form action="search" method="get">
34           <div>
35               <button id="quick_button" type="submit" style="display: none">
36                 OK
37               </button>
38               <input type="text" size="20" name="quick" id="quick" class="quick_search"
39                      value="{$requestQuick}" />
40           </div>
41       </form>
42       {if $smarty.session.auth gt AUTH_PUBLIC && $smarty.session.notifs}
43       <a href="carnet/panel">{$smarty.session.notifs} événement{if $smarty.session.notifs gt 1}s{/if}</a>
44       {/if}
45     </td>
46   </tr>
47 </table>
48 {* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}