Ignore:
Timestamp:
06/29/15 17:42:30 (9 years ago)
Author:
nanardon
Message:

Add a summary page with graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/MANIFEST

    r1359 r1362  
    2222lib/LATMOS/Accounts/Web/Controller/Json/FreeIp.pm 
    2323lib/LATMOS/Accounts/Web/Controller/Json/RefVal.pm 
     24lib/LATMOS/Accounts/Web/Controller/Json/Stat.pm 
    2425lib/LATMOS/Accounts/Web/Controller/Logout.pm 
    2526lib/LATMOS/Accounts/Web/Controller/NetHosts.pm 
     
    3536lib/LATMOS/Accounts/Web/Controller/Summary/Departments.pm 
    3637lib/LATMOS/Accounts/Web/Controller/Summary/Offices.pm 
     38lib/LATMOS/Accounts/Web/Controller/Summary/Rh.pm 
    3739lib/LATMOS/Accounts/Web/Controller/Users.pm 
    3840lib/LATMOS/Accounts/Web/Model/Accounts.pm 
     
    117119root/html/summary/departments/index.tt 
    118120root/html/summary/offices/index.tt 
     121root/html/summary/rh/index.tt 
    119122root/html/users/address.tt 
    120123root/html/users/address_form.tt 
     
    188191root/static/images/view-media-artist.png 
    189192root/static/images/view-pim-contacts.png 
     193root/static/js/jqplot/jquery.jqplot.css 
     194root/static/js/jqplot/jquery.jqplot.js 
     195root/static/js/jqplot/plugins/jqplot.BezierCurveRenderer.js 
     196root/static/js/jqplot/plugins/jqplot.barRenderer.js 
     197root/static/js/jqplot/plugins/jqplot.blockRenderer.js 
     198root/static/js/jqplot/plugins/jqplot.bubbleRenderer.js 
     199root/static/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js 
     200root/static/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.js 
     201root/static/js/jqplot/plugins/jqplot.canvasOverlay.js 
     202root/static/js/jqplot/plugins/jqplot.canvasTextRenderer.js 
     203root/static/js/jqplot/plugins/jqplot.categoryAxisRenderer.js 
     204root/static/js/jqplot/plugins/jqplot.ciParser.js 
     205root/static/js/jqplot/plugins/jqplot.cursor.js 
     206root/static/js/jqplot/plugins/jqplot.dateAxisRenderer.js 
     207root/static/js/jqplot/plugins/jqplot.donutRenderer.js 
     208root/static/js/jqplot/plugins/jqplot.dragable.js 
     209root/static/js/jqplot/plugins/jqplot.enhancedLegendRenderer.js 
     210root/static/js/jqplot/plugins/jqplot.funnelRenderer.js 
     211root/static/js/jqplot/plugins/jqplot.highlighter.js 
     212root/static/js/jqplot/plugins/jqplot.json2.js 
     213root/static/js/jqplot/plugins/jqplot.logAxisRenderer.js 
     214root/static/js/jqplot/plugins/jqplot.mekkoAxisRenderer.js 
     215root/static/js/jqplot/plugins/jqplot.mekkoRenderer.js 
     216root/static/js/jqplot/plugins/jqplot.meterGaugeRenderer.js 
     217root/static/js/jqplot/plugins/jqplot.mobile.js 
     218root/static/js/jqplot/plugins/jqplot.ohlcRenderer.js 
     219root/static/js/jqplot/plugins/jqplot.pieRenderer.js 
     220root/static/js/jqplot/plugins/jqplot.pointLabels.js 
     221root/static/js/jqplot/plugins/jqplot.pyramidAxisRenderer.js 
     222root/static/js/jqplot/plugins/jqplot.pyramidGridRenderer.js 
     223root/static/js/jqplot/plugins/jqplot.pyramidRenderer.js 
     224root/static/js/jqplot/plugins/jqplot.trendline.js 
    190225root/static/js/jquery/external/jquery/jquery.js 
    191226root/static/js/jquery/images/ui-bg_flat_55_999999_40x100.png 
     
    232267t/controller_Groups.t 
    233268t/controller_Json-RefVal.t 
     269t/controller_Json-Stat.t 
    234270t/controller_Json.t 
    235271t/controller_Logout.t 
     
    242278t/controller_Summary-Department.t 
    243279t/controller_Summary-Offices.t 
     280t/controller_Summary-Rh.t 
    244281t/controller_Users.t 
    245282t/model_Accounts.t 
Note: See TracChangeset for help on using the changeset viewer.