Ignore:
Timestamp:
07/24/12 11:18:18 (12 years ago)
Author:
nanardon
Message:
  • tag version 2.0
Location:
branches/2.0/LATMOS-Accounts-Web/root/html/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/LATMOS-Accounts-Web/root/html/includes/form.tt

    r861 r1062  
    1313<tr><th>[% form.attr_label(attr) %]</th><td>[% form.attr_field(attr) %]</td> 
    1414[% IF loop.last %] 
    15 [% IF form.write_attributes %] 
    1615<tr><td colspan=2>[% form.submit %]</td></tr> 
    17 [% END %] 
    1816</table> 
    1917</form> 
  • branches/2.0/LATMOS-Accounts-Web/root/html/includes/header.tt

    r861 r1062  
    3232</span> 
    3333[% END %] 
    34  
    3534[% BLOCK user_flag %] 
    36 [% INCLUDE object_flag object = ouser %] 
    37 [% END %] 
    38  
    39 [% BLOCK object_flag %] 
    40 [% IF object.type == 'user' %] 
    41     [% IF object.get_attributes('unexported') %] 
     35[% IF ouser.get_attributes('unexported') %] 
    4236<img src="[% c.uri_for('/static', 'icons', 'gtk-delete.png') %]" 
    4337class="notice" title="Ce compte est désactivé" alt="disable"> 
    44     [% ELSIF object.get_attributes('expired') %] 
     38[% ELSIF ouser.get_attributes('expired') %] 
    4539<img src="[% c.uri_for('/static', 'icons', 'emblem-urgent.png') %]" 
    46 class="notice" title="Ce compte est expiré ([% object.get_attributes('expired') %])" alt="expired"> 
    47     [% ELSIF object.get_attributes('expire') %] 
     40class="notice" title="Ce compte est expiré ([% ouser.get_attributes('expired') %])" alt="expired"> 
     41[% ELSIF ouser.get_attributes('expire') %] 
    4842<img src="[% c.uri_for('/static', 'icons', 'appointment-new.png') %]" 
    49 class="notice" title="Ce compte est temporaire ([% object.get_attributes('expire') %])" alt="temporary"> 
    50     [% END %] 
    51 [% ELSE %] 
    52     [% IF object.get_attributes('unexported') %] 
    53 <img src="[% c.uri_for('/static', 'icons', 'gtk-delete.png') %]" 
    54 class="notice" title="Cette entrée est désactivés" alt="disable"> 
    55     [% END %] 
     43class="notice" title="Ce compte est temporaire ([% ouser.get_attributes('expire') %])" alt="temporary"> 
    5644[% END %] 
    5745[% END %] 
     
    6149<div id="head"> 
    6250    <div class="pmenu"> 
    63         [% IF c.config.company %] 
    64         Gestion informatique - [% c.config.company | html %] 
    65         [% ELSE %] 
    66         Gestion informatique 
    67         [% END %] 
     51        Gestion informatique du LATMOS 
    6852    [% IF c.user.username %] 
    6953    <span style="float:right; font-size: 0.5em;"> 
Note: See TracChangeset for help on using the changeset viewer.