xhtml
authorx2000habouzit <x2000habouzit>
Tue, 24 Aug 2004 23:06:04 +0000 (23:06 +0000)
committerx2000habouzit <x2000habouzit>
Tue, 24 Aug 2004 23:06:04 +0000 (23:06 +0000)
23 files changed:
templates/acces_smtp.tpl
templates/acces_wap.tpl
templates/admin/newsletter_prep.tpl
templates/antispam.tpl
templates/carva_redirect.tpl
templates/epouse.tpl
templates/include/form.valid.aliases.tpl
templates/include/form.valid.emploi.tpl
templates/include/form.valid.epouses.tpl
templates/include/form.valid.ml.tpl
templates/include/form.valid.photos.tpl
templates/include/form.valid.sondages.tpl
templates/include/newsletter.list.tpl
templates/newsletter_req.tpl
templates/paiment/index.tpl
templates/profil.tpl
templates/profil/adresses.tpl
templates/profil/emploi.tpl
templates/profil/general.tpl
templates/referent.tpl
templates/search.form.tpl
templates/trezo/choix_date.tpl
templates/trezo/gere_operations.tpl

index cddfb74..3b3d785 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: acces_smtp.tpl,v 1.4 2004-02-09 17:47:06 x2000habouzit Exp $ *}
+{* $Id: acces_smtp.tpl,v 1.5 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 {dynamic on="0$message"}
 <p class="erreur">
@@ -50,7 +50,7 @@
   Pour activer un compte SMTP/NNTP sur <strong>ssl.polytechnique.org</strong>, tape un mot de passe ci-dessous.
 {/if}
 </p>
-<form action="{$smarty.server.REQUEST_URI}" method="POST" name="smtppass_form" id="smtppass_form">
+<form action="{$smarty.server.REQUEST_URI}" method="post" name="smtppass_form" id="smtppass_form">
   <table class="tinybicol" cellpadding="3" summary="Définition du mot de passe">
     <tr>
       <th colspan="2">
index a981b3c..22b07c2 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: acces_wap.tpl,v 1.2 2004-02-04 22:47:45 x2000habouzit Exp $ *}
+{* $Id: acces_wap.tpl,v 1.3 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 {if $OK}
 <p class="erreur">
@@ -17,7 +17,7 @@
   Pour utiliser le site WAP, il faut que tu l'actives explicitement en cochant la case ci dessous.
 </p>
 {dynamic}
-<form action="{$smarty.server.REQUEST_URI}" method="POST" name="wap_form">
+<form action="{$smarty.server.REQUEST_URI}" method="post" name="wap_form">
   <table class="bicol" cellpadding="3" summary="Paramètres généraux du site WAP">
     <tr>
       <th colspan="2">
index 8a60722..5c6f409 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: newsletter_prep.tpl,v 1.3 2004-02-11 13:30:36 x2000habouzit Exp $ *}
+{* $Id: newsletter_prep.tpl,v 1.4 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
 {if $erreur}
 
@@ -16,7 +16,7 @@
   Préparer la Newsletter
 </div>
 
-<form action="{$smarty.server.REQUEST_URI}" method="POST">
+<form action="{$smarty.server.REQUEST_URI}" method="post">
   <p class="normal">
     Conseil : enregistre souvent tes modifs pour éviter de les perdre si 
     le navigateur plante et pour éviter d'oublier<br />
index 1b092f2..e86b2de 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: antispam.tpl,v 1.4 2004-08-24 20:13:22 x2000habouzit Exp $ *}
+{* $Id: antispam.tpl,v 1.5 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 <div class="rubrique">
   Ton filtre anti-spam
@@ -23,7 +23,7 @@ Trois r
   </li>
 </ul>
 </p>
-<form action="{$smarty.server.PHP_SELF}" method="POST" name="filtre">
+<form action="{$smarty.server.PHP_SELF}" method="post" name="filtre">
   <table class="tinybicol" summary="filtre anti-spam">
     <tr>
       <td>
index 6e1ef4b..0ef4d46 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: carva_redirect.tpl,v 1.3 2004-02-02 11:48:35 x2000habouzit Exp $ *}
+{* $Id: carva_redirect.tpl,v 1.4 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 {dynamic on="0$message"}
 <div class="rubrique">
@@ -67,7 +67,7 @@
 
 <br />
 
-<form action="{$smarty.server.REQUEST_URI}" method="POST">
+<form action="{$smarty.server.REQUEST_URI}" method="post">
   <table class="bicol" summary="[ redirection ]">
     <tr>
       <th colspan="2">
index e23dae4..1e9ec3d 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: epouse.tpl,v 1.1 2004-02-04 19:47:47 x2000habouzit Exp $ *}
+{* $Id: epouse.tpl,v 1.2 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 <div class="rubrique">
   Nom de mariage
@@ -54,7 +54,7 @@ celles que tu poss
 
 <br />
 
-<form action="{$smarty.server.PHP_SELF}" method="POST" name="epouse_dem">
+<form action="{$smarty.server.PHP_SELF}" method="post" name="epouse_dem">
 <table class="bicol" cellpadding="4" summary="Nom d'epouse">
   <tr>
     <th>Nom de mariage</th>
index b081f3e..f3a2813 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.aliases.tpl,v 1.4 2004-08-24 09:07:58 x2000habouzit Exp $ *}
+{* $Id: form.valid.aliases.tpl,v 1.5 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index b4b1bcb..398eae4 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.emploi.tpl,v 1.2 2004-08-24 09:07:58 x2000habouzit Exp $ *}
+{* $Id: form.valid.emploi.tpl,v 1.3 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index 48c40de..9a2e340 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.epouses.tpl,v 1.2 2004-02-11 15:35:33 x2000habouzit Exp $ *}
+{* $Id: form.valid.epouses.tpl,v 1.3 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index 1f107ac..0cd36a1 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.ml.tpl,v 1.3 2004-08-24 09:07:58 x2000habouzit Exp $ *}
+{* $Id: form.valid.ml.tpl,v 1.4 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index fe7eb3e..7345b47 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.photos.tpl,v 1.3 2004-07-25 08:54:08 x2000habouzit Exp $ *}
+{* $Id: form.valid.photos.tpl,v 1.4 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index 4b1b9ee..cd41313 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: form.valid.sondages.tpl,v 1.3 2004-08-24 12:23:41 x2000habouzit Exp $ *}
+{* $Id: form.valid.sondages.tpl,v 1.4 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
 <input type="hidden" name="uid" value="{$valid->uid}" />
 <input type="hidden" name="type" value="{$valid->type}" />
 <input type="hidden" name="stamp" value="{$valid->stamp}" />
index 627cd79..0b02e14 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: newsletter.list.tpl,v 1.2 2004-02-09 17:47:07 x2000habouzit Exp $ *}
+{* $Id: newsletter.list.tpl,v 1.3 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
 <table class="bicol" cellpadding="3" cellspacing="0" summary="liste des NL">
 <tr>
   </td>
   {if $admin}
   <td>
-    <form method="POST" action="{$smarty.server.PHP_SELF}">
+    <form method="post" action="{$smarty.server.PHP_SELF}">
       <input type="hidden" name="nl_id" value="{$nl.id}" />
       <input type="hidden" name="action" value="edit" />
       <input type="submit" value="edit" />
     </form>
   </td>
   <td>
-    <form method="POST" action="{$smarty.server.PHP_SELF}">
+    <form method="post" action="{$smarty.server.PHP_SELF}">
       <input type="hidden" name="nl_id" value="{$nl.id}" />
       <input type="hidden" name="action" value="delete" />
       <input type="submit" value="del" />
index 6f7fb19..ea507f9 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: newsletter_req.tpl,v 1.4 2004-02-11 13:30:36 x2000habouzit Exp $ *}
+{* $Id: newsletter_req.tpl,v 1.5 2004-08-24 23:06:04 x2000habouzit Exp $ *}
 
 <div class="rubrique">
   Proposer un article pour la newsletter
