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

Contents of /templates/investor.tpl

Parent Directory Parent Directory | Revision Log Revision Log


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

1 {section name=s loop=$stock}
2 <div class="font" align="center">
3 {$s/stock.type}
4 {if $s/stock.type eq "LSE"}
5 <b>London Stock Exchange</b>
6 {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 <p>
14
15 <table width="75%" border="1" cellspacing="0" cellpadding="0">
16 <tr>
17 <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 </tr>
23
24 <tr>
25 <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 </tr>
31 </table>
32 <br>
33
34 {/section}
35
36 {img src="l/PLIVAshares2.gif"}

  ViewVC Help
Powered by ViewVC 1.1.26