|
From: Márcio V. d. S. <mv...@us...> - 2007-11-05 18:59:43
|
Update of /cvsroot/tail/TailS/Data/templates/slice In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14878/Data/templates/slice Modified Files: chart.ftl header.ftl Log Message: Ajustes para o report em html. Index: header.ftl =================================================================== RCS file: /cvsroot/tail/TailS/Data/templates/slice/header.ftl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.ftl 10 Oct 2007 19:04:47 -0000 1.1 --- header.ftl 5 Nov 2007 18:59:42 -0000 1.2 *************** *** 9,13 **** <h1>Slice Report</h1> ! <h2>Stock: <span class="titleHeader">${decision.series.name} for: ${decision.series.period}</span></h2> <h3> --- 9,13 ---- <h1>Slice Report</h1> ! <h2>Stock: <span class="titleHeader">${decision.series.name} for: ${decision.series.periodName}</span></h2> <h3> Index: chart.ftl =================================================================== RCS file: /cvsroot/tail/TailS/Data/templates/slice/chart.ftl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** chart.ftl 10 Oct 2007 19:04:47 -0000 1.1 --- chart.ftl 5 Nov 2007 18:59:42 -0000 1.2 *************** *** 4,7 **** </tr> </table> ! <br> ! <br> --- 4,9 ---- </tr> </table> ! <table align="left"> ! <tr></tr> ! <tr></tr> ! </table> |