@@ -65,7 +65,7 @@
     Tu seras recontacté par mail par un rédacteur pour te confirmer la
     bonne récéption de ta demande.
     </p>
-    <form action="{$smarty.server.PHP_SELF}" method="POST">
+    <form action="{$smarty.server.PHP_SELF}" method="post">
       <input type="hidden" name="titre" value="{$titre}" />
       <input type="hidden" name="article" value="{$article}" />
       <input type="hidden" name="bonus" value="{$bonus}" />
@@ -84,7 +84,7 @@
 {/if}
 
 {if !$sent}
-<form action="{$smarty.server.PHP_SELF}" method="POST">
+<form action="{$smarty.server.PHP_SELF}" method="post">
   <table class="bicol" cellpadding="3" cellspacing="0" summary="Proposition d'article newsletter">
     <thead>
       <tr>
index aae68d0..d30cf01 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: index.tpl,v 1.4 2004-08-24 12:23:41 x2000habouzit Exp $ *}
+{* $Id: index.tpl,v 1.5 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
 <div class="rubrique">
   Micropaiments
@@ -11,8 +11,7 @@
 <p class="erreur">{$e}</p>
 {/foreach}
 
-<form method="POST" action="{$smarty.server.PHP_SELF}">
-  <input type="hidden" name="op" value="submit" />
+<form method="post" action="{$smarty.server.PHP_SELF}">
   <p class="normal"> Si tu ne souhaites pas utiliser notre interface de
   télépaiement, tu peux virer directement la somme de ton choix sur notre compte
   30004 00314 00010016782 60. Nous veillerons à ce que ton paiement parvienne à
@@ -27,7 +26,7 @@
     <tr>
       <td>Transaction</td>
       <td>
-        <select name="ref" onChange="this.form.op.value='select'; this.form.submit();">
+        <select name="ref" onchange="this.form.op.value='select'; this.form.submit();">
           {select_db_table table="paiement.paiements" valeur=$ref where=" WHERE FIND_IN_SET('old',flags)=0"}
         </select>
         {if $ref_url}
@@ -39,7 +38,7 @@
       <td>Méthode</td>
       <td>
         <select name="methode">
-          {select_db_table table="paiement.methodes" valeur={$methode});
+          {select_db_table table="paiement.methodes" valeur=$methode}
         </select>
       </td>
     </tr>
@@ -50,6 +49,7 @@
     <tr>
       <td>&nbsp;</td>
       <td>
+        <input type="hidden" name="op" value="submit" />
         <input type="submit" value="Continuer" />
       </td>
     </tr>
index ad241ed..7475318 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: profil.tpl,v 1.4 2004-08-07 11:26:45 x2000coic Exp $ *}
+{* $Id: profil.tpl,v 1.5 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
 {config_load file="profil.conf"}
 {literal}
@@ -41,7 +41,7 @@
 {/if}
 {* dessin des onglets *}
 
-<form action="{$smarty.server.PHP_SELF}" method="POST" name="prof_annu">
+<form action="{$smarty.server.PHP_SELF}" method="post" name="prof_annu">
   <input type="hidden" value="" name="binet_op" />
   <input type="hidden" value="" name="binet_id" />
   <input type="hidden" value="" name="groupex_op" />
index 2167fbf..c8c641d 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: adresses.tpl,v 1.3 2004-08-24 11:45:19 x2000habouzit Exp $ *}
+{* $Id: adresses.tpl,v 1.4 2004-08-24 23:06:06 x2000habouzit Exp $ *}
 
 <div class="blocunite_tab">
   <table class="bicol" cellspacing="0" cellpadding="0" summary="Profil: Adresses personnelles">
         <span class="titre">Pays</span>
       </td>
       <td class="cold">
