Upgrade jquery for next release.
[platal.git] / templates / skin / common.title.header.tpl
CommitLineData
c557ed51
FB
1{**************************************************************************}
2{* *}
9f5bd98e 3{* Copyright (C) 2003-2010 Polytechnique.org *}
c557ed51
FB
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{**************************************************************************}
e43ad2a3
FB
22 <script type="text/javascript">
23 //<![CDATA[
24 {literal}
25 $(document).ready(function() {
26 $("#date-heure").html(getNow());
27 });
28 {/literal}
29 //]]>
30 </script>
c557ed51
FB
31 <table>
32 <tr>
33 <td class="date-heure">
c557ed51
FB
34 </td>
35 <td class="inscrits">
9ebd7594 36 {$globals->core->NbIns|number_format} polytechniciens sur le web
51fb3b6f 37 {if t($smarty.request.quick)}
ad81b3cb 38 {assign var=requestQuick value=$smarty.request.quick|smarty:nodefaults}
51fb3b6f 39 {else}
eb3e8d0c 40 {assign var=requestQuick value='Recherche dans l\'annuaire'}
51fb3b6f 41 {/if}
c557ed51
FB
42 <form action="search" method="get">
43 <div>
e5be900a
SJ
44 <button id="quick_button" type="submit" style="display: none"
45 onclick="if ($('#quick').val() === 'Recherche dans l\'annuaire') $('#quick').val('')">
46 OK
47 </button>
16258557 48 <input type="text" size="20" name="quick" id="quick" class="quick_search"
51fb3b6f 49 value="{$requestQuick}"
15e1e76a
SJ
50 onfocus="if (this.value === 'Recherche dans l\'annuaire') this.value='';
51 $('#quick_button').show()"
51fb3b6f 52 onblur="if (this.value === '') this.value='{$requestQuick|escape:javascript}'"
fe79cecc 53 />
c557ed51
FB
54 </div>
55 </form>
56 {if $smarty.session.auth gt AUTH_PUBLIC && $smarty.session.notifs}
57 <a href="carnet/panel">{$smarty.session.notifs} événement{if $smarty.session.notifs gt 1}s{/if}</a>
58 {/if}
59 </td>
60 </tr>
61 </table>
a7de4ef7 62{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}