Add an icon for "Adding attachment in emails"
[platal.git] / templates / skin / humlinux.tpl
index ebeedc2..95e6ce2 100644 (file)
 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
 {*                                                                        *}
 {**************************************************************************}
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="iso-8859-15"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{#globals.baseurl#}/" />
-    <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
-    <link rel="stylesheet" type="text/css" href="css/humlinux.css" media="screen" />
+    <base href="{$globals->baseurl}/" />
+    <link rel="stylesheet" type="text/css" href="css/default.css" media="all" />
+    <link rel="stylesheet" type="text/css" href="css/humlinux.css" media="all" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
   </head>
   <body>
     {include file=skin/common.devel.tpl}
-
+    {if !$simple}
+      {include file=skin/common.bandeau.tpl}
+    {/if}
     {if $smarty.session.suid}
-    <table id="suid" cellpadding="0" cellspacing="0">
-      <tr>
-        <td>
-          {$smarty.session.suid} ({$smarty.session.forlife})
-          [<a href="exit">exit</a>]
-        </td>
-      </tr>
-    </table>
+    <div id="suid">
+      <a href="exit">
+        Quitter le SU sur {$smarty.session.forlife} ({$smarty.session.perms})
+      </a>
+    </div>
     {/if}
 
   {if $simple}
 
   {else}
 
-    {include file=skin/common.bandeau.tpl}
-
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <a href="events"><img src="images/sk_humlinux_logo.gif" alt="[ LOGO ]" /></a>
+          <a href="events"><img src="images/skins/humlinux_logo.gif" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <a href="events"><img src="images/sk_humlinux_lesX.gif" alt="[LES X SUR LE WEB]" /></a>
+          <a href="events"><img src="images/skins/humlinux_lesX.gif" alt="[LES X SUR LE WEB]" /></a>
           {include file="skin/common.title.header.tpl"}
         </td>
       </tr>
-      <tr>
+      <tr id="body-content">
         <td id="body-menu">
         {include file=skin/common.menu.tpl}
         </td>