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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Feb 28 09:48:31 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
kozmetičke promjene

1 dpavlin 1.1 <table width="100%" border="0" cellspacing="0" cellpadding="0">
2     {section name=item loop=$data}
3     {if $item/data.pic }
4     <tr>
5     <td colspan="2">
6     <div align="center"><img src="comm/{$item/data.pic}" border="1"></div>
7     </td>
8     </tr>
9     {/if}
10     <tr valign="top">
11     <td colspan="2">
12     <p align=center><b>{$item/data.title}</b></p>
13     <p align=justify>{$item/data.body}</p>
14     </td>
15     </tr>
16     {/section}
17     </table>

  ViewVC Help
Powered by ViewVC 1.1.26