/[corp_html]/templates/investor.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/investor.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Mon Mar 5 15:30:26 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +1 -1 lines
case fix

1 dpavlin 1.2 {section name=s loop=$stock}
2 dpavlin 1.3 <div class="font" align="center">
3 dpavlin 1.2 {$s/stock.type}
4     {if $s/stock.type eq "LSE"}
5 dpavlin 1.4 <b>London Stock Exchange</b>
6 dpavlin 1.2 {elseif $s/stock.type eq "FTSE"}
7     <b>FT-SE 100 Index</b>
8     {else}
9     <b>unknown</b>
10     {/if}
11     on
12     {$s/stock.date}
13 dpavlin 1.3 <p>
14 dpavlin 1.2
15 dpavlin 1.3 <table width="75%" border="1" cellspacing="0" cellpadding="0">
16 dpavlin 1.2 <tr>
17 dpavlin 1.3 <td align="center">current</td>
18     <td align="center">change</td>
19     <td align="center">high</td>
20     <td align="center">low</td>
21     <td align="center">open</td>
22 dpavlin 1.2 </tr>
23    
24     <tr>
25 dpavlin 1.3 <td align="center">{$s/stock.current}</td>
26     <td align="center">{$s/stock.change}</td>
27     <td align="center">{$s/stock.high}</td>
28     <td align="center">{$s/stock.low}</td>
29     <td align="center">{$s/stock.open}</td>
30 dpavlin 1.2 </tr>
31 dpavlin 1.3 </table>
32     <br>
33 dpavlin 1.2
34     {/section}
35    
36 dpavlin 1.3 {img src="l/PLIVAshares2.gif"}

  ViewVC Help
Powered by ViewVC 1.1.26