2 {$forms.chartForm.open}
 
   3 <table border="0" width="720">
 
   6       <td width="50%" align="center">{$i18n.label.user}: {$forms.chartForm.user.control}</td>
 
   8       <td width="50%" align="left">{$i18n.form.charts.chart}: {$forms.chartForm.type.control}</td>
 
  12       <td width="100%" align="center">{$i18n.form.charts.chart}: {$forms.chartForm.type.control}</td>
 
  18 <table border="0" width="720">
 
  20     <td width="50%" align="center"><img src="{$img_file_name}" height="300" width="300" border="0"/></td>
 
  22       <table border="0" cellspacing="3">
 
  23       {section name=i loop=$totals}
 
  24       {if $smarty.section.i.index <= 12}
 
  25         <tr><td style="width:7px;height:1em;background-color:{$totals[i].color_html};"></td><td>{$totals[i].name|escape}</td></tr>
 
  34   <tr><td align="center">{$i18n.form.charts.interval}: {$forms.chartForm.interval.control}</td></tr>
 
  35   <tr><td valign="top">{$forms.chartForm.date.control}</td></tr>
 
  37 {$forms.chartForm.close}