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

Diff of /templates/wap.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26