# template erstellen
temp.htmlTemplate = TEMPLATE
temp.htmlTemplate {
# ts code...
marks {
PRINT_MEDIA = TEXT
PRINT_MEDIA.value = print
BODY_PARAMS = TEXT
BODY_PARAMS.value =
# restlicher ts code ...
}
}
# print layout
[globalVar = TSFE:type=98] || [globalVar = GP:print > 0]
temp.htmlTemplate.marks {
BODY_PARAMS.value = onload="window.print();"
PRINT_MEDIA.value = all
# entfernen
COL1 =
MENU1 =
MENU2 =
FOOTER =
}
[global]