moved from screen to tmux
[tvweb.git] / templates / monitorpower.html
blobc001266a89c565cb2f58f53c1ecd76b15890616a
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:py="http://genshi.edgewall.org/" py:strip="">
3 <table>
4 <tr><th colspan="2">Monitor power</th></tr>
5 <tr><td>
6 <form action="monitoron" method="post">
7 <input type="submit" value="On" />
8 </form>
9 </td><td>
10 <form action="monitoroff" method="post">
11 <input type="submit" value="Off" />
12 </form>
13 </td></tr>
14 </table>
15 </html>