diff --git a/src/nhttpd/web/Makefile.am b/src/nhttpd/web/Makefile.am
index 094ff6968..858dbdf7d 100644
--- a/src/nhttpd/web/Makefile.am
+++ b/src/nhttpd/web/Makefile.am
@@ -82,7 +82,7 @@ install_DATA = channels.js \
Y_Tools_lcshot.yhtm \
Y_Tools_Menue.yhtm \
Y_Tools_Rcsim.yhtm \
- Y_Tools_remote_osd.yhtm \
+ Y_Tools_Screenshot.yhtm \
Y_Tools_Timer_Sync.js \
Y_Tools_Timer_Sync.yhtm \
Y_Tools_tvshot.yhtm \
diff --git a/src/nhttpd/web/Y_Boxcontrol_Menue.yhtm b/src/nhttpd/web/Y_Boxcontrol_Menue.yhtm
index 88d93b977..eb2e9bf05 100644
--- a/src/nhttpd/web/Y_Boxcontrol_Menue.yhtm
+++ b/src/nhttpd/web/Y_Boxcontrol_Menue.yhtm
@@ -101,21 +101,8 @@ function init(){
~=}
- {=L:bc.menue.tv_screenshot=}
-
-
- {=if-equal:{=var-get:fbshot=}~true~
- {=L:bc.menue.osd_screenshot=}
- ~
- {=L:bc.menue.osd_screenshot=}
- =}
-
-
- {=if-equal:{=var-get:fbshot=}~true~
- {=L:bc.menue.remote_osd=}
- ~
- {=L:bc.menue.remote_osd=}
- =}
+ OSD-{=L:bc.menue.screenshot=}
+ TV-{=L:bc.menue.screenshot=}
diff --git a/src/nhttpd/web/Y_Main.css b/src/nhttpd/web/Y_Main.css
index 15a1b39f5..705b64cad 100644
--- a/src/nhttpd/web/Y_Main.css
+++ b/src/nhttpd/web/Y_Main.css
@@ -12,6 +12,18 @@ button,input,select,form,td {
font-family: Verdana, Geneva, Arial, 'Lucida Grande',Tahoma, Helvetica, sans-serif;
color:#555555;
}
+.left {
+ float: left;
+}
+.right {
+ float: right;
+}
+.clear {
+ clear: both;
+ line-height: 0px;
+ height: 0;
+ overflow: hidden;
+}
/* buttons */
a img:hover {
position:relative;
@@ -37,7 +49,7 @@ button[ytype="zap"]{background-image:url(/images/zap.png);}
button[ytype="timeup"]{background-image:url(/images/time_up.png);}
button[ytype="timedown"]{background-image:url(/images/time_down.png);}
button[ytype="timeadd"]{background-image:url(/images/time_add.png);}
-button[ytype="shot"]{background-image:url(/images/snapshot.png);}
+button[ytype="snapshot"]{background-image:url(/images/snapshot.png);}
button[ytype="clearshot"]{background-image:url(/images/remove.png);}
button[ytype="zoomshot"]{background-image:url(/images/fullscreen.png);}
button[ytype="go"]{background-image:url(/images/accept.png);}
@@ -849,12 +861,17 @@ a.timer {
}
/* screenshots */
+#screenshot_header {
+ height: 30px;
+}
td.shot {
vertical-align: top;
}
img#shot {
width: 100%;
background-color: #ffffff;
+ border: 1px solid #f5f5f5;
+ margin: 10px 0;
}
img#shot:hover {
cursor: pointer;
diff --git a/src/nhttpd/web/Y_Menue.yhtm b/src/nhttpd/web/Y_Menue.yhtm
index b2965a68d..0ba6a9ad0 100644
--- a/src/nhttpd/web/Y_Menue.yhtm
+++ b/src/nhttpd/web/Y_Menue.yhtm
@@ -120,7 +120,7 @@ function vlc() {
-
+
diff --git a/src/nhttpd/web/Y_Tools_Screenshot.yhtm b/src/nhttpd/web/Y_Tools_Screenshot.yhtm
new file mode 100644
index 000000000..165f4fb95
--- /dev/null
+++ b/src/nhttpd/web/Y_Tools_Screenshot.yhtm
@@ -0,0 +1,112 @@
+{=include-block:Y_Blocks.txt;head=}
+
+
+
+
+
+
+
+ {=var-set:help_url==}{=var-set:menu={=L:bc.menue.screenshot=}=}{=include-block:Y_Blocks.txt;work_menu=}
+
+
+
+
+
+
+ {=include-block:Y_Blocks.txt;remote=}
+ |
+
+
+ |
+
+
+
+
+
+