X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnetgrp%2Fmembres-add.tpl;h=4f7e7526b3c686567d496e64e2b75103cc920d58;hb=7c7d62fce3e3973b576ffbc4051ba443d6a6b849;hp=2b34bf790b3beb1465d58d3185a0cf4c22965f46;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/xnetgrp/membres-add.tpl b/templates/xnetgrp/membres-add.tpl index 2b34bf7..4f7e752 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-2009 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,46 +52,47 @@ function searchX() {/literal} //]]> -

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

+

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

+ {xsrf_token_field} - + - + - + @@ -100,4 +103,10 @@ function searchX()
- +
- - Coche cette case si il s'agit d'un X non inscrit à Polytechnique.org + +
+{literal} + +{/literal} + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}