/[corp_html]/templates/wap-stocks.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/wap-stocks.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Mar 17 16:17:09 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
stocks for wap

1 <wml>
2 <card id="main" title="Pliva's Share Price">
3 <p align="center">
4 <img src="wap/pliva.wbmp" alt="(P)"/> Pliva d.d.<br/>
5 </p>
6 <p>
7
8 {section name=s loop=$stock}
9 <br/>
10 {$s/stock.type}
11 {if $s/stock.type eq "LSE"}
12 London Stock Exchange
13 {elseif $s/stock.type eq "FTSE"}
14 FT-SE 100 Index
15 {else}
16 unknown
17 {/if}
18 on
19 {$date} at {$time}
20 <br/>
21
22 current: {$s/stock.current}
23 <br/>
24 change: {$s/stock.change}
25 <br/>
26 high: {$s/stock.high}
27 <br/>
28 low: {$s/stock.low}
29 <br/>
30 open: {$s/stock.open}
31 <br/>
32 {/section}
33
34 <do type="prev" label="Back"><prev/></do>
35 </p>
36 </card>
37 </wml>

  ViewVC Help
Powered by ViewVC 1.1.26