-        <select name="pays[{$adrid}]" onChange="this.form.submit();">
+        <select name="pays[{$adrid}]" onchange="this.form.submit();">
           {geoloc_pays pays=$adr.pays}
         </select>
       </td>
index 8859968..9b3f6d5 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: emploi.tpl,v 1.4 2004-08-24 11:45:19 x2000habouzit Exp $ *}
+{* $Id: emploi.tpl,v 1.5 2004-08-24 23:06:06 x2000habouzit Exp $ *}
 
 {section name=adresses_pro loop=2}
 {assign var='i' value=$smarty.section.adresses_pro.index} 
@@ -49,7 +49,7 @@
         <span class="titre">Secteur d'activité</span>
       </td>
       <td class="cold">
-        <select name="secteur[{$i}]" onChange="this.form.submit();">
+        <select name="secteur[{$i}]" onchange="this.form.submit();">
           {select_secteur secteur=$secteur.$i}
         </select>
       </td>
         <span class="titre">Pays</span>
       </td>
       <td class="cold">
-        <select name="payspro[{$i}]" onChange="this.form.submit();">
+        <select name="payspro[{$i}]" onchange="this.form.submit();">
           {geoloc_pays pays=$payspro.$i}
         </select>
       </td>
index 4ae6063..7dea240 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: general.tpl,v 1.5 2004-08-24 11:45:19 x2000habouzit Exp $ *}
+{* $Id: general.tpl,v 1.6 2004-08-24 23:06:06 x2000habouzit Exp $ *}
 
 {include file="applis.js.tpl"}
 <div class="blocunite_tab">
@@ -59,7 +59,7 @@
         <span class="comm">(4ème année de l'X)</span>
       </td>
       <td class="cold">
-        <select name="appli_id1" onChange="fillType(this.form.appli_type1, this.selectedIndex-1);">  
+        <select name="appli_id1" onchange="fillType(this.form.appli_type1, this.selectedIndex-1);">  
           {applis_options selected=$appli_id1}
         </select>
         <br />
@@ -79,7 +79,7 @@
         <span class="titre">Post-application</span>
       </td>
       <td class="dcold">
-        <select name="appli_id2" onChange="fillType(this.form.appli_type2, this.selectedIndex-1);">   
+        <select name="appli_id2" onchange="fillType(this.form.appli_type2, this.selectedIndex-1);">   
           {applis_options selected=$appli_id2}
         </select>
         <br />
index d0b0e45..0defd85 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: referent.tpl,v 1.4 2004-08-24 12:23:40 x2000habouzit Exp $ *}
+{* $Id: referent.tpl,v 1.5 2004-08-24 23:06:05 x2000habouzit Exp $ *}
 
 {literal}
 <script language="JavaScript" type="text/javascript">
