89a77a8e28fb0d8daefaf5134ad3b557b0022067
[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"> <!--- start-special ---> <list start as s> 
52                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
53                     <tr> 
54                       <td> 
55                         <h3>${s.title}</h3>
56                         <h4><i>${s.creator}, ${s.webdb_create_formatted}</i></h4>
57                         <p> <if images[s.to_media] && images[s.to_media]["is_published"]=="1"> 
58                           <img src="${images[s.to_media]["icon_path"]}" width="${images[s.to_media]["icon_width"]}" height="${images[s.to_media]["icon_height"]}" alt="" align="left" vspace="8" hspace="8"> 
59                           </if> ${s.description} </p>
60                         <p align="right">[<a href="${producerDocRoot}${s.publish_path}${s.id}.shtml">read</a>]</p>
61                       </td>
62                     </tr>
63                   </table>
64                   </list> <!--- start-special ---> <br>
65                   <!--- features ---> <list items as i> 
66                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
67                     <tr> 
68                       <td> 
69                         <h3>${i.title}</h3>
70                         <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
71                         <p> <if images[i.to_media] && images[i.to_media]["is_published"]=="1"> 
72                           <img src="${images[i.to_media]["icon_path"]}" width="${images[i.to_media]["icon_width"]}" height="${images[i.to_media]["icon_height"]}" alt="" align="left" vspace="8" hspace="8"> 
73                           </if> ${i.description} </p>
74                         <p align="right">[<a href="${producerDocRoot}${i.publish_path}${i.id}.shtml">read</a>]</p>
75                       </td>
76                     </tr>
77                   </table>
78                   <br>
79                   </list> <!--- features ---> </td>
80               </tr>
81             </table>
82           </td>
83                   <td width=1 bgcolor="#000000"><img src="images/1pixel.gif" width="1" height="1"></td>
84           <td width="150" bgcolor="#666666" valign="top" align="left"> 
85             <table width="150" border="0" cellspacing="2" cellpadding="0">
86               <tr> 
87                 <td> <!-- newswire --> 
88                   <p> <list newswire as n> <img alt="[Text]" border="0" height="10" src="/images/text_small.gif" width="12"> 
89                     <a href="${producerDocRoot}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
90                     <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
91                     <br>
92                     </list> <!-- newswire --> </p>
93                 </td>
94               </tr>
95             </table>
96           </td>
97         </tr>
98       </table>
99     </td>
100   </tr>
101 </table>
102 <p>&nbsp;</p>
103 </body>
104 </html>