/[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.6 by dpavlin, Mon Mar 12 21:10:03 2001 UTC revision 1.7 by dpavlin, Sat Mar 17 15:42:19 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">  {if $num_selected != 1}
4  <img src="wap/pliva.wbmp" alt="(P)"/> Pliva d.d.<br/>   <p align="center">
5  </p>   <img src="wap/pliva.wbmp" alt="(P)"/> Pliva d.d.<br/>
6     </p>
7    {/if}
8  <p>  <p>
9  {section name=w loop=$data}  {section name=w loop=$data}
10   {if $w/data.type}   {if $w/data.type}
11    <img src="wap/{$w/data.type}.wbmp" alt="{$w/data.type}"/>    <img src="wap/{$w/data.type}.wbmp" alt="{$w/data.type}"/>&nbsp;
12   {/if}   {/if}
13   {if $num_selected == 1}   {if $num_selected == 1}
14    {$w/data.title}    {$w/data.title}&nbsp;
15    {$w/data.town_date}    {$w/data.town_date}
16    <br/>    <br/>
17    {$w/data.body}    {$w/data.body}
# Line 17  Line 19 
19   {else}   {else}
20    <a href="wap.php?id={$w/data.id}">    <a href="wap.php?id={$w/data.id}">
21    {$w/data.title}    {$w/data.title}
22    </a>    </a>&nbsp;
23    {$w/data.town_date}    {$w/data.town_date}
24   {/if}   {/if}
25   <br/>   <br/>

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

  ViewVC Help
Powered by ViewVC 1.1.26