diff options
Diffstat (limited to 'template/default/tv.html')
-rw-r--r-- | template/default/tv.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/default/tv.html b/template/default/tv.html index 723b68c..fc606e0 100644 --- a/template/default/tv.html +++ b/template/default/tv.html @@ -58,6 +58,10 @@ WebcamUpdate(); }; } + + function tv_open() { + window.open("./vdradmin.pl?aktion=tv_show&new_win=1", "_blank", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no"); + } //--> </script> </head> @@ -193,7 +197,7 @@ <input type="button" class="submit" name="livebild" value='<%! G !%>' title="<%! Grab the picture! !%>" onClick="WebcamUpdate()" /> </nobr> </td> - <td colspan="2"></td> + <td colspan="2" align="right"><tmpl_unless new_win><a href="javascript:tv_open();"><%! Open in separate window !%></a> </tmpl_unless></td> </tr> <tr> <td colspan="3"></td> |