From 5032b895ac320b8d6556f186e4ef9de839c51ae8 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 7 Jan 2007 20:30:04 +0000 Subject: box-background images --- css/styles.css | 1 - images/Makefile | 4 +++- images/bg_box_h.png | Bin 0 -> 126 bytes images/bg_box_l.png | Bin 0 -> 162 bytes images/bg_box_r.png | Bin 0 -> 159 bytes pages/recordings.ecpp | 4 ++-- 6 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 images/bg_box_h.png create mode 100644 images/bg_box_l.png create mode 100644 images/bg_box_r.png diff --git a/css/styles.css b/css/styles.css index ac2f9bd..0f5c2bf 100644 --- a/css/styles.css +++ b/css/styles.css @@ -270,7 +270,6 @@ table.schedule tr.active { border: 0px solid white; } - /* ############################## # Remote Control Keypad diff --git a/images/Makefile b/images/Makefile index e70fb41..f1d3a5d 100644 --- a/images/Makefile +++ b/images/Makefile @@ -17,7 +17,9 @@ VDRDIR ?= ../../../.. OBJS = logo.o record.o active.o inactive.o button_blue.o \ file.o folder_closed.o folder_open.o plus.o minus.o \ transparent.o edit.o del.o \ - bg_header_h.o bg_header_l.o bg_header_r.o + bg_header_h.o bg_header_l.o bg_header_r.o \ + bg_box_h.o bg_box_l.o bg_box_r.o + ### Default rules: diff --git a/images/bg_box_h.png b/images/bg_box_h.png new file mode 100644 index 0000000..d97911f Binary files /dev/null and b/images/bg_box_h.png differ diff --git a/images/bg_box_l.png b/images/bg_box_l.png new file mode 100644 index 0000000..80f3dc8 Binary files /dev/null and b/images/bg_box_l.png differ diff --git a/images/bg_box_r.png b/images/bg_box_r.png new file mode 100644 index 0000000..a3734ab Binary files /dev/null and b/images/bg_box_r.png differ diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp index 17dcf54..96654ef 100644 --- a/pages/recordings.ecpp +++ b/pages/recordings.ecpp @@ -74,7 +74,7 @@ for (iter = recordingsTree.begin(path); iter != end; iter++) { } }> % if (recItem->IsDir()) { - +% reply.out() << ""; % // Die folgenden img-Tags muessen direkt auf einander folgen <$ recItem->Name() $> @@ -90,8 +90,8 @@ for (iter = recordingsTree.begin(path); iter != end; iter++) { recItemParams.add("level", levelStr.str()); callComp("recordings.recordings_item", request, reply, recItemParams); } else { + reply.out() << "\"\"\"file\""; }> - file <$ FormatDateTime(tr("%a, %b %d"), recItem->StartTime()) $> <$ FormatDateTime(tr("%I:%M %p"), recItem->StartTime()) $> <$ recItem->Name() $> -- cgit v1.2.3