X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetgrp%2Fmembres-add.tpl;h=05b9b093b203e57ffc8fc5f4d0ad66ed74ae2738;hb=468c1813bdfc759bed5beba57325ea2e6df6aa2a;hp=2b34bf790b3beb1465d58d3185a0cf4c22965f46;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/xnetgrp/membres-add.tpl b/templates/xnetgrp/membres-add.tpl index 2b34bf7..05b9b09 100644 --- a/templates/xnetgrp/membres-add.tpl +++ b/templates/xnetgrp/membres-add.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -29,6 +29,8 @@ function xStateChange(box) document.getElementById('xprenom').style.display = state; document.getElementById('xpromo').style.display = state; document.getElementById('xsearch').style.display = state; + Ajax.update_html('search_result', + '{/literal}{$platal->ns}{literal}member/new/ajax?login=' + document.getElementById('email').value); } var nom; @@ -50,47 +52,50 @@ function searchX() {/literal} //]]> -

{$asso.nom} : Ajout d'un membre

+

{$asso->nom} : Ajout d'un membre

+ {xsrf_token_field} - + - + - - + + {* TODO: add examples for masters and doctorates when required. *} +
- +
- - Coche cette case si il s'agit d'un X non inscrit à Polytechnique.org + + {* TODO: adapts text for masters and doctorates when required. *} +
+{literal} + +{/literal} + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}