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

Diff of /templates/fc_ContactUs.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Fri Sep 7 14:10:57 2001 UTC revision 1.2 by dpavlin, Fri Sep 7 14:15:03 2001 UTC
# Line 1  Line 1 
1  {section name=p loop=$person}  {section name=p loop=$person}
2  <p><b>{$p/person.name}</b> - <font color="#D03430">{$p/person.comment}</font><br>  <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) }    {if ($p/person.email) }
10    <font color="#6666CC">e - mail:</font> <a href="mailto:{$p/person.email}">{$p/person.email}</a>    <font color="#6666CC">e - mail:</font> <a href="mailto:{$p/person.email}">{$p/person.email}</a>
11    {/if}    {/if}
# Line 17  Line 23 
23    
24  {section name=o loop=$office}  {section name=o loop=$office}
25  <p><b>{$o/office.office}</b><br>  <p><b>{$o/office.office}</b><br>
26      {if ($o/office.addr1) }
27    {$o/office.addr1}<br>    {$o/office.addr1}<br>
28      {/if}
29      {if ($o/office.addr2) }
30    {$o/office.addr2}<br>    {$o/office.addr2}<br>
31      {/if}
32    <font color="#000099"><b>{$o/office.name}</b></font> - <font color="#D03430">{$o/office.comment}</font><br>    <font color="#000099"><b>{$o/office.name}</b></font> - <font color="#D03430">{$o/office.comment}</font><br>
33    {if ($o/office.tel) }    {if ($o/office.tel) }
34    <font color="#6666CC">telephone:</font> {$o/office.tel}<br>    <font color="#6666CC">telephone:</font> {$o/office.tel}<br>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26