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

add tools to search employments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.