closes FS#211
authorx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 22:16:31 +0000 (22:16 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 22:16:31 +0000 (22:16 +0000)
13 files changed:
ChangeLog
templates/skin/default.tpl
templates/skin/espace.tpl
templates/skin/humlinux.tpl
templates/skin/linux.tpl
templates/skin/liteskin.tpl
templates/skin/nbviolet.tpl
templates/skin/newxorg.tpl
templates/skin/oldtimes.tpl
templates/skin/openweb.tpl
templates/skin/sharky.tpl
templates/skin/spectral.tpl
templates/skin/trapped.tpl

index a395d0d..7d137ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,19 +3,22 @@ VERSION 0.9.3                                                                                                         ~20 Dec 2004
 
 New :
 
-       * Mails: use HermesMailer.                                                                                              -MC
+       * Mails : Use HermesMailer.                                                                                             -MC
 
-       * Skins:
-               - new skin : openweb.                                                                                           -MC
+       * Skins :
+               - New skin : openweb.                                                                                           -MC
 
 Bug/Wish :
 
-       * Bestalias:
-               - #206 : use only the bestalias and the forlife in vcard and fiche.     -MC
-               - #207 : enable for the user the choice of his prefered alias.          -MC
-
-       * Fiche:
-               - #208,222 : new fiche.                                                                                         -MC
+       * Bestalias :
+               - #206 : Use only the bestalias and the forlife in vcard and fiche.     -MC
+               - #207 : Enable for the user the choice of his prefered alias.          -MC
+       
+       * Fiche :
+               - #208,222 : New fiche.                                                                                         -MC
+       
+       * User Interface :
+               - 211 : All imgs in the skins are links to login.php.                           -MC
 
 
 Fixes (from 0.9.2 branch) :
@@ -26,7 +29,7 @@ VERSION 0.9.2                                                                                                          14 Nov 2004
 
 New :
 
-       * Carnet: brand new.                                                                                                    -MC
+       * Carnet : Brand new.                                                                                                   -MC
 
        * Core :
                - Creation of the Plugin class.                                                                         -MC
@@ -44,10 +47,10 @@ New :
 Bug/Wish :
 
        * Docs :
-               - #156 : exit Netscape4 (no more supported), Mozilla enters.            -MC
+               - #156 : Exit Netscape4 (no more supported), Mozilla enters.            -MC
 
        * Carnet :
-               - #29,147 : possible to watch subscribings, deaths, `fiche` modifs.     -MC
+               - #29,147 : Possible to watch subscribings, deaths, `fiche` modifs.     -MC
        
        * Core :
                - #135 : First instance of the plugin class : class Trombi.                     -MC
index f54db2a..ec66397 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: default.tpl,v 1.18 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: default.tpl,v 1.19 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_default_headlogo.jpg"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_default_headlogo.jpg"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_default_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_default_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -79,7 +79,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_default_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_default_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index 0991011..37920a1 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: espace.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: espace.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_espace_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_espace_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_espace_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_espace_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_espace_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_espace_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index 0c14aef..b058212 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: humlinux.tpl,v 1.4 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: humlinux.tpl,v 1.5 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_humlinux_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_humlinux_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_humlinux_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_humlinux_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
           <table>
             <tr>
               <td class="date-heure">
index 2b8c658..473c8b6 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: linux.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: linux.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_linux_logo.jpg"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_linux_logo.jpg"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_linux_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_linux_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_linux_lesX.jpg"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_linux_lesX.jpg"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index 2c0209c..7e66e6e 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: liteskin.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: liteskin.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_liteskin_logo.png"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_liteskin_logo.png"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_liteskin_titre.png"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_liteskin_titre.png"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
index 6a2b52b..4236054 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: nbviolet.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: nbviolet.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_nbviolet_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_nbviolet_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_nbviolet_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_nbviolet_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_nbviolet_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_nbviolet_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index bc8d5a7..8658745 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: newxorg.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: newxorg.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_newxorg_logo.jpg"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_newxorg_logo.jpg"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_newxorg_ban.png"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_newxorg_ban.png"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
index b8aa244..d136161 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: oldtimes.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: oldtimes.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_oldtimes_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_oldtimes_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_oldtimes_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_oldtimes_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_oldtimes_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_oldtimes_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index ee42662..7599c2f 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: openweb.tpl,v 1.2 2004-11-17 18:56:15 x2000habouzit Exp $
+        $Id: openweb.tpl,v 1.3 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_default_headlogo.jpg"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_default_headlogo.jpg"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_default_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_default_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
index 16cf86b..c8bd814 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: sharky.tpl,v 1.8 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: sharky.tpl,v 1.9 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_sharky_logo.png"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_sharky_logo.png"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_sharky_ban.png"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_sharky_ban.png"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
index 979100e..367cc02 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: spectral.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: spectral.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_spectral_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_spectral_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_spectral_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_spectral_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_spectral_lesX.jpg"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_spectral_lesX.jpg"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>
index c33c170..2b6f57d 100644 (file)
@@ -17,7 +17,7 @@
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: trapped.tpl,v 1.3 2004-11-13 15:25:01 x2000habouzit Exp $
+        $Id: trapped.tpl,v 1.4 2004-11-17 22:16:31 x2000habouzit Exp $
  ***************************************************************************}
 
 <?xml version="1.0" encoding="iso-8859-1"?>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <img src="{"images/sk_trapped_logo.gif"|url}" alt="[ LOGO ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_trapped_logo.gif"|url}" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <img src="{"images/sk_trapped_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_trapped_ban.jpg"|url}" alt="[ Polytechnique.org ]" /></a>
           <table>
             <tr>
               <td class="date-heure">
@@ -80,7 +80,7 @@
               </td>
             </tr>
           </table>
-          <img src="{"images/sk_trapped_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+          <a href="{"login.php"|url}"><img src="{"images/sk_trapped_lesX.gif"|url}" alt="[LES X SUR LE WEB]" /></a>
         </td>
       </tr>
       <tr>