Ignore:
Timestamp:
05/30/09 19:23:30 (15 years ago)
Author:
nanardon
Message:
  • web and css improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/users/menu.tt

    r179 r214  
    11<!-- $Id$ --> 
    2 <div> 
    3     <table border="0"> 
    4     <tr><td> 
    5     <img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]" 
    6     alt="[% "User " _ username %]"> 
    7     </td> 
    8     <td>    
    9     [% username | html %]<br> 
    10     [% user.get_c_field('sn') | html %] 
    11     [% user.get_c_field('givenName') | html %] 
    12     </td></tr> 
    13     <tr><td colspan=2> 
    14         <a href="[% c.uri_for(username) %]">SystÚme</a> :: 
    15         <a href="[% c.uri_for(username, 'address') %]">Adresse</a> :: 
    16         <a href="[% c.uri_for(username, 'status') %]">Status</a> :: 
    17         <a href="[% c.uri_for(username, 'groups') %]">Groupes</a> :: 
    18         <a href="[% c.uri_for(username, 'passwd') %]">Mot de passe</a> 
    19     </td></tr> 
    20     </table> 
     2<div id="omenu"> 
     3<table border="0"> 
     4<tr><td> 
     5<img src="[% c.uri_for('/static', 'icons', 'user-properties.png') %]" 
     6alt="[% "User " _ username %]"> 
     7</td> 
     8<td>    
     9[% username | html %]<br> 
     10[% user.get_c_field('sn') | html %] 
     11[% user.get_c_field('givenName') | html %] 
     12</td></tr> 
     13</table> 
     14        <a href="[% c.uri_for(username) %]"><span [% 'id="oactive"' IF subform == '' %]>SystÚme</span></a> 
     15        <a href="[% c.uri_for(username, 'address') %]"><span [% 'id="oactive"' IF subform == 'address' %]>Adresse</span></a> 
     16        <a href="[% c.uri_for(username, 'status') %]"><span [% 'id="oactive"' IF subform == 'status' %]>Status</span></a> 
     17        <a href="[% c.uri_for(username, 'groups') %]"><span [% 'id="oactive"' IF subform == 'groups' %]>Groupes</span></a> 
     18        <a href="[% c.uri_for(username, 'passwd') %]"><span [% 'id="oactive"' IF subform == 'passwd' %]>Mot de passe</span></a> 
    2119</div> 
Note: See TracChangeset for help on using the changeset viewer.