Back
Templates
Templates
Forms II
Forward


Step 5: Using Templates

This is how template files look like:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<table class="item" width="100%" cellspacing="1"> <tr class="item"> <th width="1%"><tag:edit_icon /></th> <th align="left"><gettext>Title</gettext></th> <th align="left"><gettext>Artist</gettext></th> <th align="left"><gettext>Album</gettext></th> </tr> <loop:mp3s> <tr class="linedRow"> <td><tag:mp3s.edit /></td> <td><tag:mp3s.link /><tag:mp3s.song_title /></a></td> <td><tag:mp3s.song_artist /></td> <td><tag:mp3s.song_album /></td> </tr> </loop:mp3s> </table>