/[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.6 - (show annotations)
Mon Mar 12 21:10:03 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.5: +5 -2 lines
make title a link

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 {if $num_selected == 1}
12 {$w/data.title}
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}">
19 {$w/data.title}
20 </a>
21 {$w/data.town_date}
22 {/if}
23 <br/>
24 {/section}
25
26 {if isset($prev) }
27 <do type="options" name="menu_0" label="last {$on_page}">
28 <go href="wap.php?s={$prev}"/>
29 </do>
30 {/if}
31
32 {if isset($next) }
33 <do type="options" name="menu_1" label="{$on_page} more">
34 <go href="wap.php?s={$next}"/>
35 </do>
36 {/if}
37
38 </p>
39 </card>
40 </wml>

  ViewVC Help
Powered by ViewVC 1.1.26