/[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

Contents of /templates/fc_ContactUs.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Sep 7 14:15:03 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +10 -0 lines
added all checks and addresses

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

  ViewVC Help
Powered by ViewVC 1.1.26