From: x2000habouzit Date: Sat, 13 Nov 2004 15:56:34 +0000 (+0000) Subject: forgot the old popup mechanism X-Git-Tag: xorg/old~951 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=edf8e2f1b3c6483ba65389d45ac9f37fb9af1e26;p=platal.git forgot the old popup mechanism --- diff --git a/htdocs/javascript/popups.js b/htdocs/javascript/popups.js index 0a2e5d4..8f81696 100644 --- a/htdocs/javascript/popups.js +++ b/htdocs/javascript/popups.js @@ -18,6 +18,11 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ +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'); +} + function auto_links() { nodes = document.getElementsByTagName('a'); fqdn = document.URL; @@ -26,8 +31,11 @@ function auto_links() { node = nodes[i]; if(!node.href || node.className == 'xdx') continue; if(node.href.indexOf(fqdn)<0 || node.className == 'popup') { - node.title='foo'; node.onclick = function () { window.open(this.href); return false; }; } + if(node.className == 'popup2') { + node.onclick = function () { popWin2(this); return false; }; + } } } + diff --git a/htdocs/javascript/popwin.js.php b/htdocs/javascript/popwin.js.php deleted file mode 100644 index 2cd4092..0000000 --- a/htdocs/javascript/popwin.js.php +++ /dev/null @@ -1,46 +0,0 @@ -/*************************************************************************** - * 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 * - ***************************************************************************/ - -var popup=null; -function popupWin(theURL,theSize) { - if (theURL.indexOf('?')==-1) - a = '?'; - else - a = '&'; - theURL += ; - window.open(theURL,'_blank',theSize); - window.name="main"; - if(popup != null) { - popup.location=popupURL; - if(navigator.appName.substring(0,8)=="Netscape") { - popup.location=popupURL; - popup.opener=self; - } - if(navigator.appName=="Netscape" ) { - popup.window.focus(); - } - self.name="main"; - } -} -function popWin(theURL) { - popupWin(theURL,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=900,height=700'); -} -function x() { return; } - diff --git a/templates/admin/evenements.tpl b/templates/admin/evenements.tpl index f0d7511..aa56f56 100644 --- a/templates/admin/evenements.tpl +++ b/templates/admin/evenements.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: evenements.tpl,v 1.7 2004-10-24 14:41:12 x2000habouzit Exp $ + $Id: evenements.tpl,v 1.8 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -42,7 +42,7 @@ diff --git a/templates/admin/homonymes.tpl b/templates/admin/homonymes.tpl index 51bab74..8c73486 100644 --- a/templates/admin/homonymes.tpl +++ b/templates/admin/homonymes.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: homonymes.tpl,v 1.7 2004-10-24 14:41:12 x2000habouzit Exp $ + $Id: homonymes.tpl,v 1.8 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -63,7 +63,7 @@ diff --git a/templates/include/form.valid.epouses.tpl b/templates/include/form.valid.epouses.tpl index fea0a2b..efd6c43 100644 --- a/templates/include/form.valid.epouses.tpl +++ b/templates/include/form.valid.epouses.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.epouses.tpl,v 1.10 2004-10-20 07:21:02 x2000habouzit Exp $ + $Id: form.valid.epouses.tpl,v 1.11 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -26,7 +26,7 @@ diff --git a/templates/include/form.valid.evts.tpl b/templates/include/form.valid.evts.tpl index 887e916..bdc597e 100644 --- a/templates/include/form.valid.evts.tpl +++ b/templates/include/form.valid.evts.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.evts.tpl,v 1.7 2004-09-02 21:09:32 x2000habouzit Exp $ + $Id: form.valid.evts.tpl,v 1.8 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -28,7 +28,7 @@ @@ -64,7 +64,7 @@ @@ -72,7 +72,7 @@ diff --git a/templates/include/form.valid.ml.tpl b/templates/include/form.valid.ml.tpl index aad24db..5fc6f7c 100644 --- a/templates/include/form.valid.ml.tpl +++ b/templates/include/form.valid.ml.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.ml.tpl,v 1.8 2004-09-03 00:00:22 x2000habouzit Exp $ + $Id: form.valid.ml.tpl,v 1.9 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -26,7 +26,7 @@ diff --git a/templates/include/form.valid.photos.tpl b/templates/include/form.valid.photos.tpl index 702d65b..75210cc 100644 --- a/templates/include/form.valid.photos.tpl +++ b/templates/include/form.valid.photos.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.photos.tpl,v 1.8 2004-09-02 21:09:32 x2000habouzit Exp $ + $Id: form.valid.photos.tpl,v 1.9 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -25,7 +25,7 @@
- Posté par {$ev.prenom} {$ev.nom} (X{$ev.promo}) + Posté par {$ev.prenom} {$ev.nom} (X{$ev.promo}) lui écrire
{$user.expire|date_format:"%d %b %Y"} - fiche + fiche edit {if $user.type eq 'alias'} mailer diff --git a/templates/admin/utilisateurs.tpl b/templates/admin/utilisateurs.tpl index f8f5fd6..5500b5f 100644 --- a/templates/admin/utilisateurs.tpl +++ b/templates/admin/utilisateurs.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: utilisateurs.tpl,v 1.18 2004-10-24 14:41:12 x2000habouzit Exp $ + $Id: utilisateurs.tpl,v 1.19 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -165,7 +165,7 @@ function del_fwd(fwd) {
- [Voir fiche] + [Voir fiche] diff --git a/templates/carnet/panel.tpl b/templates/carnet/panel.tpl index 0f5d006..ed7bf65 100644 --- a/templates/carnet/panel.tpl +++ b/templates/carnet/panel.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: panel.tpl,v 1.4 2004-11-13 08:39:34 x2000habouzit Exp $ + $Id: panel.tpl,v 1.5 2004-11-13 15:56:36 x2000habouzit Exp $ ***************************************************************************}

