/[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

Annotation of /templates/wap.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Feb 28 09:53:16 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
WAP podrıka

1 dpavlin 1.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 10">
27     <go href="wap.php?s={$prev}"/>
28     </do>
29     {/if}
30    
31     {if isset($next) }
32     <do type="options" name="menu_1" label="10 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