/[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.6 - (show annotations)
Mon Mar 12 19:22:04 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.5: +1 -1 lines
*** empty log message ***

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

  ViewVC Help
Powered by ViewVC 1.1.26