cosmetic for login page
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Thu, 28 Apr 2005 15:23:37 +0000 (15:23 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:49 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-609

templates/xnet/login.tpl

index 627ae6f..502f800 100644 (file)
@@ -32,7 +32,7 @@
   </p>
 </noscript>
 
-<table style="width: 100%;">
+<table class='large' cellpadding="4" cellspacing="0">
   <tr>
     <th style="width: 50%;">
       Accès pour les Polytechniciens
     </th>
   </tr>
   <tr>
-    <td>
+    <td style="padding: 1em">
+      <p class="descr">
       Il suffit de suivre <strong><a href="{$smarty.session.session->loginX}">ce lien</a></strong> qui va te rediriger vers
-      <a href="https://www.polytechnique.org/">Polytechnique.org</a>
+      <a href="https://www.polytechnique.org/">Polytechnique.org</a> brièvement.
+      </p>
+      <p class="descr">
+      Une fois autentifié sur Polytechnique.org, tu seras redirigé sur X.net
+      </p>
+      <div class="center">
+        <strong>
+          <a href="{$smarty.session.session->loginX}">ME CONNECTER</a>
+        </strong>
+      </div>
     </td>
-    <td>
+    <td style="padding: 1em">
       <form action="{$smarty.server.REQUEST_URI}" method="post" id="login" onsubmit="doChallengeResponse(); return false;">
-        <table class="bicol" cellpadding="4" summary="Formulaire de login">
+        <table class="large" cellpadding="4" cellspacing="0" summary="Formulaire de login">
           <tr>
             <th colspan="2">Connexion</th>
               <input type="hidden" name="remember" value="" />
@@ -71,7 +81,7 @@
             </td>
           </tr>
           <tr>
-            <td colspan="2">
+            <td colspan="2" class="center">
               <input type="submit" name="submitbtn" value="Envoyer" />
             </td>
           </tr>