migrate evenements.php (partially I guess) and csv export
[platal.git] / templates / xnet / groupe / evenements.tpl
index 5ae5477..96f3832 100644 (file)
@@ -44,7 +44,7 @@ Ev
 
   {else}
 
-  <form action="{$smarty.server.PHP_SELF}" method="post">
+  <form action="{rel}/{$platal->ns}events" method="post">
   {foreach from=$evenements item=e}
   <table class="tiny" cellspacing="0" cellpadding="0">
     <tr {popup caption=$e.intitule" text=$e.descriptif}>
@@ -74,7 +74,7 @@ Ev
     <tr {popup caption=$e.intitule text=$e.descriptif}>
       <td class="titre">annonceur :</td>
       <td>
-        <a href='https://polytechnique.org/fiche.php?user={$e.alias}' class='popup2'>{$e.prenom} {$e.nom} ({$e.promo})</a>
+        <a href='https://polytechnique.org/profile/{$e.alias}' class='popup2'>{$e.prenom} {$e.nom} ({$e.promo})</a>
       </td>
     </tr>
     {if $admin || $e.show_participants}