first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[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>                      
60                         <if s.to_media_audio && s.to_media_audio[0]["is_published"]=="1"> 
61                           ${s.to_media_audio[0]["list"]}
62                         </if> 
63                         <if s.to_media_video && s.to_media_video[0]["is_published"]=="1"> 
64                           ${s.to_media_video[0]["list"]}
65                         </if> 
66                         <if s.to_media_other && s.to_media_other[0]["is_published"]=="1"> 
67                           ${s.to_media_other[0]["list"]}
68                         </if> 
69                         <p>
70                         <if s.to_media_images && s.to_media_images[0]["is_published"]=="1"> 
71                           ${s.to_media_images[0]["list"]}
72                         </if> 
73                         ${s.description} </p>
74                         <p align="right">[<a href="${config.docroot}${s.publish_path}${s.id}.shtml">read</a>]</p>
75                       </td>
76                     </tr>
77                   </table>
78                   </list> 
79                   <!--- start-special ---> 
80                   <br>
81                   <!--- features ---> 
82                   <list features as i> 
83                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
84                     <tr> 
85                       <td> 
86                         <h3>${i.title}</h3>
87                         <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
88                         <p>                      
89                         <if i.to_media_audio && i.to_media_audio[0]["is_published"]=="1"> 
90                           ${i.to_media_audio[0]["list"]}
91                         </if> 
92                         <if i.to_media_video && i.to_media_video[0]["is_published"]=="1"> 
93                           ${i.to_media_video[0]["list"]}
94                         </if> 
95                         <if i.to_media_other && i.to_media_other[0]["is_published"]=="1"> 
96                           ${i.to_media_other[0]["list"]}
97                         </if> 
98                         <p>
99                         <if i.to_media_images && i.to_media_images[0]["is_published"]=="1"> 
100                           ${i.to_media_images[0]["list"]}
101                         </if> 
102                           ${i.description} </p>
103                         <p align="right">[<a href="${config.docroot}${i.publish_path}${i.id}.shtml">read</a>]</p>
104                       </td>
105                     </tr>
106                   </table>
107                   <br>
108                   </list> 
109                   <!--- features ---> 
110                   </td>
111               </tr>
112             </table>
113           </td>
114           <td width=1 bgcolor="#000000">
115              <img src="images/1pixel.gif" width="1" height="1">
116           </td>
117           <td width="150" bgcolor="#666666" valign="top" align="left"> 
118             <table width="150" border="0" cellspacing="2" cellpadding="0">
119               <tr> 
120                 <td> 
121                   <!-- newswire --> 
122                   <p> 
123                     <list newswire as n>
124                     <img alt=${n.to_media_icon["icon_alt"]} border="0" height="10"
125 src="${n.to_media_icon["tiny_icon"]}" width="12"> 
126                     <a href="${config.docroot}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
127                     <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
128                     <br>
129                     </list> 
130                     <!-- newswire -->
131                    </p>
132                 </td>
133               </tr>
134             </table>
135           </td>
136         </tr>
137       </table>
138     </td>
139   </tr>
140 </table>
141 </body>
142 </html>