small fixx
[mir.git] / templates-dist / producer / startpage.template
1 <html>
2 <head>
3 <title>mir.indymedia.de: the mir-coders-website</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <link rel="stylesheet" href="/style/mir.css" type="text/css">
6 </head>
7
8 <body bgcolor="#CCCCCC">
9 <table width="760" border="0" cellpadding="0" cellspacing="1" align="center" bgcolor="#000000">
10   <tr bgcolor="#FFFFFF"> 
11     <td valign="top" align="left" width="150" bgcolor="#666666"> 
12       <table width="150" border="0" cellspacing="0" cellpadding="0">
13         <tr> 
14           <td width="140">
15             <img src="images/mirlogo.jpg" width="150" height="205">
16           </td>
17         </tr>
18         <tr valign="top"> 
19           <td width="140" bgcolor="#666666"> 
20             <table width="100%" border="0" cellspacing="2" cellpadding="0">
21               <tr> 
22                 <td> 
23                 <!--# include virtual="navigation.inc" -->
24                 </td>
25               </tr>
26             </table>
27           </td>
28         </tr>
29       </table>
30     </td>
31     <td align="left" valign="top" colspan="2" height="100%">
32       <table width="100%" border="0" cellspacing="0" cellpadding="0">
33         <tr> 
34           <td colspan="3">
35             <table width="100%" border="0" cellspacing="0" cellpadding="0">
36               <tr> 
37                 <td valign="top">
38                   <img src="images/mirfont.gif" width="600" height="68">
39                 </td>
40               </tr>
41             </table>
42                         </td>
43         </tr>
44         <tr bgcolor="#000000"> 
45           <td colspan="3" height="1"><img src="images/1pixel.gif" width="1" height="1"></td>
46         </tr>
47         <tr> 
48           <td align="left" valign="top"> 
49             <table width="457" border="0" cellpadding="0" cellspacing="2" height="100%">
50               <tr> 
51                 <td width="457" valign="top"> 
52                 <!--- start-special ---> 
53                 <list startspecial as s> 
54                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
55                     <tr> 
56                       <td> 
57                         <h3>${s.title}</h3>
58                         <h4><i>${s.creator}, ${s.webdb_create_formatted}</i></h4>
59                         <p> <if s.to_media && s.to_media[0]["is_published"]=="1"> 
60                           <img src="${s.to_media[0]["icon_path"]}" width="${s.to_media[0]["icon_width"]}" height="${s.to_media[0]["icon_height"]}" alt="${s.to_media[0]["title"]}" align="left" vspace="8" hspace="8"> 
61                           </if> 
62                         ${s.description} </p>
63                         <p align="right">[<a href="${config.docroot}${s.publish_path}${s.id}.shtml">read</a>]</p>
64                       </td>
65                     </tr>
66                   </table>
67                   </list> 
68                   <!--- start-special ---> 
69                   <br>
70                   <!--- features ---> 
71                   <list features as i> 
72                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
73                     <tr> 
74                       <td> 
75                         <h3>${i.title}</h3>
76                         <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
77                         <p> <if i.to_media && i.to_media[0]["is_published"]=="1"> 
78                           <img src="${i.to_media[0]["icon_path"]}" width="${i.to_media[0]["icon_width"]}" height="${i.to_media[0]["icon_height"]}" alt="${i.to_media[0]["title"]}" align="left" vspace="8" hspace="8"> 
79                           </if> ${i.description} </p>
80                         <p align="right">[<a href="${config.docroot}${i.publish_path}${i.id}.shtml">read</a>]</p>
81                       </td>
82                     </tr>
83                   </table>
84                   <br>
85                   </list> 
86                   <!--- features ---> 
87                   </td>
88               </tr>
89             </table>
90           </td>
91           <td width=1 bgcolor="#000000">
92              <img src="images/1pixel.gif" width="1" height="1">
93           </td>
94           <td width="150" bgcolor="#666666" valign="top" align="left"> 
95             <table width="150" border="0" cellspacing="2" cellpadding="0">
96               <tr> 
97                 <td> 
98                   <!-- newswire --> 
99                   <p> 
100                     <list newswire as n>
101                     <img alt=${n.icon_alt} border="0" height="10"
102 src="${n.tiny_icon}" width="12"> 
103                     <a href="${config.docroot}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
104                     <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
105                     <br>
106                     </list> 
107                     <!-- newswire -->
108                    </p>
109                 </td>
110               </tr>
111             </table>
112           </td>
113         </tr>
114       </table>
115     </td>
116   </tr>
117 </table>
118 </body>
119 </html>