<% # Copyright (C) 2001, 2002 MIT # # This file is part of dotLRN. # # dotLRN is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. %> <master> <property name="doc(title)">@spam_name;literal@</property> <property name="context">@context;literal@</property> <p> #dotlrn.lt_Are_you_sure_you_want_to_send#? </p> <if @format@ eq "html"> <table class="z_dark" bgcolor="#eeeeee" width="95%" cellpadding="3" cellspacing="3"> <tr> <td width="10%">#dotlrn.Subject#</td> <td><pre>@subject@</pre></td> </tr> <tr> <td>#dotlrn.Message#</td> <td>@preview_message;noquote@</td> </tr> </table> </if> <else> <table class="z_dark" bgcolor="#eeeeee" width="95%" cellpadding="3" cellspacing="3"> <tr> <td width="10%">#dotlrn.Subject#</td> <td>@subject@</td> </tr> <tr> <td>#dotlrn.Message#</td> <td>@preview_message;noquote@</td> </tr> </table> </else> <form action="spam" method="post"> @confirm_data;noquote@ <input type="submit" value="#dotlrn.Confirm#"> </form>