Ignore:
Timestamp:
11/09/15 11:35:43 (9 years ago)
Author:
nanardon
Message:

Add title to page

File:
1 edited

Legend:

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

    r1474 r1476  
    11 
    2 <h3></h3> 
     2[% ostat = c.model('Accounts').db.get_object('stat', statname) %] 
     3<h3>[% ostat.get_attributes('description') || 'No description' | html %]</h3> 
    34<div > 
    45[% r = c.forward('/json/stat/index', [ statname ]) %] 
    56 
    6 [% ostat = c.model('Accounts').db.get_object('stat', statname) %] 
    77 
    88[% total = 0 %] 
Note: See TracChangeset for help on using the changeset viewer.