/[corp_html]/templates/results.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

Annotation of /templates/results.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations)
Wed Jun 13 20:32:14 2001 UTC (22 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
filesize now returns EXT, filesize (kb/mb...)

1 dpavlin 1.2 <table width="100%" border="0" cellspacing="0" cellpadding="0">
2     <tr>
3 dpavlin 1.4 <td width="71%" valign="top">
4 dpavlin 1.5 {if $type=="r"}
5 dpavlin 1.4 <img src="t/most_recent.gif" width="225" height="16"></b>
6 dpavlin 1.5 {elseif $type=="a"}
7     <img src="t/annual_reports.gif" width="225" height="16">
8     {/if}
9 dpavlin 1.4 <p>To view these files, you need Adobe® Acrobat® Reader™.<br>
10     If you do not have Adobe® Acrobat® Reader™, click <a href="http://www.adobe.com/products/acrobat/readstep.html">here</a>.<br>
11     It is available free-of-charge from Adobe®.</p>
12    
13     You can view this document in <i>PDF format</i>:<br>
14 dpavlin 1.7 <hr width="90%" noshade size="1">
15 dpavlin 1.3 {section name=r loop=$results}
16 dpavlin 1.7 <a href="pdf/{$r/results.pdf}">{$r/results.title}</a>
17 dpavlin 1.10 ({$r/results.pdf|filesize:"pdf":"auto"})
18 dpavlin 1.7 {$r/results.town_date}<br>
19 dpavlin 1.9 {if ($r/results.body && $type=="a") }
20     {$r/results.body}<br>
21     {/if}
22 dpavlin 1.7 {if (%r.rownum% != %r.loop%)}
23     <hr width="90%" noshade size="1">
24     {/if}
25 dpavlin 1.3 {/section}
26 dpavlin 1.2 </td>
27 dpavlin 1.4 <td><img src="p/sli_tablete.jpg" width="173" height="167" border="1">
28 dpavlin 1.2 </td>
29     </tr>
30     </table>

  ViewVC Help
Powered by ViewVC 1.1.26