0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
modules
/
pm
/
templates
/
[
Home
]
File: pm_pmlite.html
<{$pmform.javascript}> <form name="<{$pmform.name}>" id="<{$pmform.name}>" action="<{$pmform.action}>" method="<{$pmform.method}>" <{$pmform.extra}> > <table class='outer txtcenter width100'> <tr> <td class='head width30 txtright'><{$smarty.const._PM_TO}></td> <td class='even txtleft'><{if $pmform.elements.to_userid.hidden != 1}><{$pmform.elements.to_userid.body}><{/if}><{$to_username}></td> </tr> <tr> <td class='head width30 txtright'><{$smarty.const._PM_SUBJECTC}></td> <td class='even txtleft'><{$pmform.elements.subject.body}></td> </tr> <tr class='aligntop'> <td class='head width30 txtright'><{$smarty.const._PM_MESSAGEC}></td> <td class='even txtleft'><{$pmform.elements.message.body}></td> </tr> <tr class='aligntop'> <td class='head width30'><{$smarty.const._PM_SAVEINOUTBOX}></td> <td class='even'><{$pmform.elements.savecopy.body}></td> </tr> <tr> <td class='head'> </td> <td class='even'> <{foreach item=element from=$pmform.elements}> <{if $element.hidden == 1}> <{$element.body}> <{/if}> <{/foreach}> <{$pmform.elements.submit.body}> <{$pmform.elements.reset.body}> <{$pmform.elements.cancel.body}> </td> </tr> </table> </form>