@@ -23,7 +23,7 @@ sans doute car ta requ
 d'être plus précis.
 </p>
 {elseif $resultats}
-<form action="{$smarty.server.PHP_SELF}" method="POST" name="form_result">
+<form action="{$smarty.server.PHP_SELF}" method="post" name="form_result">
   <input type="hidden" name="pays" value="{$pays_selectionne}" />
   <input type="hidden" name="expertise" value="{$expertise_champ}" />
   <input type="hidden" name="secteur" value="{$secteur_selectionne}" />
index 5108482..1cb08f2 100644 (file)
@@ -59,7 +59,7 @@
       <tr>
         <td>Pays</td>
         <td>
-          <select name="pays" onChange="javascript:document.recherche.submit();">
+          <select name="pays" onchange="javascript:document.recherche.submit();">
           {if $smarty.request.pays}
             {assign var="pays" value=$smarty.request.pays}
           {else}
       <tr>
         <td>Formation</td>
         <td>
-          <select name="school" onChange="javascript:document.recherche.submit();">
+          <select name="school" onchange="javascript:document.recherche.submit();">
             <option value="0"></option>
             {section name=school loop=$choix_schools}
             <option value="{$choix_schools[school].id}" {if $smarty.request.school eq $choix_schools[school].id}selected{/if}>
index aa4367a..b81f25f 100644 (file)
@@ -1,21 +1,21 @@
-{* $Id: choix_date.tpl,v 1.2 2004-02-11 13:15:35 x2000habouzit Exp $ *}
+{* $Id: choix_date.tpl,v 1.4 2004-08-24 23:07:24 x2000habouzit Exp $ *}
 
 {assign var=def_month value=$smarty.now|date_format:"%m"}
 {assign var=def_year value=$smarty.now|date_format:"%Y"}
 {assign var=month value=$smarty.request.mois|default:$def_month}
 
-<div class="center">
-  <form method="POST" action="{$smarty.server.PHP_SELF}">
+<form method="post" action="{$smarty.server.PHP_SELF}">
+  <div class="center">
     <input type="hidden" name="action" value="lister" />
     Afficher la période suivante :
     <select name="mois" size="1">
-{foreach key=key item=item from=$month_arr}
+      {foreach key=key item=item from=$month_arr}
       <option value="{$key}" {if $month eq $key}selected="selected"{/if}>{$item}</option>
-{/foreach}
+      {/foreach}
     </select>
     <input type="text" name="annee" size="10" value="{$smarty.request.annee|default:$def_year}" />
     <input type="submit" value="lister" />
-  </form>
-</div>
+  </div>
+</form>
 
 {* vim:set et sw=2 sts=2 sws=2: *}
index 213e17e..56c11cd 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: gere_operations.tpl,v 1.3 2004-02-11 15:35:33 x2000habouzit Exp $ *}
+{* $Id: gere_operations.tpl,v 1.4 2004-08-24 23:06:06 x2000habouzit Exp $ *}
 
 {dynamic}
 
@@ -7,7 +7,7 @@
   Gestion des opérations de trésorerie
 </div>
 
-<form method="POST" action="{$smarty.server.PHP_SEL}">
+<form method="post" action="{$smarty.server.PHP_SEL}">
   <input type="hidden" name="operation_id" value="{$operation_id}" />
   <input type="hidden" name="action" value="update" />
   <input type="hidden" name="annee" value="{$annee_sel}" />
@@ -88,7 +88,7 @@
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>
-      <form method="POST" action="{$smarty.server.PHP_SELF}">
+      <form method="post" action="{$smarty.server.PHP_SELF}">
         <input type="hidden" name="operation_id" value="0" />
         <input type="hidden" name="action" value="edit" />
         <input type="hidden" name="annee" value="{$annee_sel}" />
     <td class="right">{$op.debit}</td>
     <td class="right">{$op.credit}</td>
     <td>
-      <form method="POST" action="{$smarty.server.PHP_SELF}">
+      <form method="post" action="{$smarty.server.PHP_SELF}">
         <input type="hidden" name="operation_id" value="{$op.id}" />
         <input type="hidden" name="annee" value="{$annee_sel}" />
         <input type="hidden" name="mois" value="{$mois_sel}" />