Ignore:
Timestamp:
05/16/12 09:38:42 (12 years ago)
Author:
nanardon
Message:
  • rework page design
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/includes/header.tt

    r971 r976  
    55<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    66<link rel="stylesheet" href="[% c.uri_for('/static', 'style.css') %]?" type="text/css"> 
     7<link rel="stylesheet" href="[% c.uri_for('/static', 'struct.css') %]?" type="text/css"> 
    78<link rel="icon" href="[%- c.uri_for('/static', 'images', 'favicon.ico') -%]" type="image/x-icon"> 
    89 
     
    5960<body> 
    6061<!-- $Id$ --> 
    61 <div id="head"> 
    62     <div class="pmenu"> 
    63         [% IF c.config.company %] 
    64         Gestion informatique - [% c.config.company | html %] 
    65         [% ELSE %] 
    66         Gestion informatique 
    67         [% END %] 
    68     [% IF c.user.username %] 
    69     <span style="float:right; font-size: 0.5em;"> 
    70     Vous êtes [% c.user.username | html %] 
    71     </span> 
     62 
     63<div id="header"> 
     64 
     65<h1 style=""> 
     66    [% IF c.config.company %] 
     67    Gestion informatique - [% c.config.company | html %] 
     68    [% ELSE %] 
     69    Gestion informatique 
    7270    [% END %] 
    73     </div> 
     71</h1> 
    7472 
    75     <div id="mainmenu" style="float: left"> 
     73<div id="mainmenu" style="clear: both;"> 
     74    <div style="float: left"> 
    7675        <span> 
    7776            <a href="[% c.uri_for('/users') %]" 
     
    168167    </div> 
    169168    [% END %] 
    170      
    171     <div style="clear: both"></div> 
     169</div> 
    172170 
    173     <p>&gt; <span id="menui">[% page.title | html %]</span></p> 
     171<div style="clear: both"> 
     172    [% IF c.user.username %] 
     173    <span id="login_name" style="float: right;"> 
     174    Vous êtes [% c.user.username | html %] 
     175    </span> 
     176    [% END %] 
    174177</div> 
     178 
     179<p style="clear:both;">&gt; <span id="menui">[% page.title | html %]</span></p> 
     180 
     181</div><!-- #header --> 
     182 
     183<div style="float: left;" id="sidebar"> 
     184</div> 
     185 
     186<div id="mainbox" style="float: left;"> 
     187 
Note: See TracChangeset for help on using the changeset viewer.