xhtml
authorx2000habouzit <x2000habouzit>
Wed, 11 Feb 2004 21:02:41 +0000 (21:02 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 11 Feb 2004 21:02:41 +0000 (21:02 +0000)
configs/menu.conf.php
templates/admin/utilisateurs.tpl
templates/skin/common.bandeau.head.tpl
templates/skin/common.footer.tpl
templates/skin/common.header.tpl

index 9ac027f..98cc6f7 100644 (file)
@@ -12,7 +12,7 @@ if(logged()) {
         ),
         'Services' => Array (
             'Envoyer un mail' => '###url###' ,
-            'Forums & PA' => '###url###' ,
+            'Forums &amp; PA' => '###url###' ,
             'Listes de diffusion' => '###url###' ,
             'Micropaiements' => '###url###' ,
             'Patte cassée' => 'pattecassee.php' ,
index bbf1914..dc84892 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: utilisateurs.tpl,v 1.1 2004-02-11 20:00:38 x2000habouzit Exp $ *}
+{* $Id: utilisateurs.tpl,v 1.2 2004-02-11 21:02:41 x2000habouzit Exp $ *}
 
 {if $smarty.session.suid}
 <p class="erreur">
@@ -15,9 +15,9 @@ Attention, d
 {if $smarty.post.u_kill_conf}
 <div class="center">
   <form name="yes" method="post" action="{$smarty.server.PHP_SELF}">
-    <input type="hidden" name="login" value="{$smarty.request.login}">
+    <input type="hidden" name="login" value="{$smarty.request.login}" />
     Confirmer la suppression de {$smarty.request.login}&nbsp;&nbsp;
-    <input type="submit" name="u_kill" value="continuer">
+    <input type="submit" name="u_kill" value="continuer" />
   </form>
 </div>
 {/if}
@@ -25,7 +25,7 @@ Attention, d
 {/dynamic}
 
 <form name="add" method="post" action="{$smarty.server.PHP_SELF}">
-  <table class="tinybicol" border="0" cellspacing="0" cellpadding="3">
+  <table class="tinybicol" cellspacing="0" cellpadding="3">
     <tr>
       <th>
         Administrer
@@ -33,31 +33,31 @@ Attention, d
     </tr>
     <tr>
       <td class="center">
-        <input type="text" name="login" size="40" maxlength="255" value="{$login}">
+        <input type="text" name="login" size="40" maxlength="255" value="{$login}" />
       </td>
     </tr>
     <tr>
       <td class="center">
-        <input type="submit" name="select" value=" edit "> &nbsp;&nbsp;
-        <input type="hidden" name="hashpass" value=""> 
-        <input type="submit" name="suid_button" value=" su "> 
+        <input type="submit" name="select" value=" edit " /> &nbsp;&nbsp;
+        <input type="hidden" name="hashpass" value="" /
+        <input type="submit" name="suid_button" value=" su " /
       </td>
     </tr>
   </table>
 </form>
 
 {dynamic on="0`$smarty.request.select`"}
-<table border="0" cellspacing="0" cellpadding="0" class="admin">
+<table cellspacing="0" cellpadding="0" class="admin">
   <p class="smaller">
   Derniére connexion le <strong>{$lastlogin|date_format:"%d %B %Y, %T"}</strong>
   depuis <strong>{$mr.host}</strong>
   </p>
   <form name="edit" method="post" action="{$smarty.server.PHP_SELF}">
-    <tr valign=top align=left
+    <tr> 
       <th class="login">
         Login
       </th>
-      <input type="hidden" name="hashpass" value="">
+      <input type="hidden" name="hashpass" value="" />
       <th class="password"> 
         Password
       </th>
@@ -67,12 +67,12 @@ Attention, d
     </tr>
     <tr> 
       <td class="login"> 
-        <input type="hidden" name="hashpass" value="">
-        <input type="text" name="login" size=20 maxlength=50 value="{$mr.username}">
+        <input type="hidden" name="hashpass" value="" />
+        <input type="text" name="login" size=20 maxlength=50 value="{$mr.username}" />
       </td>
       <td class="password"> 
-        <input type="text" name="newpass_clair" size=10 maxlength=10 value="********">
-        <input type="hidden" name="passw" size=32 maxlength=32 value="{$mr.password}">
+        <input type="text" name="newpass_clair" size=10 maxlength=10 value="********" />
+        <input type="hidden" name="passw" size=32 maxlength=32 value="{$mr.password}" />
       </td>
       <td class="perms"> 
         <select name="permsN">
@@ -106,7 +106,7 @@ Attention, d
         then prenom.nom=
       </td>
       <td class="login">
-        <input type="text" name="loginbis" size=24 maxlength=255 value="{$mr.loginbis}">
+        <input type="text" name="loginbis" size=24 maxlength=255 value="{$mr.loginbis}" />
       </td>
       <th class="action">
         Action
@@ -116,11 +116,11 @@ Attention, d
       <th>UID</th>
       <td>
         {$mr.user_id}
-        <input type="hidden" name="olduid" size=6 maxlength=6 value="{$mr.user_id}">
-        <input type="hidden" name="oldlogin" size=100 maxlength=100 value="{$mr.username}">
+        <input type="hidden" name="olduid" size=6 maxlength=6 value="{$mr.user_id}" />
+        <input type="hidden" name="oldlogin" size=100 maxlength=100 value="{$mr.username}" />
       </td>
       <td class="action">
-        <input type="submit" name="u_kill_conf" value="DELETE">
+        <input type="submit" name="u_kill_conf" value="DELETE" />
       </td>
     </tr>
     <tr> 
@@ -131,7 +131,7 @@ Attention, d
         {$mr.matricule}
       </td>
       <td class="action"> 
-        <input onClick="doEditUser(); return true;" type="submit" name="u_edit" value="UPDATE">
+        <input onClick="doEditUser(); return true;" type="submit" name="u_edit" value="UPDATE" />
       </td>
     </tr>
     <tr> 
@@ -139,7 +139,7 @@ Attention, d
         Date de naissance
       </th>
       <td class="detail"> 
-        <input type="text" name="naissanceN" size=10 maxlength=10 value="{$mr.naissance}">
+        <input type="text" name="naissanceN" size=10 maxlength=10 value="{$mr.naissance}" />
       </td>
       <td class="action">
         &nbsp;
@@ -150,7 +150,7 @@ Attention, d
         Promo
       </th>
       <td class="detail"> 
-        <input type="text" name="promoN" size=4 maxlength=4 value="{$mr.promo}">
+        <input type="text" name="promoN" size=4 maxlength=4 value="{$mr.promo}" />
       </td>
       <td class="action">
         &nbsp;
@@ -161,7 +161,7 @@ Attention, d
         Nom
       </th>
       <td class="detail">
-        <input type="text" name="nomN" size=20 maxlength=255 value="{$mr.nom}">
+        <input type="text" name="nomN" size=20 maxlength=255 value="{$mr.nom}" />
       </td>
       <td class="action">
         <a href="javascript:x()" onclick="popWin('{"x.php?x=`$mr.username`"|url}')">[Voir fiche]</a>
@@ -172,7 +172,7 @@ Attention, d
         Prénom
       </th>
       <td class="detail">
-        <input type="text" name="prenomN" size=20 maxlength=30 value="{$mr.prenom}">
+        <input type="text" name="prenomN" size=20 maxlength=30 value="{$mr.prenom}" />
       </td>
       <td class="action">
         <a href="admin_trombino.php?uid={$mr.user_id}">[Trombino]</a>
@@ -183,7 +183,7 @@ Attention, d
         Alias e-mail
       </th>
       <td class="alias"> 
-        <input type="text" name="alias" size=20 maxlength=255 value="{$mr.alias}">@m4x.org
+        <input type="text" name="alias" size=20 maxlength=255 value="{$mr.alias}" />@m4x.org
       </td>
       <td class="action">
         &nbsp;
@@ -212,11 +212,11 @@ Attention, d
       </td>
       <td class="polyedu">  
         <form name="rmedu" method="post" action="{$smarty.server.PHP_SELF}">
-          <input type="hidden" name="id_edu" value="{$alias.id}">
-          <input type="hidden" name="alias_edu" value="{$alias.alias}">
-          <input type="hidden" name="login" value="{$mr.username}">
-          <input type="hidden" name="select" value="edit">
-          <input type="submit" name="remove_polyedu_alias" value="Supprimer">
+          <input type="hidden" name="id_edu" value="{$alias.id}" />
+          <input type="hidden" name="alias_edu" value="{$alias.alias}" />
+          <input type="hidden" name="login" value="{$mr.username}" />
+          <input type="hidden" name="select" value="edit" />
+          <input type="submit" name="remove_polyedu_alias" value="Supprimer" />
         </form>
       </td>
       {else}
@@ -225,12 +225,12 @@ Attention, d
       </td>
       <td class="polyedu">
         <form name="addedu" method="post" action="{$smarty.server.PHP_SELF}">
-          <input type="hidden" name="user_id" value="{$mr.user_id}">
-          <input type="hidden" name="matricule" value="{$mr.matricule}">
-          <input type="hidden" name="login" value="{$mr.username}">
-          <input type="hidden" name="select" value="edit">
-          <input type="hidden" name="alias_edu" value="">
-          <input type="submit" name="add_polyedu_alias" value="Réparer">
+          <input type="hidden" name="user_id" value="{$mr.user_id}" />
+          <input type="hidden" name="matricule" value="{$mr.matricule}" />
+          <input type="hidden" name="login" value="{$mr.username}" />
+          <input type="hidden" name="select" value="edit" />
+          <input type="hidden" name="alias_edu" value="" />
+          <input type="submit" name="add_polyedu_alias" value="Réparer" />
         </form>
       </td>
       {/if}
@@ -246,30 +246,30 @@ Attention, d
       </td>
       <td class="polyedu">
         <form name="addedu" method="post" action="{$smarty.server.PHP_SELF}">
-          <input type="hidden" name="user_id" value="{$mr.user_id}">
-          <input type="hidden" name="matricule" value="{$mr.matricule}">
-          <input type="hidden" name="login" value="{$mr.username}">
-          <input type="hidden" name="select" value="edit">
-          <input type="hidden" name="alias_edu" value="">
-          <input type="submit" name="add_polyedu_alias" value="Réparer">
+          <input type="hidden" name="user_id" value="{$mr.user_id}" />
+          <input type="hidden" name="matricule" value="{$mr.matricule}" />
+          <input type="hidden" name="login" value="{$mr.username}" />
+          <input type="hidden" name="select" value="edit" />
+          <input type="hidden" name="alias_edu" value="" />
+          <input type="submit" name="add_polyedu_alias" value="Réparer" />
         </form>
       </td>
     </tr>
     {/if}
     <form name="addedu" method="post" action="{$smarty.server.PHP_SELF}">
-      <input type="hidden" name="user_id" value="{$mr.user_id}">
-      <input type="hidden" name="matricule" value="{$mr.matricule}">
-      <input type="hidden" name="login" value="{$mr.username}">
-      <input type="hidden" name="select" value="edit">
+      <input type="hidden" name="user_id" value="{$mr.user_id}" />
+      <input type="hidden" name="matricule" value="{$mr.matricule}" />
+      <input type="hidden" name="login" value="{$mr.username}" />
+      <input type="hidden" name="select" value="edit" />
       <tr> 
         <th class="polyedu">
           Ajouter un alias polyedu
         </th>
         <td class="polyedu"> 
-          <input type="text" name="alias_edu" size=29 maxlength=60 value="">
+          <input type="text" name="alias_edu" size=29 maxlength=60 value="" />
         </td>
         <td class="polyedu">
-          <input type="submit" name="add_polyedu_alias" value="Ajouter">
+          <input type="submit" name="add_polyedu_alias" value="Ajouter" />
         </td>
       </tr>
     </form>
@@ -287,32 +287,32 @@ Attention, d
           e-mail forward {$mail.num} ({$mail.flags})
         </th>
         <td class="detail"> 
-          <input type="text" name="fwd" size=29 maxlength=255 value="{$mail.email}">
+          <input type="text" name="fwd" size=29 maxlength=255 value="{$mail.email}" />
         </td>
         <td class="action"> 
-          <input type="hidden" name="user_id" value="{$mr.user_id}">
-          <input type="hidden" name="login" value="{$mr.username}">
-          <input type="hidden" name="email" value="{$mail.email}">
-          <input type="hidden" name="select" value="edit">
-          <input type="submit" name="remove_email" value="Supprimer">
+          <input type="hidden" name="user_id" value="{$mr.user_id}" />
+          <input type="hidden" name="login" value="{$mr.username}" />
+          <input type="hidden" name="email" value="{$mail.email}" />
+          <input type="hidden" name="select" value="edit" />
+          <input type="submit" name="remove_email" value="Supprimer" />
         </td>
       </tr>
     </form>
     {/foreach}
     <form name="add" method="post" action="{$smarty.server.PHP_SELF}">
-      <input type="hidden" name="user_id" value="{$mr.user_id}">
-      <input type="hidden" name="login" value="{$mr.username}">
-      <input type="hidden" name="select" value="edit">
-      <input type="hidden" name="num" value="{$next_num}">
+      <input type="hidden" name="user_id" value="{$mr.user_id}" />
+      <input type="hidden" name="login" value="{$mr.username}" />
+      <input type="hidden" name="select" value="edit" />
+      <input type="hidden" name="num" value="{$next_num}" />
       <tr> 
         <th class="detail">
           Ajouter un email
         </td>
         <td class="detail"> 
-          <input type="text" name="email" size=29 maxlength=60 value="">
+          <input type="text" name="email" size=29 maxlength=60 value="" />
         </td>
         <td class="action">
-          <input type="submit" name="add_email" value="Ajouter">
+          <input type="submit" name="add_email" value="Ajouter" />
         </td>
       </tr>
     </form>
index 9c9f87e..7cd9c06 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: common.bandeau.head.tpl,v 1.3 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: common.bandeau.head.tpl,v 1.4 2004-02-11 21:02:42 x2000habouzit Exp $ *}
 
 {literal}
     <!-- BANDEAU DEBUT -->
