summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css2
-rw-r--r--images/Makefile3
-rw-r--r--images/remotecontrol.jpgbin0 -> 16198 bytes
-rw-r--r--images/remotecontrol.pngbin91260 -> 0 bytes
-rw-r--r--images/tv.jpgbin0 -> 48098 bytes
-rw-r--r--images/tv.pngbin224804 -> 0 bytes
-rw-r--r--pages/remote.ecpp2
7 files changed, 5 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css
index 8058185..52f6540 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -555,7 +555,7 @@ div.recording_item {
*/
div.screenshot {
- background-image: url(tv.png);
+ background-image: url(tv.jpg);
background-repeat: no-repeat;
height: 240px;
width: 320px;
diff --git a/images/Makefile b/images/Makefile
index d8ea5e1..1e6a583 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -37,6 +37,9 @@ all: libimages.a
%.cpp: %.png
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/png" $<
+%.cpp: %.jpg
+ $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/jpg" $<
+
%.cpp: %.ico
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/x-icon" $<
diff --git a/images/remotecontrol.jpg b/images/remotecontrol.jpg
new file mode 100644
index 0000000..9d4ad05
--- /dev/null
+++ b/images/remotecontrol.jpg
Binary files differ
diff --git a/images/remotecontrol.png b/images/remotecontrol.png
deleted file mode 100644
index a39c554..0000000
--- a/images/remotecontrol.png
+++ /dev/null
Binary files differ
diff --git a/images/tv.jpg b/images/tv.jpg
new file mode 100644
index 0000000..34aee1c
--- /dev/null
+++ b/images/tv.jpg
Binary files differ
diff --git a/images/tv.png b/images/tv.png
deleted file mode 100644
index cf83a28..0000000
--- a/images/tv.png
+++ /dev/null
Binary files differ
diff --git a/pages/remote.ecpp b/pages/remote.ecpp
index 112440a..b7be1d7 100644
--- a/pages/remote.ecpp
+++ b/pages/remote.ecpp
@@ -73,7 +73,7 @@ using namespace vdrlive;
<img src="screenshot.jpg" name="vdrlive" /><br />
</div>
<div>
- <img src="remotecontrol.png" width="162" height="363" border="0" usemap="#remote" />
+ <img src="remotecontrol.jpg" width="162" height="363" border="0" usemap="#remote" />
<map name="remote">
<area href="#" shape="circle" coords="37,36,10" alt="Power" onclick="KeyPress(<$ kPower $>)" <& tooltip.hint text=(tr("Power")) &> nohref="nohref" />
<area href="#" shape="rect" coords="27,60,59,75" alt="1" onclick="KeyPress(<$ k1 $>)" <& tooltip.hint text=("1") &> nohref="nohref" />