05-17-2005, 05:51 AM -
Here's a template with the 7 possible phone numbers
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td colspan=3> <font size=-1><b>{displayname}</b></font></td>
</tr>
{ifnotempty:phone1}
<tr>
<td width=16></td>
<td width=16>{img:phonetype1}</td>
<td> {phone1}</td>
</tr>
{endif}
{ifnotempty:phone2}
<tr>
<td width=16></td>
<td width=16>{img:phonetype2}</td>
<td> {phone2}</td>
</tr>
{endif}
{ifnotempty:phone3}
<tr>
<td width=16></td>
<td width=16>{img:phonetype3}</td>
<td> {phone3}</td>
</tr>
{endif}
{ifnotempty:phone4}
<tr>
<td width=16></td>
<td width=16>{img:phonetype4}</td>
<td> {phone4}</td>
</tr>
{endif}
{ifnotempty:phone5}
<tr>
<td width=16></td>
<td width=16>{img:phonetype5}</td>
<td> {phone5}</td>
</tr>
{endif}
{ifnotempty:phone6}
<tr>
<td width=16></td>
<td width=16>{img:phonetype6}</td>
<td> {phone6}</td>
</tr>
{endif}
{ifnotempty:phone7}
<tr>
<td width=16></td>
<td width=16>{img:phonetype7}</td>
<td> {phone7}</td>
</tr>
{endif}
</table>
{ifnotempty:notes}
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td width=18>{img:note}</td><td><pre>{notes}</pre></td>
</tr>
</table>
{endif}
<table bgcolor="#6666FF" width=100% cellspacing=0 cellpadding=0 height=2>
<tr><td></td></tr>
</table>
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td colspan=3> <font size=-1><b>{displayname}</b></font></td>
</tr>
{ifnotempty:phone1}
<tr>
<td width=16></td>
<td width=16>{img:phonetype1}</td>
<td> {phone1}</td>
</tr>
{endif}
{ifnotempty:phone2}
<tr>
<td width=16></td>
<td width=16>{img:phonetype2}</td>
<td> {phone2}</td>
</tr>
{endif}
{ifnotempty:phone3}
<tr>
<td width=16></td>
<td width=16>{img:phonetype3}</td>
<td> {phone3}</td>
</tr>
{endif}
{ifnotempty:phone4}
<tr>
<td width=16></td>
<td width=16>{img:phonetype4}</td>
<td> {phone4}</td>
</tr>
{endif}
{ifnotempty:phone5}
<tr>
<td width=16></td>
<td width=16>{img:phonetype5}</td>
<td> {phone5}</td>
</tr>
{endif}
{ifnotempty:phone6}
<tr>
<td width=16></td>
<td width=16>{img:phonetype6}</td>
<td> {phone6}</td>
</tr>
{endif}
{ifnotempty:phone7}
<tr>
<td width=16></td>
<td width=16>{img:phonetype7}</td>
<td> {phone7}</td>
</tr>
{endif}
</table>
{ifnotempty:notes}
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td width=18>{img:note}</td><td><pre>{notes}</pre></td>
</tr>
</table>
{endif}
<table bgcolor="#6666FF" width=100% cellspacing=0 cellpadding=0 height=2>
<tr><td></td></tr>
</table>