sub parse_dir($) {
my $dir = shift;
+ my @dirs;
opendir DIR,$dir;
while(my $a = readdir DIR) {
- if(-d $a) {
- &parse_dir($dir."/".$a) unless($a eq '.' or $a eq '..' or $a eq 'CVS');
+ if( -d $dir."/".$a ) {
+ push @dirs,$dir."/".$a unless($a eq '.' or $a eq '..' or $a eq 'CVS');
} else {
&parse_file($dir."/".$a) if($a =~ /\.(php|tpl|htm[l]?)$/i);
}
}
closedir DIR;
+ foreach $dir (@dirs) { &parse_dir($dir); }
}
sub parse_file($) {
-{* $Id: deces_promo.tpl,v 1.2 2004-02-04 22:47:45 x2000habouzit Exp $ *}
+{* $Id: deces_promo.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<form action="{$smarty.server.PHP_SELF}" method="post">
<table class="tinybicol">
<tr class="{cycle values="impair,pair"}">
<td>{$x.nom} {$x.prenom}</td>
<td class="center">
- <input type="text" name="{$x.matricule}" value="{$x.deces}" size="10" maxlength="10">
+ <input type="text" name="{$x.matricule}" value="{$x.deces}" size="10" maxlength="10" />
</td>
</tr>
{/foreach}
-{* $Id: newsletter_prep.tpl,v 1.1 2004-02-11 12:41:06 x2000habouzit Exp $ *}
+{* $Id: newsletter_prep.tpl,v 1.2 2004-02-11 13:15:34 x2000habouzit Exp $ *}
{if $erreur}
<p class="normal">
<span class="erreur">Pense à relacher le verrou quand tu as fini.</span>
</p>
- <div align="center">
- <input type="submit" name="submit" value="Sauver et relacher le verrou">
- <input type="submit" name="submit" value="Sauver">
+ <div class="center">
+ <input type="submit" name="submit" value="Sauver et relacher le verrou" />
+ <input type="submit" name="submit" value="Sauver" />
<br />
- <input type="submit" name="submit" value="Ne pas sauver et relacher le verrou">
+ <input type="submit" name="submit" value="Ne pas sauver et relacher le verrou" />
</div>
{elseif $is_lock}
<p class="normal">
vraiment certain qu'il n'est plus en train d'éditer, sinon, il risque d'y
avoir des pertes dans les modifications faites à la lettre...
</p>
- <div align="center">
- <input type="submit" name="submit" value="Relacher quand meme">
+ <div class="center">
+ <input type="submit" name="submit" value="Relacher quand meme" />
</div>
<br />
{else}
<p class="normal">
Pas de lock sur le fichier, tu peux en prendre un.
</p>
- <div align="center">
- <input type="submit" name="submit" value="Prendre un verrou">
+ <div class="center">
+ <input type="submit" name="submit" value="Prendre un verrou" />
</div>
<p class="normal">
ou bien envoyer la newsletter tel qu'elle.
<input type="text" name="test_to" size="40" value="{$smarty.session.username}@m4x.org" />
<input type="submit" name="submit" value="Envoi Test" />
<br />
- <input type="submit" name="submit" value="Envoi Definitif" class="color:red;" />
+ <input type="submit" name="submit" value="Envoi Definitif" style="color:red;" />
</div>
<br />
{/if}
</tr>
<tr>
<td>
- <input type="text" name="sujet" value="{$sujet}" size="55">
+ <input type="text" name="sujet" value="{$sujet}" size="55" />
</td>
</tr>
<tr>
{if $own_lock}
<tr>
<td class="bouton">
- <input type="submit" name="submit" value="Sauver">
+ <input type="submit" name="submit" value="Sauver" />
</td>
</tr>
{/if}
-{* $Id: postfix.common.tpl,v 1.2 2004-02-04 23:22:05 x2000habouzit Exp $ *}
+{* $Id: postfix.common.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
{dynamic}
<p class="erreur">{$erreur}</p>
{foreach item=line from=$list}
<form method="post" action="{$smarty.server.PHP_SELF}">
- <input type="text" name="nomligne" value="{$line}" size="100">
- <input type="submit" name="del" value="Del">
+ <input type="text" name="nomligne" value="{$line}" size="100" />
+ <input type="submit" name="del" value="Del" />
</form>
{/foreach}
{/dynamic}
-{* $Id: apropos.tpl,v 1.2 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: apropos.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
-<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="L'équipe">
+<table cellpadding="0" cellspacing="0" summary="L'équipe" style="width: 100%">
<tr>
<td style="width: 33%; padding-right:1em;">
L'équipe des services aux Polytechniciens
</tr>
</table>
<div class="center">
- <table summary="l'équipe" width="550">
+ <table summary="l'équipe" style="width:550px">
<tr>
<td>
<a href="images/equipe.jpg">
- <img border=0 src="images/equipe.jpg" alt=" [ L'EQUIPE ] " width="540">
+ <img src="images/equipe.jpg" alt=" [ L'EQUIPE ] " />
</a>
<p class="normal">
Sur cette photo un peu sombre, on peut reconnaître une partie de
</div>
<div class="center">
<a href="http://x-org.polytechnique.org/">
- <img border=0 src="images/logo.jpg" alt=" [ LOGO POLYTECHNIQUE.ORG ] ">
+ <img src="images/logo.jpg" alt=" [ LOGO POLYTECHNIQUE.ORG ] " />
</a>
- <img border=0 src="images/logoBR.jpg" alt=" [ LOGO BR ] ">
+ <img src="images/logoBR.jpg" alt=" [ LOGO BR ] " />
</div>
{* vim:set et sw=2 sts=2 sws=2: *}
-{* $Id: contacts.tpl,v 1.2 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: contacts.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
{if !$smarty.request.topic}
<div class="rubrique">
Contacts
</div>
-<table class="bicol" width="95%" cellspacing="0" cellpadding="4">
+<table class="bicol" cellspacing="0" cellpadding="4">
<tr>
<th>
Merci de choisir une rubrique parmi les suivantes.
-{* $Id: doc_carva.tpl,v 1.2 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: doc_carva.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">
Redirection de page WEB
avec les lois et règlements en vigueur et d'une manière générale ne porte pas
atteinte aux droits des tiers.
</p>
-<hr>
+<hr />
<p class="normal">
Notamment, mais non exclusivement, l'utilisateur s'engage à ce que le contenu
du site référencé :
-{* $Id: doc_gratuits.tpl,v 1.4 2004-02-09 17:47:06 x2000habouzit Exp $ *}
+{* $Id: doc_gratuits.tpl,v 1.5 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">
Pourquoi et comment choisir un e-mail gratuit
en contact avec Polytechnique.org.</strong>
</p>
<br />
- <table border="0" class="bicol" cellspacing="0" cellpadding="4" width="80%" summary="Benchmark">
+ <table class="bicol" cellspacing="0" cellpadding="4" summary="Benchmark">
<tr>
<th>
Qualité de service
-{* $Id: doc_nn.tpl,v 1.3 2004-01-31 10:20:16 x2000habouzit Exp $ *}
+{* $Id: doc_nn.tpl,v 1.4 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<p class="normal">
[<a href="{"docs/doc_nn.php?doc=smtp"|url}">Configuration du smtp</a>]
Utiliser le SMTP sécurisé
</div>
-<table summary="Première étape" cellpadding="5" width="604">
+<table summary="Première étape" cellpadding="5" style="width:604px">
<tr>
<td colspan="3">
- <img src="{"images/docs_confnetscape0.png"|url}" width="604" height="476" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_confnetscape0.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
<hr />
-<table summary="Deuxième étape" cellpadding="5" width="604">
+<table summary="Deuxième étape" cellpadding="5" style="width:604px">
<tr>
<td colspan="3">
- <img src="{"images/docs_confnetscape1.png"|url}" width="604" height="477" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_confnetscape1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
correspondre à l'écran ci-contre.
</p>
</td>
- <td width="50%">
+ <td style="width:50%">
<p class="normal">
2. Dans la partie <strong>Serveur de courrier sortant</strong>, indique
<code>ssl.polytechnique.org</code> dans le champ <strong>Serveur de
</p>
</td>
<td>
- <img src="{"images/docs_confnetscape2.png"|url}" width="382"
+ <img src="{"images/docs_confnetscape2.png"|url}" style="width:382px"
height="179" alt=" [ CAPTURE D'ECRAN ] " />
</td>
</tr>
Utiliser le NNTP sécurisé
</div>
-<table summary="Première étape" cellpadding="5" width="603">
+<table summary="Première étape" cellpadding="5" style="width:603px">
<tr>
<td colspan="3">
- <img src="{"images/docs_nntp_nn1.png"|url}" width="603" height="475" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_nntp_nn1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
<hr />
-<table summary="Deuxième étape" cellpadding="5" width="604">
+<table summary="Deuxième étape" cellpadding="5" style="width:604px">
<tr>
<td>
1. Dans ton client apparait maintenant une nouvelle ligne de serveur de forums appellée
<em>prenom.nom</em>, puis valide.
</td>
<td>
- <img src="{"images/docs_nntp_nn2.png"|url}" width="384" height="183" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_nntp_nn2.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
indiqué lors de <a href="{"smtp_acces.php"|url}">l'activation de ton compte</a>.
</td>
<td>
- <img src="{"images/docs_nntp_nn3.png"|url}" width="384" height="183" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_nntp_nn3.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
<hr />
-<table summary="Troisième étape" cellpadding="5" width="668">
+<table summary="Troisième étape" cellpadding="5" style="width:668px">
<tr>
<td>
- <img src="{"images/docs_nntp_nn4.png"|url}" width="668" height="466" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_nntp_nn4.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
-{* $Id: doc_nntp.tpl,v 1.2 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: doc_nntp.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">Les forums de Polytechnique.org</div>
<p class="normal">
<p class="normal">
Nous avons testé les logiciels capables de lire les forums de discussion les plus courants. La colonne <strong>O</strong> indique les logiciels qui fonctionnent, la colonne <strong>N</strong> ceux qui ne fonctionnent pas.
</p>
-<p class="normal"><em><small>
- La colonne <strong>S</strong> s'adresse aux utilisateurs aguerris et indique la possibilité de faire fonctionner le logiciel de news avec stunnel. La <a href="#stunnel">procédure</a> est décrite plus bas.</small></em>
+<p class="normal">
+<em>
+ <span class="smaller">
+ La colonne <strong>S</strong> s'adresse aux utilisateurs aguerris et indique la possibilité de
+ faire fonctionner le logiciel de news avec stunnel. La <a href="#stunnel">procédure</a> est
+ décrite plus bas.
+ </span>
+</em>
</p>
<table class="bicol" summary="liste des clients" cellpadding="4">
<p class="normal">
Certains logiciels de news sont capables de s'authentifier mais ne reconnaisent pas les connexions sécurisées de type SSL. Il est possible de faire fonctionner ces logiciels à l'aide de <a href="http://www.stunnel.org/">stunnel</a> qui gère la couche sécurisée.
</p>
-<table class="bicol" summary="conf stunnel" width="95%">
+<table class="bicol" summary="conf stunnel">
<tr>
<th>
Pour les versions 3.x
-{* $Id: doc_oe.tpl,v 1.3 2004-01-31 10:20:16 x2000habouzit Exp $ *}
+{* $Id: doc_oe.tpl,v 1.4 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<p class="normal">
[<a href="{"docs/doc_oe.php?doc=smtp"|url}">Configuration du smtp</a>]
La configuration pour utiliser le serveur SMTP de Polytechnique.org
</div>
-<table summary="Première étape" cellpadding="5" width="480">
+<table summary="Première étape" cellpadding="5" style="width:480px">
<tr>
<td colspan="2">
- <img src="{"images/docs_compte1.png"|url}" width="480" height="248" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_compte1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
</tr>
</table>
-<hr class="mark">
+<hr />
-<table summary="Deuxième étape" cellpadding="5" width="640">
+<table summary="Deuxième étape" cellpadding="5" style="width:640px">
<tr>
<td>
- <img src="{"images/docs_compte2.png"|url}" width="640" height="308" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_compte2.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Troisième étape" cellpadding="5">
<tr>
- <td width="220">
+ <td style="width:220px">
<p class="normal">
Cet écran permet d'éditer directement tous les paramètres du compte.
</p>
</p>
</td>
<td>
- <img src="{"images/docs_smtp1.png"|url}" width="403" height="443" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_smtp1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Quatrième étape" cellpadding="5">
<tr>
- <td style="verical-align: middle;" width="220">
+ <td style="verical-align: middle; width:220px">
<p class="normal">
1. Dans l'onglet <strong>"Serveurs"</strong>, indique
<strong>ssl.polytechnique.org</strong> comme serveur SMTP
</p>
</td>
<td>
- <img src="{"images/docs_smtp2.png"|url}" width="403" height="443" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_smtp2.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Cinquième étape" cellpadding="5">
<tr>
- <td width="220">
+ <td style="width:220px">
<p class="normal">
La boîte ci-contre s'affiche alors. Indique ton <em>login</em>
et ton mot de passe,
</p>
</td>
<td>
- <img src="{"images/docs_smtp3.png"|url}" width="386" height="249" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_smtp3.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Sixième étape" cellpadding="5">
<tr>
- <td width="220">
+ <td style="width:220px">
<p class="normal">
Enfin, dans l'onglet <strong>"Avancée"</strong>, spécifie le port <strong>465</strong>
pour le <strong>Courrier sortant (SMTP)</strong> et coche la case
</p>
</td>
<td>
- <img src="{"images/docs_smtp4.png"|url}" width="403" height="443" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_smtp4.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
Et maintenant quelques remarques :
<ul>
</li>
</ul>
-<hr class="mark">
+<hr />
<table summary="Conclusion" cellpadding="5">
<tr>
<td>
<a name="nntp">La configuration pour utiliser le serveur NNTP de Polytechnique.org</a>
</div>
-<table summary="Première étape" cellpadding="5" width="480">
+<table summary="Première étape" cellpadding="5" style="width:480px">
<tr>
<td colspan="2">
- <img src="{"images/docs_compte1.png"|url}" width="480" height="248" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_compte1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
- <td width="50%">
+ <td style="width:50%">
1. Dans le menu principal d'Outlook Express, choisis le sous-menu
<strong>"Comptes"</strong>.
</td>
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Deuxième étape" cellpadding="5">
<tr>
<td colspan="2">
- <img src="{"images/docs_news1.png"|url}" width="634" height="308" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_news1.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
- <td width="50%">
+ <td style="width:50%">
1. Un compte est désigné par un nom de serveur. Il est possible que tu aies une liste
vide la première fois que tu ouvres cette boite.
Ici tu vois à quoi tu devras arriver en fin de configuration.
</tr>
</table>
-<hr class="mark">
+<hr />
-<table summary="Troisième étape" cellpadding="5" width="503">
+<table summary="Troisième étape" cellpadding="5" style="width:503px">
<tr>
<td colspan="2">
- <img src="{"images/docs_news2.png"|url}" width="503" height="385" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_news2.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
<tr>
- <td width="50%">
+ <td style="width:50%">
1. Tu vas alors arriver à l'écran de configuration suivant
(après avoir éventuellement du cliquer plusieurs fois sur <strong>suivant</strong>).
</td>
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Quatrième étape" cellpadding="5">
<tr>
- <td width="220">
+ <td style="width:220px">
<p class="normal">
Il faut ensuite aller changer quelques options pour pouvoir utiliser les forums.
Retourne dans le menu <strong>"Outils/Comptes"</strong> du début, puis choisis de modifier
</p>
</td>
<td>
- <img src="{"images/docs_news3.png"|url}" width="400" height="445" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_news3.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-<hr class="mark">
+<hr />
<table summary="Cinquième étape" cellpadding="5">
<tr>
- <td width="220">
+ <td style="width:220px">
<p class="normal">
Dernière étape, choisis l'onglet <strong>"Avancé"</strong> et coche la case
<strong>ce serveur nécessite une connexion sécurisée (SSL)</strong>,
</p>
</td>
<td>
- <img src="{"images/docs_news4.png"|url}" width="400" height="445" alt=" [ CAPTURE D'ECRAN ] ">
+ <img src="{"images/docs_news4.png"|url}" alt=" [ CAPTURE D'ECRAN ] ">
</td>
</tr>
</table>
-{* $Id: doc_ssl.tpl,v 1.2 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: doc_ssl.tpl,v 1.3 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique"><a id="ssl" name="ssl"></a>Le certificat SSL de Polytechnique.org</div>
<div class="ssrubrique">Pourquoi un certificat ?</div>
clique sur "ouvrir" :
</p>
<div class="center">
- <img src="{"images/docs_ssl_dl.png"|url}" alt="[téléchargement]" width="398" height="191" />
+ <img src="{"images/docs_ssl_dl.png"|url}" alt="[téléchargement]" />
</div>
<p>
Ceci devrait t'ouvrir la fenêtre suivante.
</p>
<div class="center">
- <img src="{"images/docs_ssl_install.png"|url}" alt="[Certificat]" width="409" height="476" />
+ <img src="{"images/docs_ssl_install.png"|url}" alt="[Certificat]" />
</div>
<p>
Choisis d'installer le certificat, cliques autant de fois sur "suivant" que nécessaire,
Un message apparaît alors, te signifiant que tout s'est bien déroulé
</p>
<div class="center">
- <img src="{"images/docs_ssl_accept.png"|url}" alt="[Valider]" width="629" height="204" />
+ <img src="{"images/docs_ssl_accept.png"|url}" alt="[Valider]" />
</div>
{* vim:set et sw=2 sts=2 sws=2: *}
-{* $Id: faq.tpl,v 1.3 2004-01-31 10:20:16 x2000habouzit Exp $ *}
+{* $Id: faq.tpl,v 1.4 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">
Foire aux questions
de la compléter sur un sujet en rapport avec le site si tu estimes
que des informations manquent.
</p>
-<hr>
+<hr />
<div class="ssrubrique">
Questions générales
</div>
</li>
</ul>
<br /><br />
-<hr>
+<hr />
<div class="ssrubrique">
Questions générales
</div>
(Dictionnaire de la langue française, Le Robert, Paris 1987)
</p>
</div>
-<hr>
+<hr />
<div class="ssrubrique">
Remplissage des champs
</div>
</form>
</div>
</div>
-<hr>
+<hr />
<a id="connect" name="connect"></a>
<div class="ssrubrique">
Problèmes de connexion
de toute façon, les doublons ne peuvent pas exister.
</p>
</div>
-<hr>
+<hr />
<div class="ssrubrique">
Utilisation post-connexion
</div>
-{* $Id: index.tpl,v 1.3 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: index.tpl,v 1.4 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">
Documentations et Aides diverses
</div>
-<center>
-<table class="bicol" summary="Docs: Services" width="95%">
+<table class="bicol" summary="Docs: Services" >
<tr>
<th colspan="2">Utilisation des services de Polytechnique.org
</th>
</tr>
<tr class="impair">
- <td width="50%">
+ <td style="width:50%">
<div class="lien">
<a href="doc_emails.php">Mes adresses de redirection</a>
</div>
</table>
<br />
-<table class="bicol" summary="Docs: Services sécurisés" width="95%">
+<table class="bicol" summary="Docs: Services sécurisés">
<tr>
<th colspan="2">Utilisation des services <em>sécurisés</em> de Polytechnique.org
</th>
</td>
</tr>
<tr class="pair">
- <td width="50%">
+ <td style="width:50%">
<div class="lien">
<a href="doc_smtp.php">SMTP sécurisé</a>
</div>
</table>
<br />
-<table class="bicol" summary="Docs: Services sécurisés" width="95%">
+<table class="bicol" summary="Docs: Services sécurisés">
<tr>
<th colspan="2">Utiliser des logiciels de courrier/news avec Polytechnique.org
</th>
</tr>
<tr class="impair">
- <td width="50%">
+ <td style="width:50%">
<div class="lien">
<a href="doc_oe.php">Outlook Express</a>
</div>
</td>
</tr>
</table>
-</center>
<br />
{include file="docs/faq.tpl"}
-{* $Id: secu.tpl,v 1.3 2004-01-29 16:21:54 x2000habouzit Exp $ *}
+{* $Id: secu.tpl,v 1.4 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<script language="JavaScript" type="text/javascript">
{literal}
<div class="center">
<a
href="javascript:popUp('https://servicecenter.verisign.com/cgi-bin/Xquery.exe?Template=authCertByIssuer&remote_host=https://www.certplus.com/server/cgi-bin/haydn.exe&form_file=../fdf/authCertByIssuer.fdf&issuerSerial=2a7ca007e2dd1cfe5cb7c705cf197084')">
- <img src="{"images/SceauCertplus_petit.png"|url}" alt=" [ SCEAU CERTPLUS ] " border="0">
+ <img src="{"images/SceauCertplus_petit.png"|url}" alt=" [ SCEAU CERTPLUS ] " />
</a>
<a href="http://www.certplus.com/">
- <img border=0 src="{"images/verisign.png"|url}" alt=" [ LOGO CERTPLUS ] ">
+ <img src="{"images/verisign.png"|url}" alt=" [ LOGO CERTPLUS ] ">
</a>
</div>
<p class="normal">
-{* $Id: index.tpl,v 1.1 2004-02-04 19:47:47 x2000habouzit Exp $ *}
+{* $Id: index.tpl,v 1.2 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<div class="rubrique">Que sont les groupes X ?</div>
<p class="normal">
Les groupes X sont des associations, formées de Polytechniciens, anciens ou élèves. Parfois, ils intègrent aussi
- des personnes originaires d'autres grandes écoles.<br>
+ des personnes originaires d'autres grandes écoles.<br />
Un site est dédié aux activités associatives. Il contient en particulier une liste de tous les groupes X. Tu le
trouveras à l'adresse <a href="http://www.polytechnique.net/">http://www.polytechnique.net/</a>.
</p>
</p>
<p class="normal">
Pour le site web, ce peut être soit une simple redirection vers un site que tu héberges
- toi-même, soit un site complètement hébergé par nos soins. <b>Dans le premier cas</b>, il te suffit
+ toi-même, soit un site complètement hébergé par nos soins. <strong>Dans le premier cas</strong>, il te suffit
de nous donner l'adresse web de ton site, http://nomdugroupe.polytechnique.org/ devient alors
son équivalent. Il faut donc avoir un hébergeur de site web comme il en existe de nombreux gratuits
(comme <a href="http://www.free.fr/">free.fr</a> ou <a href="http://www.freesurf.fr/">freesurf.fr</a>...)
- <b>Dans le second cas</b>, l'hébergement se fait grâce à notre logiciel Diogenes. Plusieurs groupes ont déjà
+ <strong>Dans le second cas</strong>, l'hébergement se fait grâce à notre logiciel Diogenes. Plusieurs groupes ont déjà
opté pour cette solution, comme tu pourras le constater à l'adresse suivante :
<a href="http://diogenes.polytechnique.org/">http://diogenes.polytechnique.org/</a>.
</p>
-{* $Id: form.newsletter.tpl,v 1.1 2004-02-11 11:51:53 x2000habouzit Exp $ *}
+{* $Id: form.newsletter.tpl,v 1.2 2004-02-11 13:15:34 x2000habouzit Exp $ *}
<form method="post" action="{$smarty.server.PHP_SELF}">
- <input type="hidden" name="nl_id" value="{$nl_id}">
- <input type="hidden" name="action" value="update">
+ <input type="hidden" name="nl_id" value="{$nl_id}" />
+ <input type="hidden" name="action" value="update" />
<table class="bicol" summary="Formulaire de saisie de newsletter">
<tr>
<th colspan="2">
</tr>
<tr>
<td colspan="2" class="bouton">
- <input type="submit" value="Envoyer">
+ <input type="submit" value="Envoyer" />
</td>
</tr>
</table>
-{* $Id: newsletter.tpl,v 1.1 2004-02-09 14:54:55 x2000habouzit Exp $ *}
+{* $Id: newsletter.tpl,v 1.2 2004-02-11 13:15:33 x2000habouzit Exp $ *}
{dynamic}
{if $nl_titre}
-<p align="center">
+<p class="center">
[<a href="{$smarty.server.REQUEST_URI}&send_mail=1">me l'envoyer par mail</a>]
</p>
-<table class="bicol" summary="Archives de la NL" align="center">
+<table class="bicol" summary="Archives de la NL">
<tr>
<th>
{$nl_titre} - {$nl_date|date_format:"%d/%m/%Y"}
-{* $Id: newsletter_req.tpl,v 1.2 2004-02-09 17:47:06 x2000habouzit Exp $ *}
+{* $Id: newsletter_req.tpl,v 1.3 2004-02-11 13:15:33 x2000habouzit Exp $ *}
<div class="rubrique">
Proposer un article pour la newsletter
</tr>
<tr class="pair">
<td>
- <input type="text" value="{$titre}" name="titre" size="68">
+ <input type="text" value="{$titre}" name="titre" size="68" />
</td>
</tr>
<tr class="impair">
-{* $Id: common.bandeau.tpl,v 1.3 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: common.bandeau.tpl,v 1.4 2004-02-11 13:15:35 x2000habouzit Exp $ *}
<!-- BANDEAU DEBUT -->
<!-- ligne grise de 1px -->
- <table class="ligne" cellspacing="0" cellpadding="0" width="100%" border="0" summary=""><tr><td class="ligne"></td></tr></table>
+ <table class="ligne" cellspacing="0" cellpadding="0" style="width:100%; border:none;" summary=""><tr><td class="ligne"></td></tr></table>
- <table cellspacing="0" cellpadding="1" width="100%" border="0" summary=""><tr><td class="xdx"><img alt="" src="/images/x.png" /> <a class="xdx" href="http://www.polytechnique.fr/">L'École</a> · <a class="xdx" href="http://www.polytechnique.edu/">Institutional site</a> ~~ <a class="xdx" href="http://www.fondationx.org/">FX</a> · <a class="xdx" href="http://www.polytechniciens.com/">AX</a> ~~ <a class="xdx" href="http://www.polytechnique.org/">Polytechnique.org</a> · <a class="xdx" href="http://www.polytechnique.net/">Associations polytechniciennes</a> · <a class="xdx" href="http://www.polytechnique.fr/eleves/">Élèves</a></td></tr></table>
+ <table cellspacing="0" cellpadding="1" style="width:100%; border:none;" summary=""><tr><td class="xdx"><img alt="" src="/images/x.png" /> <a class="xdx" href="http://www.polytechnique.fr/">L'École</a> · <a class="xdx" href="http://www.polytechnique.edu/">Institutional site</a> ~~ <a class="xdx" href="http://www.fondationx.org/">FX</a> · <a class="xdx" href="http://www.polytechniciens.com/">AX</a> ~~ <a class="xdx" href="http://www.polytechnique.org/">Polytechnique.org</a> · <a class="xdx" href="http://www.polytechnique.net/">Associations polytechniciennes</a> · <a class="xdx" href="http://www.polytechnique.fr/eleves/">Élèves</a></td></tr></table>
<!-- ligne grise de 1px -->
- <table class="ligne" cellspacing="0" cellpadding="0" width="100%" border="0" summary=""><tr><td class="ligne"></td></tr></table>
+ <table class="ligne" cellspacing="0" cellpadding="0" style="width:100%; border:none;" summary=""><tr><td class="ligne"></td></tr></table>
<!-- BANDEAU FIN -->
-{* $Id: common.header.tpl,v 1.4 2004-01-27 16:34:51 x2000habouzit Exp $ *}
+{* $Id: common.header.tpl,v 1.5 2004-02-11 13:15:35 x2000habouzit Exp $ *}
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Le Portail des Polytechniciens" />
<meta name="keywords" content="Ecole polytechnique, anciens eleves, portail, alumni, AX, X, routage, reroutage, e-mail, email, mail" />
<link rel="icon" type="image/png" href="images/favicon.png" />
- <link rel="index" href="######">
- <link rel="author" href="########">
- <link rel="search" href="########">
- <link rel="help" href="##########">
+ <link rel="index" href="######" />
+ <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">
-{* $Id: coupure.tpl,v 1.3 2004-02-05 14:32:47 x2000habouzit Exp $ *}
+{* $Id: coupure.tpl,v 1.4 2004-02-11 13:15:35 x2000habouzit Exp $ *}
{dynamic}
{if $cp}
<p class="normal">
Tu trouveras ici les interruptions de service de Polytechnique.org qui ont été
- constatées <b>durant les trois dernières semaines</b>, ou qui sont prévues dans le futur.
+ constatées <strong>durant les trois dernières semaines</strong>, ou qui sont prévues dans le futur.
Il est à noter qu'à ce jour la quasi-totalité des coupures proviennent
de défaillances du réseau de l'Ecole, où nos serveurs sont hébergés (rupture de la
connexion internet de l'Ecole, problème électrique, etc...).
Pour avoir les détails d'une interruption particulière il te suffit de cliquer dessus.
</p>
-<table class="bicol" align="center" summary="Détail de la coupure">
+<table class="bicol" summary="Détail de la coupure">
<tr>
<th>date</th>
<th>résumé</th>
-{* $Id: stats_promo.tpl,v 1.1 2004-02-04 19:47:48 x2000habouzit Exp $ *}
+{* $Id: stats_promo.tpl,v 1.2 2004-02-11 13:15:35 x2000habouzit Exp $ *}
{dynamic}
<div class="rubrique">
</div>
<div class="center">
- <img src="{"stats/graph_promo.php?promo=$promo"|url}" alt=" [ INSCRITS ] " width="640" height="480">
+ <img src="{"stats/graph_promo.php?promo=$promo"|url}" alt=" [ INSCRITS ] " />
</div>
{/dynamic}
-{* $Id: choix_date.tpl,v 1.1 2004-02-08 17:43:20 x2000habouzit Exp $ *}
+{* $Id: choix_date.tpl,v 1.2 2004-02-11 13:15:35 x2000habouzit Exp $ *}
{assign var=def_month value=$smarty.now|date_format:"%m"}
{assign var=def_year value=$smarty.now|date_format:"%Y"}
<div class="center">
<form method="POST" action="{$smarty.server.PHP_SELF}">
- <input type="hidden" name="action" value="lister">
+ <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}
<option value="{$key}" {if $month eq $key}selected="selected"{/if}>{$item}</option>
{/foreach}
</select>
- <input type="text" name="annee" size="10" value="{$smarty.request.annee|default:$def_year}">
- <input type="submit" value="lister">
+ <input type="text" name="annee" size="10" value="{$smarty.request.annee|default:$def_year}" />
+ <input type="submit" value="lister" />
</form>
</div>
-{* $Id: gere_operations.tpl,v 1.1 2004-02-08 17:43:20 x2000habouzit Exp $ *}
+{* $Id: gere_operations.tpl,v 1.2 2004-02-11 13:15:35 x2000habouzit Exp $ *}
{dynamic}
</div>
<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}">
- <input type="hidden" name="mois" value="{$mois_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}" />
+ <input type="hidden" name="mois" value="{$mois_sel}" />
<table class="bicol">
<tr>
<th colspan="2">
</tr>
<tr>
<td>Date (DD/MM/YYYY)</td>
- <td><input type="text" name="operation_date" size="40" value="{$operation_date|date_format:"%d/%m/%Y"}"></td>
+ <td><input type="text" name="operation_date" size="40"
+ value="{$operation_date|date_format:"%d/%m/%Y"}" /></td>
</tr>
<tr>
<td>Description libre</td>
- <td><input type="text" name="operation_label" size="40" value="{$operation_label}"></td>
+ <td><input type="text" name="operation_label" size="40" value="{$operation_label}" /></td>
</tr>
<tr>
<td>Débit</td>
- <td><input type="text" name="operation_debit" size="40" value="{$operation_debit}"></td>
+ <td><input type="text" name="operation_debit" size="40" value="{$operation_debit}" /></td>
</tr>
<tr>
<td>Crédit</td>
- <td><input type="text" name="operation_credit" size="40" value="{$operation_credit}"></td>
+ <td><input type="text" name="operation_credit" size="40" value="{$operation_credit}" /></td>
</tr>
<tr>
<td class="center" colspan="2">
- <input type="submit" value="enregistrer">
+ <input type="submit" value="enregistrer" />
</td>
</tr>
</table>
<th>Solde en début de mois</th>
</tr>
<tr>
- <td align="right">{$from_solde}</td>
+ <td style="text-align:right">{$from_solde}</td>
</tr>
</table>
<tr class="impair">
<td> </td>
<td> </td>
- <td><b>Nouvelle opération</b></td>
+ <td><strong>Nouvelle opération</strong></td>
<td> </td>
<td> </td>
<td>
<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}">
- <input type="hidden" name="mois" value="{$mois_sel}">
- <input type="submit" value="new">
+ <input type="hidden" name="operation_id" value="0" />
+ <input type="hidden" name="action" value="edit" />
+ <input type="hidden" name="annee" value="{$annee_sel}" />
+ <input type="hidden" name="mois" value="{$mois_sel}" />
+ <input type="submit" value="new" />
</form>
</td>
</tr>
<td>{$op.id}</td>
<td>{$op.date|date_format:"%d/%m/%Y"}</td>
<td>{$op.label}</td>
- <td align="right">{$op.debit}</td>
- <td align="right">{$op.credit}</td>
+ <td style="text-align:right">{$op.debit}</td>
+ <td style="text-align:right">{$op.credit}</td>
<td>
<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}">
- <input type="submit" name="action" value="edit">
- <input type="submit" name="action" value="del">
+ <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}" />
+ <input type="submit" name="action" value="edit" />
+ <input type="submit" name="action" value="del" />
</form>
</td>
</tr>
<th>Solde en fin de mois</th>
</tr>
<tr>
- <td align="right">{$to_solde}</td>
+ <td style="text-align:right">{$to_solde}</td>
</tr>
</table>
-{* $Id: index.tpl,v 1.1 2004-02-08 17:43:20 x2000habouzit Exp $ *}
+{* $Id: index.tpl,v 1.2 2004-02-11 13:15:35 x2000habouzit Exp $ *}
{dynamic}
<th>Solde en début de mois</th>
</tr>
<tr>
- <td align="right">{$from_solde}</td>
+ <td style="text-align:right">{$from_solde}</td>
</tr>
</table>
<tr class="{cycle values="impair,pair"}">
<td>{$op.date|date_format:"%d/%m/%Y"}</td>
<td>{$op.label}</td>
- <td align="right">{$op.debit}</td>
- <td align="right">{$op.credit}</td>
+ <td style="text-align:right">{$op.debit}</td>
+ <td style="text-align:right">{$op.credit}</td>
</tr>
{/foreach}
</table>
<th>Solde en fin de mois</th>
</tr>
<tr>
- <td align="right">{$to_solde}</td>
+ <td style="text-align:right">{$to_solde}</td>
</tr>
</table>