Ignore:
Timestamp:
05/16/16 14:03:49 (8 years ago)
Author:
nanardon
Message:

Permettre le graph des status passé

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/summary/employment/index.tt

    r1720 r1769  
    1313<input name=filter value=[% c.req.param('filter') | html %]> 
    1414<br> 
    15 <input name=stacked type=checkbox value=on [% 'checked' IF c.req.param('stacked') %]> 
     15<input name=past type=checkbox value=on id=past [% 'checked' IF c.req.param('past') %]> 
     16<label for=past>Afficher les dates passées</label> 
     17<br> 
     18<input name=stacked id=stacked type=checkbox value=on [% 'checked' IF c.req.param('stacked') %]> 
    1619<label for=stacked>[% l('Stacked') %]</label> 
    1720<input type=submit> 
     
    2932      //async: false, 
    3033      url: "[% c.uri_for('/json/employment', { 
    31             key => c.req.param('key'), filter 
    32             => c.req.param('filter') 
     34            key => c.req.param('key'),  
     35            filter => c.req.param('filter') 
     36            past => c.req.param('past') 
    3337        }) %]", 
    3438      dataType:"json", 
Note: See TracChangeset for help on using the changeset viewer.