/[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.14 - (show annotations)
Wed May 22 09:29:35 2002 UTC (21 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
novi URL

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 last change 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 <div class="small">
47 Data supplied by: <a href="http://investor.ft.com/">FT Investor</a>
48 </div>
49
50 <p>
51 <a href="http://investor.ft.com/">
52 <img src="l/ftinvest-logo.gif" width="152" height="48" border="0">
53 </a>
54 </p>
55
56 <div class="small">
57 The share information displayed is delayed by 15 minutes.
58 </div>
59
60 <p class="small">
61 Share price is updated from a source other than PLIVA.<br>
62 PLIVA does not warrant the accuracy of this information.
63 </p>
64
65
66 </div>

  ViewVC Help
Powered by ViewVC 1.1.26