egroupware/addressbook/templates/default/format_us.tpl

20 lines
494 B
Smarty
Raw Normal View History

2001-06-22 07:29:43 +02:00
<!-- $Id$ -->
2002-01-05 01:26:39 +01:00
2001-06-22 07:29:43 +02:00
<table border="0" cellpadding="2" cellspacing="2">
2002-01-05 01:26:39 +01:00
<tr>
2002-01-06 00:57:41 +01:00
<td><font face="{font}" size="{fontsize}">{company}</font></td>
2002-01-05 01:26:39 +01:00
</tr>
<tr>
2002-01-06 00:57:41 +01:00
<td><font face="{font}" size="{fontsize}">{department}</font></td>
2002-01-05 01:26:39 +01:00
</tr>
<tr>
2002-01-06 00:57:41 +01:00
<td><font face="{font}" size="{fontsize}">{street}</font></td>
2002-01-05 01:26:39 +01:00
</tr>
<tr>
2002-01-06 00:57:41 +01:00
<td><font face="{font}" size="{fontsize}">{city},&nbsp;{state}&nbsp;{zip}</font></td>
2002-01-05 01:26:39 +01:00
</tr>
<tr>
2002-01-06 00:57:41 +01:00
<td><font face="{font}" size="{fontsize}">{country}</font></td>
2002-01-05 01:26:39 +01:00
</tr>
2001-06-22 07:29:43 +02:00
</table>