[textarea name=stickynote . $(TPY stickynote |HTML)]
[button type=submit $(l10n save)]
]
+EOF
- [input .stickynote type=checkbox name=c_timesheet #show_timesheet]
- [fieldset .stickynote
- [label for="show_timesheet" $(l10n timesheet)]
- [h2 $(l10n timesheet)]
- [table [thead [tr
- [th $(l10n time_goal)][th $(l10n time_actual)][th $(l10n time_difference)]
- ]][tbody
- $(for n in '' 0 1 2 3 4 5 6 7 8 9 10; do
- tsgoal="$(TPY tsgoal$n |grep -m1 -xE '[0-9]+')"
- tsactual="$(TPY tsactual$n |grep -m1 -xE '[0-9]+')"
- printf '[tr [td [input type=number name=tsgoal value="%s"]][td [input type=number name=tsactual value="%s"]][td %s]]' \
- "$tsgoal" "$tsactual" "$(( ${tsgoal:-0} - ${tsactual:-0} ))"
- done)
- ]]
- [button type=submit $(l10n save)]
- ]
+# cat <<EOF
+# [input .stickynote type=checkbox name=c_timesheet #show_timesheet]
+# [fieldset .stickynote
+# [label for="show_timesheet" $(l10n timesheet)]
+# [h2 $(l10n timesheet)]
+# [table [thead [tr
+# [th $(l10n time_goal)][th $(l10n time_actual)][th $(l10n time_difference)]
+# ]][tbody
+# $(for n in '' 0 1 2 3 4 5 6 7 8 9 10; do
+# tsgoal="$(TPY tsgoal$n |grep -m1 -xE '[0-9]+')"
+# tsactual="$(TPY tsactual$n |grep -m1 -xE '[0-9]+')"
+# printf '[tr [td [input type=number name=tsgoal value="%s"]][td [input type=number name=tsactual value="%s"]][td %s]]' \
+# "$tsgoal" "$tsactual" "$(( ${tsgoal:-0} - ${tsactual:-0} ))"
+# done)
+# ]]
+# [button type=submit $(l10n save)]
+# ]
+# EOF
+cat <<EOF
[label .tab .heading
[span .no $(l10n number)][span .date $(l10n date)][span .therapist $(l10n therapist)][span .signature $(l10n signature)]
]