RE: [SlimDevices: Beta] Handheld skin in 6.5

2006-02-14 Thread kdf

Quoting "Craig, James (IT)" <[EMAIL PROTECTED]>:


Thanks KDF,
The missing "contentcontainer" explains why I had to add a  to
get some lists to appear properly in some skins I guess?


That's correct.  Eventually, most skins should move to using divs  
instead and reserve tables for actual tabular presentation.   
Contentcontainer solves this for now, and also allows skins to create  
a standard page template around any custom content.


-k
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


RE: [SlimDevices: Beta] Handheld skin in 6.5

2006-02-14 Thread Craig, James (IT)
Thanks KDF,
The missing "contentcontainer" explains why I had to add a  to
get some lists to appear properly in some skins I guess?
Will change the ampersands as well...

James


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


RE: [SlimDevices: Beta] Handheld skin in 6.5

2006-02-13 Thread kdf

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 -%]

[%- IF anchor %]

[%- END %]

[%- content | indent(4) %]
[%- IF controls -%]
[%- PROCESS $controls -%]
[%- END %]

[%- 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
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


RE: [SlimDevices: Beta] Handheld skin in 6.5

2006-02-13 Thread Craig, James (IT)
Thanks KDF - let me know if I am doing anything wrong!

James


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] Handheld skin in 6.5

2006-02-13 Thread kdf


On 13-Feb-06, at 6:47 AM, Craig, James (IT) wrote:


Hi all,
Just wondering if the handheld skin in SS 6.5 is expected to work
correctly with the new style templates?

it may not, but it will.  I'm going through the skins and dealing with 
templates as I can, and chasing the bug reports, etc
I have limited time, so not every change goes through all skins.  I 
have the plugin installed and I'll take a look tonight.

-k

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta