From 4d83d0fe84b865d4f944a8faab268917fff312d2 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Fri, 9 Nov 2007 19:01:49 +0000 Subject: tlist: show free recording capacity --- skins/deltab/tlist.tmpl | 54 ++++++++++++++++++++++++++++++++++++--------- skins/stone/rlist.tmpl | 4 ++-- skins/stone/tlist.tmpl | 41 ++++++++++++++++++++++++++++------ skins/stone_flat/rlist.tmpl | 4 ++-- skins/stone_flat/tlist.tmpl | 41 ++++++++++++++++++++++++++++------ 5 files changed, 116 insertions(+), 28 deletions(-) diff --git a/skins/deltab/tlist.tmpl b/skins/deltab/tlist.tmpl index 4b1aebe..a59aaaf 100644 --- a/skins/deltab/tlist.tmpl +++ b/skins/deltab/tlist.tmpl @@ -6,12 +6,46 @@ + + +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + 0 %?>: + +

+ + + +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + : + 0 %?>:
+ + + : + 0 %?>: + +

+ + @@ -25,7 +59,7 @@ - + " /> @@ -107,7 +141,6 @@ - ";END %?> - 0 %?> - - :
+ 0 %?> + + +
@@ -147,11 +181,11 @@ - 0 %?> + 0 %?> - - : -
+ + +
diff --git a/skins/stone/rlist.tmpl b/skins/stone/rlist.tmpl index 33001f2..615c15e 100644 --- a/skins/stone/rlist.tmpl +++ b/skins/stone/rlist.tmpl @@ -40,14 +40,14 @@ hour = total div 3600; %?> : - 0 %?>:: + 0 %?>::
-
: + : 0 %?>::

diff --git a/skins/stone/tlist.tmpl b/skins/stone/tlist.tmpl index 8e5afb4..780f516 100644 --- a/skins/stone/tlist.tmpl +++ b/skins/stone/tlist.tmpl @@ -7,16 +7,44 @@ 1 %?> + - 0 %?> -

:

- +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + 0 %?>: + +

+ + + +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + : + 0 %?>:
+ + + : + 0 %?>: + +

@@ -48,7 +76,7 @@ - + " /> @@ -132,7 +160,6 @@

-

- ";END %?>
- +
diff --git a/skins/stone_flat/rlist.tmpl b/skins/stone_flat/rlist.tmpl index 1653f6f..9d6fb31 100644 --- a/skins/stone_flat/rlist.tmpl +++ b/skins/stone_flat/rlist.tmpl @@ -42,14 +42,14 @@ hour = total div 3600; %?> : - 0 %?>:: + 0 %?>::
-
: + : 0 %?>::

diff --git a/skins/stone_flat/tlist.tmpl b/skins/stone_flat/tlist.tmpl index 5ac5112..359993f 100644 --- a/skins/stone_flat/tlist.tmpl +++ b/skins/stone_flat/tlist.tmpl @@ -7,17 +7,44 @@ 1 %?> - + - 0 %?> -

:

- +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + 0 %?>: + +

+ + + +

+ 0; + sec = total mod 60; + min = total div 60 mod 60; + hour = total div 3600; +%?> + : + 0 %?>:
+ + + : + 0 %?>: + +

@@ -49,7 +76,7 @@ - + " /> @@ -161,7 +188,7 @@ - + -- cgit v1.2.3