Since skins are blissfully front-end specific, so I see no harm in
checking in skin support for Biography and Album Review plugins
directly to SD subversion. I'd feel very differently if I was hacking
Slimserver code itself, but the skin code for these plugins will be
summarily ignored if the user is not using the plugin.
The unclosed table is only not an issue on my skin because I close the
tags in my skin code after the biography output.
By trial-and-error I figure out that it is the [% artistlinks %] chunk
that is sending the unclosed table. I'll leave this up to you if you
want to fix it, but let me know if you do so I can remove my hack.
full version of my Nokia770 support for Biography. Note the close table
tags after the plugin output.
Code:
--------------------
[% PROCESS pageheader.html %]
<!-- start plugins output -->
<div id = 'innerSanctum'>
<h3>[% artist %] (<a href="[% webroot %][% path %]?player=[% playerURI %]">[%
"PLUGIN_BIOGRAPHY_RELOAD" | string %]</a>)</h3>
[% IF artistbio %]<p>[% artistbio %]</p>[% END %]
[% IF artistimages %]<p>[% artistimages %]</p>[% END %]
[% IF artistlinks %]<p>[% artistlinks %]</p>[% END %]
<p>Information provided by <a href="http://www.allmusic.com/"
target="_blank"><img src="http://www.allmusic.com/i/pages/site/header/logo.gif"
alt="AMG all music" width="92" height="50" align="middle" border="0"></a></p>
</td></tr></table>
<!-- end plugins output -->
[% PROCESS detailed_footer.html footer = 'footer' %]
<!-- end pagecontainer div -->
</div>
[% PROCESS pagefooter.html %]
--------------------
--
bklaas
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=23746
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins