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

Diff of /templates/investor.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dpavlin, Wed Feb 7 13:28:59 2001 UTC revision 1.14 by dpavlin, Wed May 22 09:29:35 2002 UTC
# Line 1  Line 1 
1              <table width="100%" border="0" cellspacing="0" cellpadding="0">  <div class="font" align="center">
2                <tr><td>  <b>PLIVA's Share Price</b>
3                  <? include("http://analysis.esi.co.uk/display.cgi?PLVD"); ?>  </div>
4                </td></tr>  
5              </table>  <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>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.26