/[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.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" ALT="Pliva">  <card id="main" title="Pliva WAP news">
3  <p align="center">  {if $num_selected != 1}
4  <img src="wap/pliva.wbmp"/> 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"/>    <img src="wap/{$w/data.type}.wbmp" alt="{$w/data.type}"/>&nbsp;
12   {/if}   {/if}
  {$w/data.title}  
13   {if $num_selected == 1}   {if $num_selected == 1}
14      {$w/data.title}&nbsp;
15    {$w/data.town_date}    {$w/data.town_date}
16    <br/>    <br/>
17    {$w/data.body}    {$w/data.body}
18    <do type="prev" label="Back"><prev/></do>    <do type="prev" label="Back"><prev/></do>
19   {else}   {else}
20    <a href="wap.php?id={$w/data.id}">{$w/data.town_date}</a>    <a href="wap.php?id={$w/data.id}">
21      {$w/data.title}
22      </a>&nbsp;
23      {$w/data.town_date}
24   {/if}   {/if}
25   <br/>   <br/>
26  {/section}  {/section}
# Line 32  Line 37 
37   </do>   </do>
38  {/if}  {/if}
39    
 <br/>-beta version-  
40  </p>  </p>
41  </card>  </card>
42  </wml>  </wml>

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

  ViewVC Help
Powered by ViewVC 1.1.26