swig/swigweb/default.html
Dave Beazley c19869a450 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@449 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-05-20 16:30:05 +00:00

50 lines
553 B
HTML

<html>
<title>$title</title>
<body bgcolor="#ffffff" link="#0000ff" vlink="#8000ff">
<table width=760 border=0 cellpadding=0 cellspacing=0>
<tr><td valign=top>
<table width=200 height=50 valign=top>
<tr>
<td bgcolor="#000000">
$corner
</td>
</tr>
<tr>
<td bgcolor="#e0e0e0" valign=top>
$side
</td>
</tr>
</table>
</td>
<td valign=top><table width=560 height=100 valign=top>
<tr>
<td bgcolor="#e0e0e0" valign=center>
$top
</td>
</tr>
<tr>
<td valign=top>
$body
$footer
</td>
</tr>
</table>
</td>
</table>
</table>
</body>
</html>