Closes #682: Add search in contact list
[platal.git] / templates / skin / common.title.header.tpl
1 {**************************************************************************}\r
2 {*                                                                        *}\r
3 {*  Copyright (C) 2003-2007 Polytechnique.org                             *}\r
4 {*  http://opensource.polytechnique.org/                                  *}\r
5 {*                                                                        *}\r
6 {*  This program is free software; you can redistribute it and/or modify  *}\r
7 {*  it under the terms of the GNU General Public License as published by  *}\r
8 {*  the Free Software Foundation; either version 2 of the License, or     *}\r
9 {*  (at your option) any later version.                                   *}\r
10 {*                                                                        *}\r
11 {*  This program is distributed in the hope that it will be useful,       *}\r
12 {*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *}\r
13 {*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *}\r
14 {*  GNU General Public License for more details.                          *}\r
15 {*                                                                        *}\r
16 {*  You should have received a copy of the GNU General Public License     *}\r
17 {*  along with this program; if not, write to the Free Software           *}\r
18 {*  Foundation, Inc.,                                                     *}\r
19 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}\r
20 {*                                                                        *}\r
21 {**************************************************************************}\r
22           <table>\r
23             <tr>\r
24               <td class="date-heure">\r
25                 <script type="text/javascript">\r
26                   <!--\r
27                   document.write(getNow());\r
28                   //-->\r
29                 </script>\r
30               </td>\r
31               <td class="inscrits">\r
32                 {insert name="getNbIns"} polytechniciens sur le web\r
33                 <form action="search" method="get">\r
34                     <div>\r
35                         <input type="text" size="30" name="quick" class="quick_search" value="{$smarty.request.quick|default:"recherche dans l'annuaire"}" onfocus="if (this.value == '{$smarty.request.quick|default:"recherche dans l'annuaire"|escape:javascript}') this.value=''" onblur="if (this.value == '') this.value='{$smarty.request.quick|default:"recherche dans l'annuaire"|escape:javascript}'"/>                        \r
36                     </div>\r
37                 </form>\r
38                 {insert name="getNbNotifs"}\r
39               </td>\r
40             </tr>\r
41           </table>\r
42 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}