/[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.10 - (show annotations)
Thu May 31 09:43:22 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.9: +6 -0 lines
disclamer

1 <div class="font" align="center">
2 <b>PLIVA's Share Price</b>
3 </div>
4
5 <div class="small" align="center">
6 PLIVA Pharmaceuticals, London Stock Exchange EPIC code PLVD
7 </div>
8 <br>
9
10 {section name=s loop=$stock}
11 <div class="font" align="center">
12 {$s/stock.type}
13 {if $s/stock.type eq "LSE"}
14 <b>London Stock Exchange</b>
15 {elseif $s/stock.type eq "FTSE"}
16 <b>FT-SE 100 Index</b>
17 {else}
18 <b>unknown</b>
19 {/if}
20 on
21 {$date} at {$time}
22
23 <p>
24
25 <table width="75%" border="1" cellspacing="0" cellpadding="0">
26 <tr>
27 <td align="center">current</td>
28 <td align="center">change</td>
29 <td align="center">high</td>
30 <td align="center">low</td>
31 <td align="center">open</td>
32 </tr>
33
34 <tr>
35 <td align="center">{$s/stock.current}</td>
36 <td align="center">{$s/stock.change}</td>
37 <td align="center">{$s/stock.high}</td>
38 <td align="center">{$s/stock.low}</td>
39 <td align="center">{$s/stock.open}</td>
40 </tr>
41 </table>
42 <br>
43
44 {/section}
45
46 <a href="http://www.etrade.co.uk/splash.cgi?adi_h">
47 <img src="l/PLIVAshares2.gif" width="150" height="63" border="0">
48 </a>
49
50 <div class="small">
51 The share information displayed is delayed by 15 minutes.
52 </div>
53
54 <p class="small">
55 Share price is updated from a source other than PLIVA.<br>
56 PLIVA does not warrant the accuracy of this information.
57 </p>
58
59
60 </div>

  ViewVC Help
Powered by ViewVC 1.1.26