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

Contents of /templates/comp_profile.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Oct 12 07:39:37 2001 UTC (22 years, 5 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Company profile

1 <table width="100%" border="0" cellspacing="0" cellpadding="0">
2 <tr>
3 <td width="71%" valign="top">
4 <b>Company Profile</b>
5
6 <p>To view these files, you need Adobe® Acrobat® Reader™.<br>
7 If you do not have Adobe® Acrobat® Reader™, click <a href="http://www.adobe.com/products/acrobat/readstep.html">here</a>.<br>
8 It is available free-of-charge from Adobe®.</p>
9
10 <hr width="90%" noshade size="1">
11 {section name=r loop=$results}
12 <a href="pdf/{$r/results.pdf}">{$r/results.title}</a>
13 ({$r/results.pdf|filesize:"pdf":"auto"})
14 {$r/results.town_date}<br>
15 {if ($r/results.body && $type=="o") }
16 {$r/results.body}<br>
17 {/if}
18 {if (%r.rownum% != %r.loop%)}
19 <hr width="90%" noshade size="1">
20 {/if}
21 {/section}
22 </td>
23 <td><img src="p/comp_profile.jpg" width="173" height="147" border="1">
24 </td>
25 </tr>
26 </table>

  ViewVC Help
Powered by ViewVC 1.1.26