{* ********************************************************************** UebiMiau is a GPL'ed software developed by - Aldoir Ventura - aldoir@users.sourceforge.net - http://uebimiau.sourceforge.net São Paulo - Brasil *********************************************************************** Version 3.2.0 Upgrades and templates developed by - Todd Henderson - Lead Developer - http://tdah.us - Dave Rodgers - Developer - http://www.manvel.net - Laurent (AdNovea) - Developer - http://adnovea.free.fr *********************************************************************** - Special thanks to the developers at codeworxtech.com, tinymce.moxiecode.com telaen.org, phptoys.com, winged.info, ngcoders.com without help this project wouldn't be possible *********************************************************************** - File: print-message.htm - Developer: Todd Henderson / Mods by Laurent (AdNovea) - Date: November 4, 2008 - version: (3.2.0) 1.0 - Description: Format page for message printing ************************************************************************* *} {config_load file=$umLanguageFile section="Readmsg"} {$umsyslib} {$umDocType}
{$pageMetas} {include file="$umTPath$TPL_HEADER"} {literal} {/literal}{#from_hea#} | {section name=i loop=$umFromList}"{$umFromList[i].name|default:#no_sender_text#|escape:"html"}" <{$umFromList[i].mail|default:#no_sender_text#|escape:"html"}>{/section} |
{#to_hea#} | {section name=i loop=$umTOList} {if $umTOList[i].name neq $umTOList[i].mail}"{$umTOList[i].name|escape:"html"}" {/if}<{$umTOList[i].mail|escape:"html"}> {sectionelse} {#no_recipient_text#} {/section} |
{#cc_hea#} | {section name=i loop=$umCCList} {if $umCCList[i].name neq $umCCList[i].mail}"{$umCCList[i].name|escape:"html"}" {/if}<{$umCCList[i].mail|escape:"html"}> {/section} |
{#date_hea#} | {$umDate|date_format:#date_format#} |
{#attach_hea#} | {section name=i loop=$umAttachList}{$umAttachList[i].name|escape:"html"} {/section} |
{#subject_hea#} | {$umSubject|default:#no_subject_text#|truncate:100:"...":true|escape:"html"} |