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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Feb 21 15:52:44 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +2 -2 lines
news+community+events u jednoj tablici, back-end za editiranje

1 dpavlin 1.1 <table width="100%" cellspacing="0" border="0" cellpadding="0">
2     <tr valign="top">
3     <td height="348">
4     <table width="100%" border="0">
5    
6     {section name=item loop=$data}
7     <tr>
8     <td height="101">
9     <table width="100%" border="0" cellspacing="0" cellpadding="0">
10     <tr>
11     <td height="2"><font face=Arial size=2><b><a href="new.php?id={$item/data.id}"><font color="#000080">
12     {$item/data.title}
13     </font></a></b></font><font face=Arial size=2><font color="#000080"><br>
14 dpavlin 1.2 <i>{$item/data.town_date}</i></font></font><font face="Arial" color="#000080" size="2"></font></td>
15 dpavlin 1.1 </tr>
16     </table>
17     <p><font face="Arial" color="#000080" size="2">
18     {$item/data.body}
19     </font></p>
20     </td>
21     </tr>
22    
23     {if $item/data.more ne "" }
24     <tr>
25     <td height="2">
26     <div align="right"><a href="new.php?more={$item/data.more}">{img src="b/Read_More.gif" border="0" alt="Read More"}</a></div>
27     </td>
28     </tr>
29     {/if}
30    
31     {if $item/data.pdf ne "" }
32     <tr>
33     <td height="2">
34 dpavlin 1.2 <div align="right"><a href="pdf/{$item/data.pdf}">{img src="b/PDF.gif" border="0" alt="Read PDF"}</a></div>
35 dpavlin 1.1 </td>
36     </tr>
37     {/if}
38    
39     <tr>
40     <td>
41     <hr size="1" width="100%">
42     </td>
43     </tr>
44     {/section}
45    
46     </table>
47     <p align=left><font face="Verdana, Arial, Helvetica, sans-serif" color="#000080"><small><small></small></small></font></p>
48     </td>
49     </tr>
50     </table>

  ViewVC Help
Powered by ViewVC 1.1.26