Ignore:
Timestamp:
01/27/16 19:29:28 (8 years ago)
Author:
nanardon
Message:

improve graph pages

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

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/stat/display.tt

    r1543 r1680  
    8181                        }, 
    8282                        tickOptions: { 
    83                             formatString:'%b %#d, %#I %p', 
     83                            formatString:'%d/%m/%Y', 
    8484                            fontSize:'10pt', 
    8585                            fontFamily:'Tahoma', 
  • trunk/LATMOS-Accounts-Web/root/html/summary/employment/index.tt

    r1674 r1680  
    11 
     2<div id="charth" style="width:80%; height:600px; clear: both"></div> 
     3<div id=info1b style="display: none; position: fixed; top: 0; right 100px; 
     4width: 300px; background-color: green;"></div> 
    25<script> 
    36$(document).ready(function(){ 
     
    2124                        }, 
    2225                        tickOptions: { 
    23                             formatString:'%x', 
     26                            formatString:'%d/%m/%Y', 
    2427                            fontSize:'10pt', 
    2528                            fontFamily:'Tahoma', 
     
    3841                    lineWidth: 2, 
    3942                    rendererOptions: { 
    40                         padding: 1, 
    4143                        sliceMargin: 2, 
    4244                        showDataLabels: true, 
     
    6163}); 
    6264</script> 
    63  
    64 <div id="charth" style="width:80%; height:600px; clear: both"> 
    65 </div> 
    66 <h3>Expiration à venir</h3> 
    67 [% FOREACH ex = expirelist.keys.sort %] 
    68 [% IF loop.first %] 
    69 <table class=datalist> 
    70 [% END %] 
    71 <tr> 
    72 <th>[% ex | html %]</th> 
    73 <td> 
    74     [% FOREACH exuser = expirelist.$ex.sort %] 
    75     [% IF loop.first %] 
    76     <ul> 
    77     [% END %] 
    78     [% ouser = c.model('Accounts').db.get_object('user', exuser) %] 
    79     <li>[% ouser | html %] ([% ouser.get_attributes('contratType') || 'none' %])</li> 
    80     [% IF loop.last %] 
    81     </ul> 
    82     [% END %] 
    83     [% END %] 
    84 </td> 
    85 </tr> 
    86 [% IF loop.last %] 
    87 </table> 
    88 [% END %] 
    89 [% END %] 
    90 </div> 
    91  
  • trunk/LATMOS-Accounts-Web/root/html/summary/expire/index.tt

    r1543 r1680  
    2121                        }, 
    2222                        tickOptions: { 
    23                             formatString:'%x', 
     23                            formatString:'%d/%m/%Y', 
    2424                            fontSize:'10pt', 
    2525                            fontFamily:'Tahoma', 
Note: See TracChangeset for help on using the changeset viewer.