|
[variable_set: 'c'=(form_param: 'c')]
[include: 'BizCategory.txt']
[inline: database='HJY-Businesses.fp4',
layout='HJBizList',
operatorbegin=And,
'site'='HainesJunction',
operator='eq',
'HJCat'=(variable: 'c'),
operatorend,
sortfield='company',
sortorder=ascending,
search][if: (error_currentError:ErrorCode)!='0']We're sorry, but there aren't any businesses in the [variable: 'cat'] Category! Please choose another category from the list on the right.[else][variable: 'cat']
[records]
[if: field: 'logo'!='']
[/if][if: field: 'Picture'!='']
[/if] |
[String_Uppercase: (field: 'Company', EncodeRaw)]
[if: field: 'Address'!=''][field: 'Address'][/if][if: field: 'streetAddress'!='']
[field: 'streetAddress'][/if][if: field: 'ContactName'!='']
Contact: [field: 'ContactName'][/if]
Telephone: [field: 'Telephone1'][if: field: 'fax1'!='']
Fax: [field: 'Fax1'][/if][if: field: 'email'!='']
E-mail: [field: 'email'][/if][if: field: 'URL'!='http://']
Web site: [field: 'URL'][/if]
[field: 'Notes', encodebreak]
|
[/records][/if][/inline] |
|