webglade

JavaScript library to dynamically create XUL GUI from Glade XML files
git clone https://logand.com/git/webglade.git/
Log | Files | Refs | README | LICENSE

exportHTML.html (598B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      2 <html>
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      5 <title>MAB HTML Export</title>
      6 <link href="../../skin/mab_print.css" rel="stylesheet" type="text/css">
      7 </head>
      8 <body>
      9 <table border="1" cellspacing="2" cellpadding="2" align="center">
     10 <thead>
     11 	<tr>
     12 		<th colspan="2" id="page-title"></th>
     13 	</tr>
     14 </thead>
     15 <tfoot>
     16 	<tr>
     17 		<td colspan="2">Made with MAB [<a href="http://faser.net/mab">http://faser.net/mab</a>]</td>
     18 	</tr>
     19 </tfoot>
     20 <tbody align="top" id="export-content"></tbody>
     21 </table>
     22 </body>
     23 </html>