Quoting "Craig, James (IT)" <[EMAIL PROTECTED]>:
Thanks KDF - let me know if I am doing anything wrong!
The only thing I see missing from your side is the [% WRAPPER
contentcontainer %]...[% END %]
since some skins are still using a table to wrap a list, then this is
required in order to allow skins to set that up. I expect this would
be needed around your stations section at the very least, perhaps the
whole page (I've only very recently been able to make the connection
work, so I am not familiar with the layout of the full content).
The other change comes in Handheld/cmdwrappers. you need to change
the contentitem to:
[% BLOCK contentitem -%]
<tr ><td bgcolor="[% PROCESS oddOrEvenC %]">
[%- IF anchor %]
<a name="[% anchor %]"></a>
[%- END %]
[%- content | indent(4) %]
[%- IF controls -%]
[%- PROCESS $controls -%]
[%- END %]
</tr>
[%- END %]
That should work well enough that you can do some tweaking to the
lastFM index.html. Also, please try to use & instead of & in any
urls that you create, as this is the HTML 4.01 compliant form. Part
of what I've been doing is to check the validation of each page and
attempt to get as close as possible to validated page renders.
-kdf
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta