diff options
Diffstat (limited to 'template/default/tv.html')
-rw-r--r-- | template/default/tv.html | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/template/default/tv.html b/template/default/tv.html index faaf9b9..3c4fb90 100644 --- a/template/default/tv.html +++ b/template/default/tv.html @@ -3,7 +3,7 @@ <head> <title>VDRAdmin - <%! TV !%> (<tmpl_var host>)</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Type" content="text/html; <%! charset=ISO-8859-1 !%>" /> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> <script language="JavaScript"> @@ -57,21 +57,11 @@ } //--> </script> - <style type="text/css" media="screen"> - <!-- -#Ebene1 { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100px; height: 100px; visibility: visible; display: block } -#Ebene2 { position: absolute; z-index: 10; top: 0px; left: 0px; width: 100px; height: 100px; visibility: visible; display: block } -td { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif } -input, b { font-weight: normal; font-size: 9px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif} -select { font-weight: normal; width: 55px; height: 20px; font-size: 9px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif} -#small { font-weight: normal; width: 20px; height: 20px; font-size: 9px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif} - --> - </style> </head> -<body onLoad="go()" background="bilder/tv_bottom.gif" bgcolor="#000000" leftmargin="2" marginheight="2" marginwidth="2" topmargin="2"> +<body onLoad="go()" id="tv"> <form name="liveform"> - <table width="200" border="0" cellspacing="0" cellpadding="0"> + <table width="200" border="0" cellspacing="0" cellpadding="0" background="bilder/tv_bottom.gif"> <tr> <td align="center" valign="middle"><img name="Bild" src="<tmpl_var url>" border="1" hspace="2" vspace="2" /></td> <td><img src="bilder/spacer.gif" name="switchimage" width="2" height="1" /></td> @@ -179,7 +169,7 @@ select { font-weight: normal; width: 55px; height: 20px; font-size: 9px; font-fa <tr valign="middle"> <td valign="middle"> <nobr> - <b><%! Interval: !%></b> + <h5><%! Interval: !%></h5> <select name="Seconds" size="1" onChange="v_changeInterval(this.options[this.selectedIndex].value)"> <option value="0"><%! off !%></option> <option value="1"> 1 <%! sec. !%></option> @@ -190,18 +180,21 @@ select { font-weight: normal; width: 55px; height: 20px; font-size: 9px; font-fa <option value="30">30 <%! sec. !%></option> <option value="60">60 <%! sec. !%></option> </select> - <input type="button" name="livebild" value='<%! G !%>' title="<%! Grab the picture! !%>" onClick="WebcamUpdate()" /> - <b><%! Size: !%></b> + <input type="button" class="submit" name="livebild" value='<%! G !%>' title="<%! Grab the picture! !%>" onClick="WebcamUpdate()" /> + <h5><%! Size: !%></h5> <select name="Size" size="1" onChange="v_changeSize(this.options[this.selectedIndex].value)"> <option value="full">1:1</option> <option value="half" selected>1:2</option> <option value="quarter">1:4</option> </select> - <input type="button" name="livebild" value='<%! G !%>' title="<%! Grab the picture! !%>" onClick="WebcamUpdate()" /> + <input type="button" class="submit" name="livebild" value='<%! G !%>' title="<%! Grab the picture! !%>" onClick="WebcamUpdate()" /> </nobr> </td> <td colspan="2"> </td> </tr> + <tr> + <td colspan="3"> </td> + </tr> </table> </form> </body> |