@@ -16,7 +16,7 @@
       a.xdx:hover   { text-decoration: underline; }
       a.xdx:active  { color: #CCCCCC ; background: #505050 ; }
     </style>
-    <meta name="MSSmartTagsPreventParsing" content="true">
+    <meta name="MSSmartTagsPreventParsing" content="true" />
     <!-- BANDEAU FIN -->
 {/literal}
 
index 5fcfe3d..5768072 100644 (file)
@@ -1,6 +1,6 @@
-{* $Id: common.footer.tpl,v 1.5 2004-01-29 14:18:55 x2000habouzit Exp $ *}
+{* $Id: common.footer.tpl,v 1.6 2004-02-11 21:02:42 x2000habouzit Exp $ *}
 
-<p>
+<div>
   Copyright © 1999-2003 Association <a href="http://x-org.polytechnique.org/">Polytechnique.org</a>
   &nbsp;-&nbsp;
   <a href="docs/apropos.php">A propos de ce site</a>
@@ -12,6 +12,6 @@
   | <a href="{"stats/coupure.php"|url}">Disponibilité</a>
   | <a href="{"stats/"|url}">Statistiques</a>
 {/min_auth}
-</p>
+</div>
 
 {* vim:set et sw=2 sts=2 sws=2: *}
index f81a80a..b0f4036 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: common.header.tpl,v 1.5 2004-02-11 13:15:35 x2000habouzit Exp $ *}
+{* $Id: common.header.tpl,v 1.6 2004-02-11 21:02:42 x2000habouzit Exp $ *}
 
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <meta name="description" content="Le Portail des Polytechniciens" />
@@ -9,12 +9,12 @@
     <link rel="author" href="########" />
     <link rel="search" href="########" />
     <link rel="help" href="##########" />
-    <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique">
-    <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site">
-    <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX">
-    <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX">
-    <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org">
-    <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves">
+    <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique" />
+    <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site" />
+    <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX" />
+    <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX" />
+    <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org" />
+    <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
 
     <title>
       Anciens eleves Polytechnique, annuaire email, Alumni