Bilan des Notifications

@@ -51,7 +51,7 @@ Il faut pour cel
{if $smarty.section.row.first}{$p}{/if} {if $promo[row].inscrit} - + {$promo[row].prenom} {$promo[row].nom} {if !$promo[row].contact} diff --git a/templates/docs/doc_carva.tpl b/templates/docs/doc_carva.tpl index 9996716..14cdd36 100644 --- a/templates/docs/doc_carva.tpl +++ b/templates/docs/doc_carva.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: doc_carva.tpl,v 1.11 2004-10-24 14:58:27 x2000habouzit Exp $ + $Id: doc_carva.tpl,v 1.12 2004-11-13 15:56:36 x2000habouzit Exp $ ***************************************************************************} @@ -44,7 +44,7 @@

Pourquoi le nom de domaine carva.org ?

Dans le jargon de l'école, un 'carva' signifiait un 'X' lorsque celle-ci était - située sur la montagne Ste Geneviève ( + située sur la montagne Ste Geneviève ( voir la FAQ à ce sujet).


diff --git a/templates/fiche.tpl b/templates/fiche.tpl index f810099..d3a45b0 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: fiche.tpl,v 1.24 2004-11-13 15:24:59 x2000habouzit Exp $ + $Id: fiche.tpl,v 1.25 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} {literal} @@ -59,7 +59,7 @@ function chgMainWinLoc( strPage ) {
{if $nationalite}{$nationalite} - {/if}X {$promo} - Formation : {$applis|smarty:nodefaults}
{if $mobile}
Mobile : {$mobile}
{/if} {if $is_referent} - + {/if} diff --git a/templates/include/form.valid.aliases.tpl b/templates/include/form.valid.aliases.tpl index a4d338b..9dde6c0 100644 --- a/templates/include/form.valid.aliases.tpl +++ b/templates/include/form.valid.aliases.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.aliases.tpl,v 1.9 2004-09-02 20:11:23 x2000habouzit Exp $ + $Id: form.valid.aliases.tpl,v 1.10 2004-11-13 15:56:36 x2000habouzit Exp $ ***************************************************************************} @@ -27,7 +27,7 @@
Demandeur : - forlife}')"> + forlife}" class='popup2'> {$valid->prenom} {$valid->nom} {$valid->old}
Demandeur : - + forlife}" class="popup2"> {$valid->prenom} {$valid->nom} {if $valid->oldepouse}({$valid->oldepouse} - {$valid->oldalias}){/if} @@ -44,7 +44,7 @@
Probleme d'homonymie ! - homonyme"|url}"> {$valid->homonyme} + homonyme" class="popup2">{$valid->homonyme}
- Posté par forlife}')"> + Posté par forlife}" class="popup2"> {$valid->prenom} {$valid->nom} (X{$valid->promo}) [lui écrire] diff --git a/templates/include/form.valid.listes.tpl b/templates/include/form.valid.listes.tpl index 0a081d0..1ade650 100644 --- a/templates/include/form.valid.listes.tpl +++ b/templates/include/form.valid.listes.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: form.valid.listes.tpl,v 1.1 2004-09-25 20:11:35 x2000habouzit Exp $ + $Id: form.valid.listes.tpl,v 1.2 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -27,7 +27,7 @@ Demandeur : - forlife}')"> + forlife}" class="popup2"> {$valid->forlife}
Getionnaires : {foreach from=$valid->owners item=o} - {$o} + {$o} {/foreach}
Membres : {foreach from=$valid->members item=o} - {$o} + {$o} {/foreach}
Demandeur : - + forlife}" class="popup2"> {$valid->prenom} {$valid->nom}
- diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index 842c19d..59ccef7 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: minifiche.tpl,v 1.15 2004-11-13 15:17:56 x2000habouzit Exp $ + $Id: minifiche.tpl,v 1.16 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -26,7 +26,7 @@ {if $c.sexe}•{/if} {min_auth level="cookie"} {if !$c.dcd && $inscrit} - + {/if} {/min_auth} {if $c.epouse}{$c.epouse} {$c.prenom}
(née {$c.nom}){else}{$c.nom} {$c.prenom}{/if} @@ -48,7 +48,7 @@ {if $c.dcd}décédé{if $c.sexe}e{/if} le {$c.deces|date_format:"%d %B %Y"}{/if} {min_auth level="cookie"} {if !$c.dcd && !$inscrit} -
clique ici si tu connais son adresse email ! + clique ici si tu connais son adresse email ! {/if} {/min_auth} diff --git a/templates/include/minifiche_pvt.tpl b/templates/include/minifiche_pvt.tpl index 3a10c6a..25fa2f1 100644 --- a/templates/include/minifiche_pvt.tpl +++ b/templates/include/minifiche_pvt.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: minifiche_pvt.tpl,v 1.14 2004-11-13 15:22:06 x2000habouzit Exp $ + $Id: minifiche_pvt.tpl,v 1.15 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} @@ -34,7 +34,7 @@ *} {/if} {perms level='admin'} - {* + {* *}AX{* *} {/perms} @@ -43,8 +43,7 @@
{else}
- {* + {* *}Afficher la fiche{* *} {* @@ -59,7 +58,7 @@ {* *}admin{* *} - {* + {* *}AX{* *} {/perms} diff --git a/templates/include/trombi.tpl b/templates/include/trombi.tpl index d07978f..6fccb7f 100644 --- a/templates/include/trombi.tpl +++ b/templates/include/trombi.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: trombi.tpl,v 1.4 2004-11-02 06:46:50 x2000habouzit Exp $ + $Id: trombi.tpl,v 1.5 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -29,7 +29,7 @@
{/if} {if $loop eq "3"} diff --git a/templates/listes/admin.tpl b/templates/listes/admin.tpl index 1d79071..aade1ea 100644 --- a/templates/listes/admin.tpl +++ b/templates/listes/admin.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: admin.tpl,v 1.19 2004-11-07 14:58:35 x2000habouzit Exp $ + $Id: admin.tpl,v 1.20 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -59,7 +59,7 @@ qui y diff --git a/templates/login.tpl b/templates/login.tpl index 9f43376..c9fcfd5 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: login.tpl,v 1.13 2004-10-24 14:41:11 x2000habouzit Exp $ + $Id: login.tpl,v 1.14 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -50,7 +50,7 @@ {dynamic on="0$fiche_incitation"}

La dernière mise à jour de ta - fiche + fiche date du {$fiche_incitation|date_format:"%x"}. Il est possible qu'elle ne soit pas à jour. Si tu souhaites la modifier, clique ici ! @@ -60,7 +60,7 @@ {dynamic on="0$photo_incitation"}

Tu n'as pas mis de photo de toi sur ta fiche, c'est dommage. - Clique ici + Clique ici si tu souhaites en ajouter une.

{/dynamic} @@ -92,7 +92,7 @@ {$ev.texte|smarty:nodefaults|nl2br}

Annonce proposée par - + {$ev.prenom} {$ev.nom} X{$ev.promo}

diff --git a/templates/marketing/ins_confirmees.tpl b/templates/marketing/ins_confirmees.tpl index a2a5607..8db7863 100644 --- a/templates/marketing/ins_confirmees.tpl +++ b/templates/marketing/ins_confirmees.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: ins_confirmees.tpl,v 1.6 2004-09-02 23:57:53 x2000bedo Exp $ + $Id: ins_confirmees.tpl,v 1.7 2004-11-13 15:56:40 x2000habouzit Exp $ ***************************************************************************} @@ -36,7 +36,7 @@ {$in.promo} diff --git a/templates/profil.tpl b/templates/profil.tpl index c00af8d..b019dca 100644 --- a/templates/profil.tpl +++ b/templates/profil.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: profil.tpl,v 1.11 2004-09-02 23:25:31 x2000habouzit Exp $ + $Id: profil.tpl,v 1.12 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -32,7 +32,8 @@

{$e}

{/foreach} -

Tu peux consulter l'état actuel de ta fiche tel qu'elle apparaîtra pour un camarade.

+

Tu peux consulter l'état actuel de ta fiche +tel qu'elle apparaîtra pour un camarade.

Demandeur :forlife}')"> + forlife}" class="popup2"> {$valid->prenom} {$valid->nom}
- +  [ PHOTO ] {if $trombi_admin && $smarty.session.perms eq 'admin'} @@ -38,8 +38,8 @@ {/if}
- - {$p.prenom} {$p.nom}{if $trombi_show_promo}({$p.promo}){/if} + + {$p.prenom} {$p.nom}{if $trombi_show_promo} ({$p.promo}){/if}
{foreach from=$xs item=x} {if $promo} - {$x.n} + {$x.n} {else} {$x.l} {/if} @@ -93,7 +93,7 @@ qui y {foreach from=$xs item=x} {if $promo} - {$x.n} + {$x.n} {else} {$x.l} {/if} diff --git a/templates/listes/members.tpl b/templates/listes/members.tpl index 2f23959..ddf5757 100644 --- a/templates/listes/members.tpl +++ b/templates/listes/members.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: members.tpl,v 1.12 2004-11-07 14:58:35 x2000habouzit Exp $ + $Id: members.tpl,v 1.13 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -82,7 +82,7 @@ {foreach from=$xs item=x} {if $promo} - {$x.n}
+ {$x.n}
{else} {$x.l}
{/if} @@ -110,7 +110,7 @@
{foreach from=$xs item=x} {if $promo} - {$x.n}
+ {$x.n}
{else} {$x.l}
{/if} diff --git a/templates/listes/trombi.tpl b/templates/listes/trombi.tpl index 26efc17..8d41c6a 100644 --- a/templates/listes/trombi.tpl +++ b/templates/listes/trombi.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: trombi.tpl,v 1.12 2004-11-07 14:58:35 x2000habouzit Exp $ + $Id: trombi.tpl,v 1.13 2004-11-13 15:56:37 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -70,7 +70,7 @@
 [ PHOTO ]
- + {$x.n} ({$promo})
- + {$in.nom} {$in.prenom}
diff --git a/templates/profil/adresses.tpl b/templates/profil/adresses.tpl index e35505b..43a8534 100644 --- a/templates/profil/adresses.tpl +++ b/templates/profil/adresses.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: adresses.tpl,v 1.7 2004-10-09 05:57:48 x2000habouzit Exp $ + $Id: adresses.tpl,v 1.8 2004-11-13 15:56:43 x2000habouzit Exp $ ***************************************************************************} @@ -76,8 +76,7 @@ transmis à l'AX
- - Quelle couleur ?? + Quelle couleur ??
@@ -185,7 +184,7 @@ transmis à l'AX - Quelle couleur ?? + Quelle couleur ?? diff --git a/templates/profil/emploi.tpl b/templates/profil/emploi.tpl index 4c558f5..6711af7 100644 --- a/templates/profil/emploi.tpl +++ b/templates/profil/emploi.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: emploi.tpl,v 1.7 2004-10-09 05:57:48 x2000habouzit Exp $ + $Id: emploi.tpl,v 1.8 2004-11-13 15:56:43 x2000habouzit Exp $ ***************************************************************************} @@ -49,8 +49,7 @@ transmis à l'AX - - Quelle couleur ?? + Quelle couleur ?? @@ -121,8 +120,7 @@ transmis à l'AX - - Quelle couleur ?? + Quelle couleur ?? @@ -206,8 +204,7 @@ transmis à l'AX - - Quelle couleur ?? + Quelle couleur ?? @@ -261,8 +258,7 @@ Curriculum vitae
Le CV n'est jamais public.
- - Comment remplir mon CV ?
+ Comment remplir mon CV ? diff --git a/templates/profil/general.tpl b/templates/profil/general.tpl index 7b6b856..3032ea5 100644 --- a/templates/profil/general.tpl +++ b/templates/profil/general.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: general.tpl,v 1.15 2004-10-29 01:24:22 x2000habouzit Exp $ + $Id: general.tpl,v 1.16 2004-11-13 15:56:43 x2000habouzit Exp $ ***************************************************************************} @@ -146,7 +146,7 @@ Voilà la photo qui apparaîtra sur la fiche de ton profil (si tu viens de changer ta photo, la photo affichée peut correspondre à ton ancien profil : c'est le cas si elle n'a pas encore été validée par un administrateur du site ! - nouvelle photo). + nouvelle photo).  [ PHOTO ] @@ -182,7 +182,7 @@ transmis à l'AX - Quelle couleur ?? + Quelle couleur ?? @@ -208,7 +208,7 @@ site public - Quelle couleur ?? + Quelle couleur ?? @@ -234,7 +234,7 @@ site public - Quelle couleur ?? + Quelle couleur ?? diff --git a/templates/profil/skill.tpl b/templates/profil/skill.tpl index 036f3f1..6b2b2e3 100644 --- a/templates/profil/skill.tpl +++ b/templates/profil/skill.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: skill.tpl,v 1.7 2004-10-09 05:57:48 x2000habouzit Exp $ + $Id: skill.tpl,v 1.8 2004-11-13 15:56:43 x2000habouzit Exp $ ***************************************************************************} @@ -169,7 +169,7 @@ Niveau - Quel niveau ? + Quel niveau ? {foreach from=$langue_name item=name key=i} diff --git a/templates/referent.tpl b/templates/referent.tpl index cffdeb3..f17e4f1 100644 --- a/templates/referent.tpl +++ b/templates/referent.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: referent.tpl,v 1.11 2004-10-24 15:24:02 x2000coic Exp $ + $Id: referent.tpl,v 1.12 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -61,9 +61,11 @@ d' X{$personnes[resultat].promo}
- - voir sa fiche - - Voir sa fiche référent + + + voir sa fiche - + Voir sa fiche référent +
diff --git a/templates/sendmail.tpl b/templates/sendmail.tpl index 769c90e..b5e6b46 100644 --- a/templates/sendmail.tpl +++ b/templates/sendmail.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: sendmail.tpl,v 1.12 2004-10-24 14:41:11 x2000habouzit Exp $ + $Id: sendmail.tpl,v 1.13 2004-11-13 15:56:35 x2000habouzit Exp $ ***************************************************************************} @@ -114,7 +114,7 @@ - {$contact.prenom} {$contact.nom} (X{$contact.promo}) + {$contact.prenom} {$contact.nom} (X{$contact.promo}) {if $key is odd} diff --git a/templates/skin/common.header.tpl b/templates/skin/common.header.tpl index 5f47ee3..98cf8ec 100644 --- a/templates/skin/common.header.tpl +++ b/templates/skin/common.header.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: common.header.tpl,v 1.15 2004-11-13 15:25:01 x2000habouzit Exp $ + $Id: common.header.tpl,v 1.16 2004-11-13 15:56:47 x2000habouzit Exp $ ***************************************************************************} @@ -48,6 +48,5 @@ - {* vim:set et sw=2 sts=2 sws=2: *}