Normal
AW: WebEPG+SubLinks+Javascript=HELP!Hellodon´t know if it´s still needed.Here´s an extraction of the german webepg-grabber:[CODE]<Listing type="Html"> <Site url="http://www.tvtoday.de/programm?format=list&offset=[PAGE_OFFSET]&date=[DD].[MM].[YYYY]&slotIndex=all&channel=[ID]&tips=&oder=time" post="" external="false" encoding="" delay="2000" /> <Search maxlistings="30" /> <Html> <Template name="default"> <SectionTemplate tags="TB"> <TemplateText> <tr valign="top"> <td> <span class="tv-sendung-uhrzeit"><#START><br/>-<br/><#END></span> </td> <td> <img/> <script language="Javascript"></script> </td> <td><#NOTUSED></td> <td> <#TITLE> <#NOTUSED2><br/> <span class="tv-sendung-info"> (<a><b>ARD</b></a>) <#DURATION> Min. Showview <#SHOWVIEW><br/><#GENRE> </span> </td> <td> <a><img/></a><br/> </td> </tr> </TemplateText> </SectionTemplate> </Template> <Template name="Details" start="rating" end="seperator"> <SectionTemplate tags="D"> <TemplateText></div><div><br/><#DESCRIPTION><br/><br/><br/><br/><br/>> <#END> | <#DURATION> Min. | <#SHOWVIEW>| </div> </TemplateText> </SectionTemplate> </Template> <DataPreference> <Preference template="default" title="1" subtitle="0" genre="1" description="0" /> <Preference template="Details" title="0" subtitle="0" genre="2" description="1" /> </DataPreference> <Sublinks> <Sublink search="detailPopup" template="Details"> <Link url="http://www.tvtoday.de/programm/detail/?format=detail&sid=[1]" post="" external="false" encoding="" /> </Sublink> </Sublinks> </Html> </Listing>[/CODE]I think it´s the same thing. We also have to call a sublink where we get the information in detail....
AW: WebEPG+SubLinks+Javascript=HELP!
Hello
don´t know if it´s still needed.
Here´s an extraction of the german webepg-grabber:
[CODE]<Listing type="Html">
<Site url="http://www.tvtoday.de/programm?format=list&offset=[PAGE_OFFSET]&date=[DD].[MM].[YYYY]&slotIndex=all&channel=[ID]&tips=&oder=time" post="" external="false" encoding="" delay="2000" />
<Search maxlistings="30" />
<Html>
<Template name="default">
<SectionTemplate tags="TB">
<TemplateText>
<tr valign="top">
<td>
<span class="tv-sendung-uhrzeit"><#START><br/>-<br/><#END></span>
</td>
<img/>
<script language="Javascript"></script>
<td><#NOTUSED></td>
<#TITLE>
<#NOTUSED2><br/>
<span class="tv-sendung-info">
(<a><b>ARD</b></a>) <#DURATION> Min. Showview <#SHOWVIEW><br/><#GENRE>
</span>
<a><img/></a><br/>
</tr>
</TemplateText>
</SectionTemplate>
</Template>
<Template name="Details" start="rating" end="seperator">
<SectionTemplate tags="D">
</div>
<div>
<br/><#DESCRIPTION><br/>
<br/>
<br/><br/>
> <#END> | <#DURATION> Min. | <#SHOWVIEW>| </div>
<DataPreference>
<Preference template="default" title="1" subtitle="0" genre="1" description="0" />
<Preference template="Details" title="0" subtitle="0" genre="2" description="1" />
</DataPreference>
<Sublinks>
<Sublink search="detailPopup" template="Details">
<Link url="http://www.tvtoday.de/programm/detail/?format=detail&sid=[1]" post="" external="false" encoding="" />
</Sublink>
</Sublinks>
</Html>
</Listing>[/CODE]
I think it´s the same thing. We also have to call a sublink where we get the information in detail....