From f9803a3bbfb3e730213825d6dc332b7c31321330 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 1 Aug 2011 02:34:41 -0700 Subject: use new exp/template, make stuff work --- templates/p.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/p.html b/templates/p.html index 14b367c..af095d1 100644 --- a/templates/p.html +++ b/templates/p.html @@ -1,8 +1,47 @@ -Playlist: {Id} -
+ + + + + Audio Axis + + -{.repeated section Songs} - http://www.youtube.com/watch?v={Yid} -{.alternates with} -
-{.end} + +
+ Audio Axis +
+
+ {{range .Songs}} +
+
+ {{.Name}} + {{.User}} +
+
+ {{.Name}} +
+ +
+ Play + Pause + Stop +
+
+ {{else}} + No songs found + {{end}} +
+ {{$first := index .Songs 0}} + + + + + + + + + + -- cgit v1.2.3