forked from extern/egroupware
added address formats
This commit is contained in:
parent
b392a3bc67
commit
5d7c74b89d
@ -1,9 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}">{title}{firstname} {lastname}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{company}</font></td>
|
||||
</tr>
|
||||
@ -14,10 +11,7 @@
|
||||
<td><font face="{font}">{street}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{city}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{zip}</font></td>
|
||||
<td><font face="{font}">{zip} {city}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{country}</font></td>
|
||||
|
@ -1,9 +1,6 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}">{title}{firstname} {lastname}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{company}</font></td>
|
||||
</tr>
|
||||
|
29
addressbook/templates/default/full_format_de.tpl
Normal file
29
addressbook/templates/default/full_format_de.tpl
Normal file
@ -0,0 +1,29 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_url}: {url}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_email}: {email}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fon}: {tel}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{zip} {city}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fax}: {fax}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
29
addressbook/templates/default/full_format_us.tpl
Normal file
29
addressbook/templates/default/full_format_us.tpl
Normal file
@ -0,0 +1,29 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_url}: {url}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_email}: {email}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fon}: {tel}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{city}, {state} {zip}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fax}: {fax}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
@ -2,6 +2,6 @@
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} - {street} - {zip} {city}{county}</font></td>
|
||||
<td><font face="{font}" size="{fontsize}">{company} ° {street} ° {zip} {city}{county}</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} - {street} - {city}, {state} {zip}{country}</font></td>
|
||||
<td><font face="{font}" size="{fontsize}">{company} ° {street} ° {city}, {state} {zip}{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -278,13 +278,30 @@
|
||||
return $new_ldap;
|
||||
}
|
||||
|
||||
function formatted_address($id = '',$fields = '',$business = True)
|
||||
function formatted_address($id, $business = True)
|
||||
{
|
||||
$font = $GLOBALS['phpgw_info']['theme']['font'];
|
||||
|
||||
$t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('addressbook'));
|
||||
$s = CreateObject('phpgwapi.sbox');
|
||||
|
||||
$fields = array
|
||||
(
|
||||
'n_given' => 'n_given',
|
||||
'n_family' => 'n_family',
|
||||
'title' => 'title',
|
||||
'org_name' => 'org_name',
|
||||
'org_unit' => 'org_unit',
|
||||
'adr_one_street' => 'adr_one_street',
|
||||
'adr_one_locality' => 'adr_one_locality',
|
||||
'adr_one_postalcode' => 'adr_one_postalcode',
|
||||
'adr_one_region' => 'adr_one_region',
|
||||
'adr_one_countryname' => 'adr_one_countryname',
|
||||
'adr_two_street' => 'adr_two_street',
|
||||
'adr_two_locality' => 'adr_two_locality',
|
||||
'adr_two_postalcode' => 'adr_two_postalcode',
|
||||
'adr_two_region' => 'adr_two_region',
|
||||
'adr_two_countryname' => 'adr_two_countryname'
|
||||
);
|
||||
|
||||
$address = $this->read_single_entry($id,$fields);
|
||||
|
||||
if ($address[0]['title'])
|
||||
@ -294,6 +311,15 @@
|
||||
|
||||
if ($business)
|
||||
{
|
||||
if ($address[0]['org_name'])
|
||||
{
|
||||
$company = $address[0]['org_name'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
}
|
||||
|
||||
$street = $address[0]['adr_one_street'];
|
||||
$city = $address[0]['adr_one_locality'];
|
||||
$zip = $address[0]['adr_one_postalcode'];
|
||||
@ -302,6 +328,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
$street = $address[0]['adr_two_street'];
|
||||
$city = $address[0]['adr_two_locality'];
|
||||
$zip = $address[0]['adr_two_postalcode'];
|
||||
@ -323,19 +350,217 @@
|
||||
$a = $t->set_file(array('address_format' => 'format_us.tpl'));
|
||||
}
|
||||
|
||||
$a .= $t->set_var('font',$font);
|
||||
$a .= $t->set_var('title',$title);
|
||||
$a .= $t->set_var('firstname',$address[0]['n_given']);
|
||||
$a .= $t->set_var('lastname',$address[0]['n_family']);
|
||||
$a .= $t->set_var('company',$address[0]['org_name']);
|
||||
$a .= $t->set_var('font',$GLOBALS['phpgw_info']['theme']['font']);
|
||||
$a .= $t->set_var('company',$company);
|
||||
$a .= $t->set_var('department',$address[0]['org_unit']);
|
||||
$a .= $t->set_var('street',$street);
|
||||
$a .= $t->set_var('city',$city);
|
||||
$a .= $t->set_var('zip',$zip);
|
||||
$a .= $t->set_var('state',$state);
|
||||
|
||||
$countryname = $s->get_full_name($country);
|
||||
$a .= $t->set_var('country',lang($countryname));
|
||||
if ($country != $GLOBALS['phpgw_info']['user']['preferences']['common']['country'])
|
||||
{
|
||||
$countryname = $s->get_full_name($country);
|
||||
$a .= $t->set_var('country',lang($countryname));
|
||||
}
|
||||
|
||||
$a .= $t->fp('out','address_format');
|
||||
return $a;
|
||||
}
|
||||
|
||||
function formatted_address_full($id, $business = True, $fontsize = '2')
|
||||
{
|
||||
$t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('addressbook'));
|
||||
$s = CreateObject('phpgwapi.sbox');
|
||||
|
||||
$fields = array
|
||||
(
|
||||
'n_given' => 'n_given',
|
||||
'n_family' => 'n_family',
|
||||
'title' => 'title',
|
||||
'org_name' => 'org_name',
|
||||
'org_unit' => 'org_unit',
|
||||
'adr_one_street' => 'adr_one_street',
|
||||
'adr_one_locality' => 'adr_one_locality',
|
||||
'adr_one_postalcode' => 'adr_one_postalcode',
|
||||
'adr_one_region' => 'adr_one_region',
|
||||
'tel_work' => 'tel_work',
|
||||
'tel_fax' => 'tel_fax',
|
||||
'email' => 'email',
|
||||
'url' => 'url',
|
||||
'adr_one_countryname' => 'adr_one_countryname',
|
||||
'adr_two_street' => 'adr_two_street',
|
||||
'adr_two_locality' => 'adr_two_locality',
|
||||
'adr_two_postalcode' => 'adr_two_postalcode',
|
||||
'adr_two_region' => 'adr_two_region',
|
||||
'adr_two_countryname' => 'adr_two_countryname',
|
||||
'tel_home' => 'tel_home',
|
||||
'email_home' => 'email_home'
|
||||
);
|
||||
|
||||
$address = $this->read_single_entry($id,$fields);
|
||||
|
||||
if ($address[0]['title'])
|
||||
{
|
||||
$title = $address[0]['title'] . ' ';
|
||||
}
|
||||
|
||||
if ($business)
|
||||
{
|
||||
if ($address[0]['org_name'])
|
||||
{
|
||||
$company = $address[0]['org_name'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
}
|
||||
|
||||
$street = $address[0]['adr_one_street'];
|
||||
$city = $address[0]['adr_one_locality'];
|
||||
$zip = $address[0]['adr_one_postalcode'];
|
||||
$state = $address[0]['adr_one_region'];
|
||||
$country = $address[0]['adr_one_countryname'];
|
||||
$tel = $address[0]['tel_work'];
|
||||
$email = $address[0]['email'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
$street = $address[0]['adr_two_street'];
|
||||
$city = $address[0]['adr_two_locality'];
|
||||
$zip = $address[0]['adr_two_postalcode'];
|
||||
$state = $address[0]['adr_two_region'];
|
||||
$country = $address[0]['adr_two_countryname'];
|
||||
$tel = $address[0]['tel_home'];
|
||||
$email = $address[0]['email_home'];
|
||||
}
|
||||
|
||||
if (! $country)
|
||||
{
|
||||
$country = $GLOBALS['phpgw_info']['user']['preferences']['common']['country'];
|
||||
}
|
||||
|
||||
if (file_exists(PHPGW_SERVER_ROOT . SEP . 'addressbook' . SEP . 'templates' . SEP .'default' . SEP . 'full_format_' . strtolower($country) . '.tpl'))
|
||||
{
|
||||
$a = $t->set_file(array('address_format' => 'full_format_' . strtolower($country) . '.tpl'));
|
||||
}
|
||||
else
|
||||
{
|
||||
$a = $t->set_file(array('address_format' => 'full_format_us.tpl'));
|
||||
}
|
||||
|
||||
$a .= $t->set_var('font',$GLOBALS['phpgw_info']['theme']['font']);
|
||||
$a .= $t->set_var('fontsize',$fontsize);
|
||||
$a .= $t->set_var('lang_url',lang('url'));
|
||||
$a .= $t->set_var('lang_email',lang('email'));
|
||||
$a .= $t->set_var('lang_fax',lang('fax number'));
|
||||
$a .= $t->set_var('lang_fon',lang('phone number'));
|
||||
$a .= $t->set_var('company',$company);
|
||||
$a .= $t->set_var('department',$address[0]['org_unit']);
|
||||
$a .= $t->set_var('street',$street);
|
||||
$a .= $t->set_var('city',$city);
|
||||
$a .= $t->set_var('zip',$zip);
|
||||
$a .= $t->set_var('state',$state);
|
||||
$a .= $t->set_var('email',$email);
|
||||
$a .= $t->set_var('tel',$tel);
|
||||
$a .= $t->set_var('fax',$address[0]['tel_fax']);
|
||||
$a .= $t->set_var('url',$address[0]['url']);
|
||||
|
||||
if ($country != $GLOBALS['phpgw_info']['user']['preferences']['common']['country'])
|
||||
{
|
||||
$countryname = $s->get_full_name($country);
|
||||
$a .= $t->set_var('country',lang($countryname));
|
||||
}
|
||||
|
||||
$a .= $t->fp('out','address_format');
|
||||
return $a;
|
||||
}
|
||||
|
||||
function formatted_address_line($id, $business = True, $fontsize = '2')
|
||||
{
|
||||
$t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('addressbook'));
|
||||
$s = CreateObject('phpgwapi.sbox');
|
||||
|
||||
$fields = array
|
||||
(
|
||||
'n_given' => 'n_given',
|
||||
'n_family' => 'n_family',
|
||||
'title' => 'title',
|
||||
'org_name' => 'org_name',
|
||||
'adr_one_street' => 'adr_one_street',
|
||||
'adr_one_locality' => 'adr_one_locality',
|
||||
'adr_one_postalcode' => 'adr_one_postalcode',
|
||||
'adr_one_region' => 'adr_one_region',
|
||||
'adr_one_countryname' => 'adr_one_countryname',
|
||||
'adr_two_street' => 'adr_two_street',
|
||||
'adr_two_locality' => 'adr_two_locality',
|
||||
'adr_two_postalcode' => 'adr_two_postalcode',
|
||||
'adr_two_region' => 'adr_two_region',
|
||||
'adr_two_countryname' => 'adr_two_countryname'
|
||||
);
|
||||
|
||||
$address = $this->read_single_entry($id,$fields);
|
||||
|
||||
if ($address[0]['title'])
|
||||
{
|
||||
$title = $address[0]['title'] . ' ';
|
||||
}
|
||||
|
||||
if ($business)
|
||||
{
|
||||
if ($address[0]['org_name'])
|
||||
{
|
||||
$company = $address[0]['org_name'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
}
|
||||
|
||||
$street = $address[0]['adr_one_street'];
|
||||
$city = $address[0]['adr_one_locality'];
|
||||
$zip = $address[0]['adr_one_postalcode'];
|
||||
$state = $address[0]['adr_one_region'];
|
||||
$country = $address[0]['adr_one_countryname'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$company = $title . $address[0]['n_given'] . ' ' . $address[0]['n_family'];
|
||||
$street = $address[0]['adr_two_street'];
|
||||
$city = $address[0]['adr_two_locality'];
|
||||
$zip = $address[0]['adr_two_postalcode'];
|
||||
$state = $address[0]['adr_two_region'];
|
||||
$country = $address[0]['adr_two_countryname'];
|
||||
}
|
||||
|
||||
if (! $country)
|
||||
{
|
||||
$country = $GLOBALS['phpgw_info']['user']['preferences']['common']['country'];
|
||||
}
|
||||
|
||||
if (file_exists(PHPGW_SERVER_ROOT . SEP . 'addressbook' . SEP . 'templates' . SEP .'default' . SEP . 'line_format_' . strtolower($country) . '.tpl'))
|
||||
{
|
||||
$a = $t->set_file(array('address_format' => 'line_format_' . strtolower($country) . '.tpl'));
|
||||
}
|
||||
else
|
||||
{
|
||||
$a = $t->set_file(array('address_format' => 'line_format_us.tpl'));
|
||||
}
|
||||
|
||||
$a .= $t->set_var('font',$GLOBALS['phpgw_info']['theme']['font']);
|
||||
$a .= $t->set_var('fontsize',$fontsize);
|
||||
$a .= $t->set_var('company',$company);
|
||||
$a .= $t->set_var('street',$street);
|
||||
$a .= $t->set_var('city',$city);
|
||||
$a .= $t->set_var('zip',$zip);
|
||||
$a .= $t->set_var('state',$state);
|
||||
|
||||
if ($country != $GLOBALS['phpgw_info']['user']['preferences']['common']['country'])
|
||||
{
|
||||
$countryname = $s->get_full_name($country);
|
||||
$a .= $t->set_var('country',' ° ' . lang($countryname));
|
||||
}
|
||||
|
||||
$a .= $t->fp('out','address_format');
|
||||
return $a;
|
||||
|
Loading…
Reference in New Issue
Block a user