/[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.3 by dpavlin, Thu Mar 1 09:02:07 2001 UTC revision 1.5 by dpavlin, Mon Mar 12 18:06:49 2001 UTC
# Line 1  Line 1 
1  <wml>  <wml>
2  <card id="main" title="Pliva WAP news" ALT="Pliva">  <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}
11   {$w/data.title}   {$w/data.title}
12   {if $num_selected == 1}   {if $num_selected == 1}
# Line 32  Line 32 
32   </do>   </do>
33  {/if}  {/if}
34    
 <br/>-beta version-  
35  </p>  </p>
36  </card>  </card>
37  </wml>  </wml>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26