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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Mar 1 07:12:36 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +2 -2 lines
prikazuje samo 5 itema da smanji deck na manje od 1397 byteova (Nokia 7110
ograničenje)

1 <wml>
2 <card id="main" title="Pliva WAP news">
3 <p align="center">
4 <img src="wap/pliva.wbmp"/> Pliva d.d.<br/>
5 </p>
6 <p>
7 {section name=w loop=$data}
8 {if $w/data.type}
9 <img src="wap/{$w/data.type}.wbmp"/>
10 {/if}
11 {$w/data.title}
12 {if $num_selected == 1}
13 <small>{$w/data.town_date}</small>
14 <br/>
15 {$w/data.body}
16 <do type="prev" label="Back"><prev/></do>
17 {else}
18 <small>
19 <anchor>{$w/data.town_date}<go href="wap.php?id={$w/data.id}"/></anchor>
20 </small>
21 {/if}
22 <br/>
23 {/section}
24
25 {if isset($prev) }
26 <do type="options" name="menu_0" label="last {$on_page}">
27 <go href="wap.php?s={$prev}"/>
28 </do>
29 {/if}
30
31 {if isset($next) }
32 <do type="options" name="menu_1" label="{$on_page} more">
33 <go href="wap.php?s={$next}"/>
34 </do>
35 {/if}
36
37 <br/><small>-beta version-</small>
38 </p>
39 </card>
40 </wml>

  ViewVC Help
Powered by ViewVC 1.1.26