/[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.4 - (show annotations)
Mon Mar 5 12:02:25 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +3 -3 lines
fix

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

  ViewVC Help
Powered by ViewVC 1.1.26