/[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.7 - (show annotations)
Sat Mar 17 15:42:19 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.6: +8 -6 lines
novi layout

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

  ViewVC Help
Powered by ViewVC 1.1.26