<~/common/form_js>
<center>
<h3>`Preview Broadcast Email`</h3>
<font color=darkgreen><b>`Changes were saved`</b></font>
<table border=1 width=80%>
<tr>
<td><b>`Message Subject`:</b></td>
</tr>
<tr>
<td><pre><~msg_subj></pre></td>
</tr>
<tr>
<td><b>`Message Body: (sample Member details used)`</b></td>
</tr>
<tr>
<td><pre>
0-------10--------20--------30--------40--------50--------60--------70
<~msg_body>
0-------10--------20--------30--------40--------50--------60--------70
</pre></td>
</tr>
</table>
<form action="<~../script_name>" method=post name="DataF">
<input type=hidden name="SendBroadcast" value="1">
<input type=button value=" << `Back` " onClick="cancel_form('users.php?ShowBroadcast=1')">
<input type=submit value=" `Send Broadcast Email` " onClick="return confirm('`Are You Sure to send this email to All Members?`')">
<input type=button value=" `Cancel` " onClick="cancel_form('users.php')">
</form>
</center>