home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
modules
/
addressbook
/
show_company.inc
< prev
next >
Wrap
Text File
|
2004-03-08
|
2KB
|
122 lines
<table border=0 cellpadding="2" cellspacing="0">
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="3">
<tr>
<td align="right" nowrap>
<?php echo $strName; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['name']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strAddress; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['address']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strZip; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['zip']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strCity; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['city']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strState; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['state']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strCountry; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['country']); ?>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strPhone; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['phone']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strFax; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['fax']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strEmail; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['email']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $strHomepage; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['homepage']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $ab_bank_no; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['bank_no']); ?>
</td>
</tr>
<tr>
<td align="right" nowrap>
<?php echo $ab_vat_no; ?>:
</td>
<td>
<?php echo empty_to_stripe($company['vat_no']); ?>
</td>
</tr>
</table>
</td>
</tr>
<tr heigth="25">
<td colspan="2">
<br />
<?php
$button = new button($cmdClose, "javascript:document.location='".$return_to."'");
?>
</td>
</tr>
</table>