+++ /dev/null
-/***************************************************************************
- * Copyright (C) 2003-2004 Polytechnique.org *
- * http://opensource.polytechnique.org/ *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the Free Software *
- * Foundation, Inc., *
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
- ***************************************************************************/
-
-function getNow() {
- dt=new Date();
- dy=dt.getDay();
- mh=dt.getMonth();
- wd=dt.getDate();
- yr=dt.getYear();
- if (yr<1000) yr += 1900;
- hr=dt.getHours();
- mi=dt.getMinutes();
- if (mi<10)
- time=hr+":0"+mi;
- else
- time=hr+":"+mi;
- days=new Array ("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi");
- months=new Array ("janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre");
- return days[dy]+" "+wd+" "+months[mh]+" "+yr+"<br />"+time;
-}
-
-function popup(an) { window.open(an.href); return false; }
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************/
+function getNow() {
+ dt=new Date();
+ dy=dt.getDay();
+ mh=dt.getMonth();
+ wd=dt.getDate();
+ yr=dt.getYear();
+ if (yr<1000) yr += 1900;
+ hr=dt.getHours();
+ mi=dt.getMinutes();
+ if (mi<10)
+ time=hr+":0"+mi;
+ else
+ time=hr+":"+mi;
+ days=new Array ("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi");
+ months=new Array ("janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre");
+ return days[dy]+" "+wd+" "+months[mh]+" "+yr+"<br />"+time;
+}
+
+
function popWin2(theNode) {
window.open(theNode.href, '_blank',
'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=900,height=700');
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: common.header.tpl,v 1.16 2004-11-13 15:56:47 x2000habouzit Exp $
+ $Id: common.header.tpl,v 1.17 2004-11-13 16:01:42 x2000habouzit Exp $
***************************************************************************}
Anciens eleves Polytechnique, annuaire email, Alumni
{/if}
</title>
- <script type="text/javascript" src="{"javascript/misc.js"|url}"></script>
- <script type="text/javascript" src="{"javascript/popups.js"|url}"></script>
+ <script type="text/javascript" src="{"javascript/xorg.js"|url}"></script>
{* vim:set et sw=2 sts=2 sws=2: *}