another attachment to handle the randomplay plugin using cmdwrappers, moving the controls to the left side of the page. I'll leave it to you to decide on the exact layout that you like. This is mainly for an example to show that the controls can be moved.

-kdf
Index: HTML/Nokia770/cmdwrappers
===================================================================
--- HTML/Nokia770/cmdwrappers   (revision 5667)
+++ HTML/Nokia770/cmdwrappers   (working copy)
@@ -105,20 +105,17 @@
 [%- END %]
 
 [% BLOCK contentitem -%]
-<tr><td class="listing" align="left">
-       [%- IF anchor %]
+<tr>[%- IF anchor %]
                <a name="[% anchor %]"></a>
        [%- END %]
-
-       <div class="[% lineclass || 'browsedbListItem' %]">
-
-       [%- content | indent(4) %]
+       [% IF controls %]<table><tr>
+               [%- PROCESS $controls %]
+       [% END %]
+       
+       <td class="listing" align="left">
+               [%- content | indent(4) %]
        </td>
-       [% IF controls %]
-       <div class="browsedbControls">
-       [%- PROCESS $controls %][% END %]
-       </div>
-       </div>
+       [% IF controls %]</tr></table>[% END %]
 </tr>
 [%- END %]
 
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to