%greeting% <form action="%link%&action=send" method="post"> <table> <thead> <tr> <th> %new_label% </th> <th> %date_label% </th> <th> %from_label% </th> <th> %to_label% </th> <th> %text_label% </th> <th> </th> </tr> </thead> <tbody> %messages% <tr> <td> </td> <td> %date% </td> <td> %from% </td> <td> %to_select% </td> <td> <textarea name="text"></textarea> </td> <td> <input type="submit" name="submit" value="%submit_label%" /> </td> </tr> </tbody> </table> </form>