/[corp_html]/templates/fc_ContactUs.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/fc_ContactUs.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Sep 7 14:10:57 2001 UTC (22 years, 8 months ago) by dpavlin
Branch: MAIN
FineChemicals / ContactUs from database

1 dpavlin 1.1 {section name=p loop=$person}
2     <p><b>{$p/person.name}</b> - <font color="#D03430">{$p/person.comment}</font><br>
3     {if ($p/person.email) }
4     <font color="#6666CC">e - mail:</font> <a href="mailto:{$p/person.email}">{$p/person.email}</a>
5     {/if}
6     <br>
7     {if ($p/person.tel) }
8     <font color="#6666CC">telephone:</font> {$p/person.tel}<br>
9     {/if}
10     {if ($p/person.fax) }
11     <font color="#6666CC">telefax:</font> {$p/person.fax}
12     {/if}
13     </p>
14     {/section}
15    
16     <p><b>PLIVA offices where you can get further information on Fine Chemicals</b></p>
17    
18     {section name=o loop=$office}
19     <p><b>{$o/office.office}</b><br>
20     {$o/office.addr1}<br>
21     {$o/office.addr2}<br>
22     <font color="#000099"><b>{$o/office.name}</b></font> - <font color="#D03430">{$o/office.comment}</font><br>
23     {if ($o/office.tel) }
24     <font color="#6666CC">telephone:</font> {$o/office.tel}<br>
25     {/if}
26     {if ($o/office.fax) }
27     <font color="#6666CC">telefax:</font> {$o/office.fax}<br>
28     {/if}
29     {if ($o/office.email) }
30     <font color="#6666CC">e - mail:</font> <a href="mailto:{$o/office.email}">{$o/office.email}</a>
31     {/if}
32     </p>
33     {/section}
34    

  ViewVC Help
Powered by ViewVC 1.1.26