1 {$forms.weekViewForm.open}
2 <table cellspacing="1" cellpadding="2" border="0">
4 <td align="right" nowrap>{$forms.weekViewForm.week_note.control}</td>
5 <td><label for="week_note">{$i18n.label.week_note}</label> <a href="https://www.anuko.com/lp/tt_11.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
8 <td align="right" nowrap>{$forms.weekViewForm.week_list.control}</td>
9 <td><label for="week_list">{$i18n.label.week_list}</label> <a href="https://www.anuko.com/lp/tt_12.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
12 <td align="right" nowrap>{$forms.weekViewForm.notes.control}</td>
13 <td><label for="notes">{$i18n.label.notes}</label> <a href="https://www.anuko.com/lp/tt_13.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
17 <td colspan="2"> </td>
20 <td colspan="2" height="50" align="center">{$forms.weekViewForm.btn_save.control}</td>
23 {$forms.weekViewForm.close}