swig/swigweb/default.html
Dave Beazley 1cb4e811b6 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@514 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-05 03:49:25 +00:00

61 lines
948 B
HTML

<html>
<title>$title</title>
<body bgcolor="#ffffff" link="#0000ff" vlink="#8000ff">
<table width=780 border=0 cellpadding=0 cellspacing=0>
<tr>
<td valign=top bgcolor="#000000">
<table width=180 valign=top cellpadding=0 cellspacing=0>
<tr>
<td>
$corner
</td>
</tr>
</table>
</td>
<td valign=top bgcolor="#e0e0e0">
<table width=600 cellpadding=0 cellspacing=0>
<tr>
<td valign=center>
$top
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign=top bgcolor="#e0e0e0">
<table width=180 valign=top>
<tr>
<td>
$side
</td>
</tr>
</table>
</td>
<td valign=top>
<table width=600 valign=top>
<tr>
<td>
$body
$footer
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>