From 4d2469c7e4af30574a75287c0c43f50b184c1d98 Mon Sep 17 00:00:00 2001 From: KRKeegan <-NOSPAM-kevin@krkeegan.com> Date: Fri, 14 Mar 2008 11:41:17 -0700 Subject: [PATCH] Add html comments to template --- plugins/admin/templates/npl.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/admin/templates/npl.tmpl b/plugins/admin/templates/npl.tmpl index 9c88dd2..1457bb7 100644 --- a/plugins/admin/templates/npl.tmpl +++ b/plugins/admin/templates/npl.tmpl @@ -27,11 +27,15 @@
#if $tivoIP != '' + #if $folder != '' + #end if #set $i = 0 + + #for $row in $data #set $i += 1 #if $i%2 @@ -40,13 +44,16 @@ #end if #if $row['ContentType'] == 'x-tivo-container/folder' + #else + #if 'Icon' in $row + #if $row['Icon'] == 'urn:tivo:image:expires-soon-recording' #else if $row['Icon'] == 'urn:tivo:image:expired-recording' @@ -57,6 +64,7 @@ #end if #else + #end if #else + #end if #end if -- 2.11.4.GIT
Back to Now Playing List
$row['Title'] $(row["TotalItems"]) Items $row["LastChangeDate"]
@@ -92,6 +100,7 @@ #end if