/[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.11 - (hide annotations)
Tue Feb 5 10:15:29 2002 UTC (22 years, 4 months ago) by dpavlin
Branch: MAIN
Changes since 1.10: +8 -2 lines
FT dionice

1 dpavlin 1.5 <div class="font" align="center">
2 dpavlin 1.8 <b>PLIVA's Share Price</b>
3 dpavlin 1.5 </div>
4 dpavlin 1.9
5     <div class="small" align="center">
6     PLIVA Pharmaceuticals, London Stock Exchange EPIC code PLVD
7     </div>
8 dpavlin 1.5 <br>
9    
10 dpavlin 1.2 {section name=s loop=$stock}
11 dpavlin 1.3 <div class="font" align="center">
12 dpavlin 1.2 {$s/stock.type}
13     {if $s/stock.type eq "LSE"}
14 dpavlin 1.4 <b>London Stock Exchange</b>
15 dpavlin 1.2 {elseif $s/stock.type eq "FTSE"}
16     <b>FT-SE 100 Index</b>
17     {else}
18     <b>unknown</b>
19     {/if}
20     on
21 dpavlin 1.8 {$date} at {$time}
22 dpavlin 1.9
23 dpavlin 1.3 <p>
24 dpavlin 1.2
25 dpavlin 1.3 <table width="75%" border="1" cellspacing="0" cellpadding="0">
26 dpavlin 1.2 <tr>
27 dpavlin 1.3 <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 dpavlin 1.2 </tr>
33    
34     <tr>
35 dpavlin 1.3 <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 dpavlin 1.2 </tr>
41 dpavlin 1.3 </table>
42     <br>
43 dpavlin 1.2
44     {/section}
45    
46 dpavlin 1.11 <div class="small">
47     Data supplied by: <a href="http://www.ftmarketwatch.com/">FTMarketWatch.com</a>
48     </div>
49    
50     <p>
51     <a href="http://www.ft.com/investor/">
52     <img src="l/ftinvest-logo.gif" width="152" height="48" border="0">
53 dpavlin 1.7 </a>
54 dpavlin 1.11 </p>
55 dpavlin 1.9
56     <div class="small">
57     The share information displayed is delayed by 15 minutes.
58     </div>
59    
60 dpavlin 1.10 <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 dpavlin 1.9 </div>

  ViewVC Help
Powered by ViewVC 1.1.26