Ignore:
Timestamp:
11/10/15 14:45:06 (9 years ago)
Author:
nanardon
Message:

Add user creation per year graph

Location:
trunk/LATMOS-Accounts-Web/root/html
Files:
2 added
2 edited

Legend:

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

    r1480 r1481  
    2929    <li><a href="[% c.uri_for('/summary', 'departments') %]">Liste des départements</a></li> 
    3030    <li><a href="[% c.uri_for('/summary/expire') %]">Expiration des comptes</a></li> 
     31    <li><a href="[% c.uri_for('/summary/accage') %]">Comptes par année</a></li> 
    3132 
    3233    [% FOREACH stat = c.model('Accounts').db.search_objects('stat', 'exported=true', 'display=*').sort %] 
  • trunk/LATMOS-Accounts-Web/root/html/includes/wrapper.tt

    r1442 r1481  
    1313 
    1414<script src="[% c.uri_for('/static', 'js', 'jqplot', 'jquery.jqplot.js') %]"></script> 
    15 <script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', 'jqplot.json2.js') %]"></script> 
    16 <script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', 'jqplot.pieRenderer.js') %]"></script> 
    17 <script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', 'jqplot.dateAxisRenderer.js') %]"></script> 
    18 <script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', 'jqplot.cursor.js') %]"></script> 
     15[% FOREACH plugins = [ 
     16    'jqplot.json2.js', 
     17    'jqplot.pieRenderer.js', 
     18    'jqplot.dateAxisRenderer.js', 
     19    'jqplot.barRenderer.js', 
     20    'jqplot.cursor.js' 
     21    'jqplot.highlighter.js', 
     22    ] %] 
     23<script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', plugins) %]"></script> 
     24[%- END %] 
     25 
    1926<link rel="stylesheet" href="[% c.uri_for('/static/js/jqplot/jquery.jqplot.css') %]" type="text/css"> 
    2027 
Note: See TracChangeset for help on using the changeset viewer.