/[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.2 by dpavlin, Thu Mar 1 07:12:36 2001 UTC revision 1.10 by dpavlin, Thu Jun 14 07:46:57 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"/> Pliva d.d.<br/>   <p align="center">
5  </p>   <img src="wap/pliva.wbmp" alt="(P)"/> Pliva d.d.<br/>
6     {if !isset($prev)}
7     <a href="wap.php?part=stocks">Share Price</a>
8     {/if}
9     </p>
10    {/if}
11  <p>  <p>
12  {section name=w loop=$data}  {section name=w loop=$data}
13   {if $w/data.type}   {if $w/data.type}
14    <img src="wap/{$w/data.type}.wbmp"/>    <img src="wap/{$w/data.type}.wbmp" alt="{$w/data.type}"/>
15   {/if}   {/if}
  {$w/data.title}  
16   {if $num_selected == 1}   {if $num_selected == 1}
17    <small>{$w/data.town_date}</small>    {$w/data.title}
18      {$w/data.town_date}
19    <br/>    <br/>
20    {$w/data.body}    {$w/data.body}
21    <do type="prev" label="Back"><prev/></do>    <do type="prev" label="Back"><prev/></do>
22   {else}   {else}
23    <small>    <a href="wap.php?id={$w/data.id}">
24    <anchor>{$w/data.town_date}<go href="wap.php?id={$w/data.id}"/></anchor>    {$w/data.title}
25    </small>    </a>
26      {$w/data.town_date}
27   {/if}   {/if}
28   <br/>   <br/>
29  {/section}  {/section}
# Line 34  Line 40 
40   </do>   </do>
41  {/if}  {/if}
42    
 <br/><small>-beta version-</small>  
43  </p>  </p>
44    
45    {if $num_selected != 1}
46     <p align="center">
47     W@p in Croatia:
48     <a href="http://www.hej.hr/">hej.hr</a>
49     <a href="http://wap.vip.hr/">vip.hr</a>
50     </p>
51    {/if}
52    
53  </card>  </card>
54  </wml>  </wml>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26