882e0c9711468550163152b6c45802b99b263947
[mir.git] / etc / producer / topicpage.template
1 <html>
2   <head>
3     <title>${lang("producer.topiclist.htmltitle")}${topic.title}</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                  <a href="${config["Producer.ProductionHost"]}${config["Producer.DocRoot"]}/">
16                  <img src="images/mirlogo.jpg" width="150" height="205" border="0">
17                  </a>
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> 
37                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
38                   <tr> 
39                     <td><img src="images/mirfont.gif" width="600" height="68"></td>
40                   </tr>
41                 </table>
42               </td>
43             </tr>
44             <tr bgcolor="#000000"> 
45               <td height="1"><img src="images/1pixel.gif" width="1" height="1"></td>
46             </tr>
47             <tr> 
48               <td align="left" valign="top">
49                 <h2> ${topic.title}</h2> 
50                 <table width="100%" border="0" cellpadding="0" cellspacing="2" height="100%">
51                   <tr> 
52                     <td width="100%" valign="top"> 
53                     <!--- start-special ---> 
54                       <if data.special> 
55                       <table width="100%" border="0" cellspacing="0" cellpadding="0">
56                         <tr> 
57                           <td> 
58                             <h3>${data.special.title}</h3>
59                             <h4><i>${data.special.creator}, ${data.special.webdb_create_formatted}</i></h4>
60                             <p> 
61                             <if data.special.to_media_audio > 
62                               <img src="/img/${data.special.to_media_audio[0]["big_icon"]}">
63                             </if> 
64                             <if data.special.to_media_video > 
65                               <img src="/img/${data.special.to_media_video[0]["big_icon"]}">
66                             </if> 
67                             <if data.special.to_media_other > 
68                               <img src="/img/${data.special.to_media_other[0]["big_icon"]}">
69                             </if> 
70                             <p>
71                             <if data.special.to_media_images >
72                               <img src="${data.special.to_media_images[0]["icon_path"]}"
73                                 width="${data.special.to_media_images[0]["icon_width"]}"
74                                 height="${data.special.to_media_images[0]["icon_height"]}"
75                                 border=0 alt="${data.special.to_media_images[0]["title"]}">
76                             </if> 
77                               ${data.special.description_parsed} </p>
78                             <p align="right">[<a href="${config["Producer.DocRoot"]}${data.special.publish_path}${data.special.id}.shtml">read</a>]</p>
79                           </td>
80                         </tr>
81                       </table>
82                       </if> 
83                       <!--- /start-special --->
84                       
85                       <!--- features ---> 
86                       <list data.contentlist as i> 
87                       <table width="100%" border="0" cellspacing="0" cellpadding="0">
88                         <tr> 
89                           <td> 
90                             <h3>${i.title}</h3>
91                             <h4><i>${i.creator}, ${i.webdb_create_formatted}</i></h4>
92                             <p>                  
93                             <if i.to_media_audio > 
94                               <img src="/img/${i.to_media_audio[0]["big_icon"]}">
95                             </if> 
96                             <if i.to_media_video > 
97                               <img src="/img/${i.to_media_video[0]["big_icon"]}">
98                             </if> 
99                             <if i.to_media_other > 
100                               <img src="/img/${i.to_media_other[0]["big_icon"]}">
101                             </if> 
102                             <p>
103                             <if i.to_media_images >
104                               <img src="${i.to_media_images[0]["icon_path"]}"
105                                 width="${i.to_media_images[0]["icon_width"]}"
106                                 height="${i.to_media_images[0]["icon_height"]}"
107                                 border=0 alt="${i.to_media_images[0]["title"]}">
108                             </if> 
109                                           ${i.description_parsed}</p>
110                             <p align="right">[<a href="${config["Producer.DocRoot"]}${i.publish_path}${i.id}.shtml">read</a>]</p>
111                           </td>
112                         </tr>
113                       </table>
114                       <br>
115                       </list> 
116                       <!--- features ---> 
117                       </td>
118                   </tr>
119                 </table>
120               </td>
121             </tr>
122           </table>
123         </td>
124       </tr>
125     </table>
126     <p>&nbsp;</p>
127   </body>
128 </html>