xnet skin again
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 14:46:39 +0000 (14:46 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 14:46:39 +0000 (14:46 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@628 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs.net/css/xnet.css
htdocs.net/images/bandeau.jpg
htdocs.net/images/texte_binets.jpg
htdocs.net/images/texte_evenements.jpg
htdocs.net/images/texte_groupesx.jpg
htdocs.net/images/texte_institutions.jpg
htdocs.net/images/texte_plan.jpg
htdocs.net/images/texte_promotions.jpg
htdocs.net/images/texte_recherche.jpg
templates/xnet/skin.tpl

index 28710f7..50f12dd 100644 (file)
@@ -87,6 +87,7 @@ table#layout {
 
 #top td.logo {
     text-align: right;
+    background: url('../images/bandeau.jpg') bottom left repeat-x;
 }
 
 td#credits {
index a4d803d..1f83ffe 100644 (file)
Binary files a/htdocs.net/images/bandeau.jpg and b/htdocs.net/images/bandeau.jpg differ
index 467c7fc..87bb026 100644 (file)
Binary files a/htdocs.net/images/texte_binets.jpg and b/htdocs.net/images/texte_binets.jpg differ
index ec962d7..45880c0 100644 (file)
Binary files a/htdocs.net/images/texte_evenements.jpg and b/htdocs.net/images/texte_evenements.jpg differ
index b6118b5..d4cdcd5 100644 (file)
Binary files a/htdocs.net/images/texte_groupesx.jpg and b/htdocs.net/images/texte_groupesx.jpg differ
index 3473c4d..f814d3c 100644 (file)
Binary files a/htdocs.net/images/texte_institutions.jpg and b/htdocs.net/images/texte_institutions.jpg differ
index 7c3dfae..a97eaec 100644 (file)
Binary files a/htdocs.net/images/texte_plan.jpg and b/htdocs.net/images/texte_plan.jpg differ
index 2684aa9..cae17aa 100644 (file)
Binary files a/htdocs.net/images/texte_promotions.jpg and b/htdocs.net/images/texte_promotions.jpg differ
index 28d1d85..1818a71 100644 (file)
Binary files a/htdocs.net/images/texte_recherche.jpg and b/htdocs.net/images/texte_recherche.jpg differ
index de34b78..c585a48 100644 (file)
             <td style="width: 44px">
               <img src="images/fin_logo.jpg" alt="Fin logo" width="44" height="96" />
             </td>
-            <td style="white-space: nowrap">
-              <img src="images/bandeau.jpg" alt="bandeau" height="96" style="width: 100%" />
+            <td style="width: auto;">
+              <img src="images/bandeau.jpg" alt="bandeau" height="96" width="100%" />
             </td>
-            <td class="logo">
-              <img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" height="96" />
+            <td style="width: 280px">
+              <img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" width="280" height="96" />
             </td>
-            <td>
-              {if $asso}
+            {if $asso}
+            <td class="logo">
               {if $asso.site}
                 <a href="{$asso.site}"><img src='{$platal->ns}logo' alt="LOGO" height="96" /></a>
               {else}
                 <img src='{$platal->ns}logo' alt="LOGO" height="96"/>
               {/if}
-              {/if}
             </td>
+            {/if}
           </tr>
         </table>
         </td>