Ignore:
Timestamp:
11/06/17 17:41:24 (7 years ago)
Author:
nanardon
Message:

add tools to search employments

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

    r2006 r2121  
    7070    <li><a href="[% c.uri_for('/summary/accage') %]">Comptes par année</a></li> 
    7171    <li><a href="[% c.uri_for('/summary/employmentbyperiod') %]">Nombre de personnes par statut</a></li> 
     72    <li><a href="[% c.uri_for('/summary/listemployments') %]">[% l('Search by employment') %]</a></li> 
    7273 
    7374    [% FOREACH stat = c.model('Accounts').db.search_objects('stat', 'exported=true', 'display=*').sort %] 
  • trunk/LATMOS-Accounts-Web/root/html/includes/wrapper.tt

    r2001 r2121  
    3333<script src="[% c.uri_for('/static', 'js', 'timeline', 'timeframe.js') %]"></script> 
    3434<script src="[% c.uri_for('/static', 'js', 'jquery', 'jquery.orgchart.js') %]"></script> 
     35<script src="[% c.uri_for('/static', 'js', 'jQRangeSlider', 'jQAllRangeSliders-min.js') %]"></script> 
     36 
    3537<link rel="stylesheet" href="[% c.uri_for('/static/js/jquery/jquery.orgchart.css') %]" type="text/css"> 
     38<link rel="stylesheet" href="[% c.uri_for('/static/js/jqplot/jquery.jqplot.css') %]" type="text/css"> 
     39<link rel="stylesheet" href="[% c.uri_for('/static/js/jQRangeSlider/css/classic.css') %]" type="text/css"> 
    3640 
    37 <link rel="stylesheet" href="[% c.uri_for('/static/js/jqplot/jquery.jqplot.css') %]" type="text/css"> 
    3841 
    3942<script> 
    40 $.jqplot.config.enablePlugins = true; 
     43$(function() { 
     44    $.jqplot.config.enablePlugins = true; 
     45}); 
    4146</script> 
    4247 
Note: See TracChangeset for help on using the changeset viewer.