Imported from archive

This commit is contained in:
Eiffel operator
2026-03-25 07:12:09 -08:00
commit b929708190
75 changed files with 7823 additions and 0 deletions

55
www/home_nav.htm Normal file
View File

@@ -0,0 +1,55 @@
<html>
<head>
<meta http-equiv="Content-Language" content="sv">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="author" content="Kim Walden">
<title>BON method: home navigation</title>
<base target="_self">
<link rel="stylesheet" type="text/css" href="nn4.css">
<style type="text/css">
@import url("normal.css");
</style>
<script type="text/javascript">
<!--
function popup(mylink, windowname, wid, ht) {
if (! window.focus) return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
eval('window.open(href,windowname,"resizable,width=' + wid + ',height=' + ht + '");');
return false;
}
function check() {
if (top.frames.length == 0 || top.frames[0].name != "banner")
top.location.href = "index.htm";
}
//-->
</script>
</head>
<body onload="check()" class=sidebar bgcolor="#99ccff">
<div align="center">
<p class="sidebar">Seamless<br>
Object-Oriented<br>
Software<br>
Architecture</p>
<br><br>
<a href="book_eng_front.htm" onClick="return popup(this, '', 465, 640)">
<img border="0" src="images/book_eng_150_h120.jpg" width="89" height="120"></a>
</div>
<p>&nbsp;</p>
<p style="text-align: center">
<a target="_blank" href="temp/VTS_01_1.VOB">
<img border="0" src="images/new.gif" width="62" height="24"></a><br>
<a target="_parent" href="tool.htm">BONsai</a> now supports <br>graphical class interfaces</p>
</body>
</html>