scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / 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> 
65                   <!--- start-special ---> <br>
66                   <!--- features ---> <list items as i> 
67                   <table width="100%" border="0" cellspacing="0" cellpadding="0">
68                     <tr> 
69                       <td> 
70                         <h3>${i.title}</h3>
71                         <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
72                         <p> <if images[i.to_media] && images[i.to_media]["is_published"]=="1"> 
73                           <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"> 
74                           </if> ${i.description} </p>
75                         <p align="right">[<a href="${producerDocRoot}${i.publish_path}${i.id}.shtml">read</a>]</p>
76                       </td>
77                     </tr>
78                   </table>
79                   <br>
80                   </list> 
81                   <!--- features ---> 
82                   </td>
83               </tr>
84             </table>
85           </td>
86                   <td width=1 bgcolor="#000000"><img src="images/1pixel.gif" width="1" height="1"></td>
87           <td width="150" bgcolor="#666666" valign="top" align="left"> 
88             <table width="150" border="0" cellspacing="2" cellpadding="0">
89               <tr> 
90                 <td> <!-- newswire --> 
91                   <p> 
92                     <list newswire as n>
93                     <img alt="[Text]" border="0" height="10" src="/images/text_small.gif" width="12"> 
94                     <a href="${producerDocRoot}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
95                     <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
96                     <br>
97                     </list> 
98                     <!-- newswire -->
99                    </p>
100                 </td>
101               </tr>
102             </table>
103           </td>
104         </tr>
105       </table>
106     </td>
107   </tr>
108 </table>
109 <p>&nbsp;</p>
110 </body>
111 </html>