trunk 20080912
[gitenigma.git] / data / templates / mepg.tmp
blob18ed7394aaa956778b901c74453c3ef8ab065356
1 <html>
2         <head>
3                 <title>EPG-Overview</title>
4                 <link rel="stylesheet" type="text/css" href="/webif.css">
5                 <script language="javascript" type="text/javascript" src="window.js"></script>
6                 <script language="javascript" type="text/javascript" src="epg.js"></script>
7         </head>
8         <body onLoad="maximizeWindow()">
9                 <table id="mepg" width=#TABLEWIDTH# border="1" rules="all" cellspacing="0" cellpadding="0">
10                         <thead>
11                                 #TIMESCALE#
12                         </thead>
13                         <tbody>
14                                 #BODY#
15                         </tbody>
16                 </table>
17         </body>
18 </html>