missing </fo:table> tag
[mir.git] / templates-dist / producer / startpage.template
1
2
3 <html>
4   <head>
5     <title>${lang("producer.startpage.htmltitle")}</title>
6     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7     <link rel="stylesheet" href="/style/mir.css" type="text/css">
8   </head>
9
10   <body bgcolor="#CCCCCC">
11     <table width="760" border="0" cellpadding="0" cellspacing="1" align="center" bgcolor="#000000">
12       <tr bgcolor="#FFFFFF"> 
13         <td valign="top" align="left" width="150" bgcolor="#666666"> 
14           <table width="150" border="0" cellspacing="0" cellpadding="0">
15             <tr> 
16               <td width="140">
17                 <img src="images/mirlogo.jpg" width="150" height="205">
18               </td>
19             </tr>
20             <tr valign="top"> 
21               <td width="140" bgcolor="#666666"> 
22                 <table width="100%" border="0" cellspacing="2" cellpadding="0">
23                   <tr> 
24                     <td> 
25                       <!--#include virtual="navigation.inc" -->
26                     </td>
27                   </tr>
28                 </table>
29               </td>
30             </tr>
31           </table>
32         </td>
33         <td align="left" valign="top" colspan="2" height="100%">
34           <table width="100%" border="0" cellspacing="0" cellpadding="0">
35             <tr> 
36               <td colspan="3">
37                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
38                   <tr> 
39                     <td valign="top">
40                       <img src="images/mirfont.gif" width="600" height="68">
41                     </td>
42                   </tr>
43                 </table>
44                             </td>
45             </tr>
46             <tr bgcolor="#000000"> 
47               <td colspan="3" height="1"><img src="images/1pixel.gif" width="1" height="1"></td>
48             </tr>
49             <tr> 
50               <td align="left" valign="top"> 
51                 <table width="457" border="0" cellpadding="0" cellspacing="2" height="100%">
52                   <tr> 
53                     <td width="457" valign="top"> 
54                       <!--- start-special ---> 
55                       <list data.startspecial as s> 
56                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
57                           <tr> 
58                             <td> 
59                               <h3>${s.title}</h3>
60                               <h4><i>${s.creator}, ${s.webdb_create_formatted}</i></h4>
61                               <p>                        
62                               <if s.to_media_audio > 
63                                 <img src="/img/${s.to_media_audio[0]["big_icon"]}">
64                               </if> 
65                               <if s.to_media_video > 
66                                 <img src="/img/${s.to_media_video[0]["big_icon"]}">
67                               </if> 
68                               <if s.to_media_other > 
69                                 <img src="/img/${s.to_media_other[0]["big_icon"]}">
70                               </if> 
71                               <p>
72                               <if s.to_media_images >
73                                 <img src="${s.to_media_images[0]["icon_path"]}"
74                                   width="${s.to_media_images[0]["icon_width"]}"
75                                   height="${s.to_media_images[0]["icon_height"]}"
76                                   border=0 alt="${s.to_media_images[0]["title"]}">
77                               </if> 
78                               ${s.description_parsed} </p>
79                               <p align="right">[<a href="${config["Producer.DocRoot"]}${s.publish_path}${s.id}.shtml">read</a>]</p>
80                             </td>
81                           </tr>
82                         </table>
83                       </list> 
84                       <!--- start-special ---> 
85                       <br>
86                       <!--- features ---> 
87                       <list data.features as i> 
88                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
89                           <tr> 
90                             <td> 
91                               <h3>${i.title}</h3>
92                               <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
93                               <p>                        
94                               <if i.to_media_audio > 
95                                 <img src="/img/${i.to_media_audio[0]["big_icon"]}">
96                               </if> 
97                               <if i.to_media_video > 
98                                 <img src="/img/${i.to_media_video[0]["big_icon"]}">
99                               </if> 
100                               <if i.to_media_other > 
101                                 <img src="/img/${i.to_media_other[0]["big_icon"]}">
102                               </if> 
103                               <p>
104                               <if i.to_media_images >
105                                 <img src="${i.to_media_images[0]["icon_path"]}"
106                                   width="${i.to_media_images[0]["icon_width"]}"
107                                   height="${i.to_media_images[0]["icon_height"]}"
108                                   border=0 alt="${i.to_media_images[0]["title"]}">
109                               </if> 
110                                 ${i.description_parsed} </p>
111                               <p align="right">[<a href="${config["Producer.DocRoot"]}${i.publish_path}${i.id}.shtml">read</a>]</p>
112                             </td>
113                           </tr>
114                         </table>
115                         <br>
116                       </list> 
117                               <!--- features ---> 
118                     </td>
119                   </tr>
120                 </table>
121               </td>
122               <td width=1 bgcolor="#000000">
123                   <img src="images/1pixel.gif" width="1" height="1">
124                 </td>
125               <td width="150" bgcolor="#666666" valign="top" align="left"> 
126                 <table width="150" border="0" cellspacing="2" cellpadding="0">
127                   <tr> 
128                     <td> 
129                                   <!-- newswire --> 
130                                   <p> 
131                                     <list data.newswire as n>
132                             <img alt=${n.to_media_icon["icon_alt"]} border="0" height="10"
133                                  src="${n.to_media_icon["tiny_icon"]}" width="12"> 
134                             <a href="${config["Producer.DocRoot"]}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
135                            <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
136                           <br>
137                                     </list> 
138                                     <!-- newswire -->
139                       </p>
140                     </td>
141                   </tr>
142                 </table>
143               </td>
144             </tr>
145           </table>
146         </td>
147       </tr>
148     </table>
149   </body>
150 </html>