Imported from archive
This commit is contained in:
51
www/book_nav.htm
Normal file
51
www/book_nav.htm
Normal file
@@ -0,0 +1,51 @@
|
||||
<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: Seamless Object-oriented Software Architecture 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 class=sidebar bgcolor="#99ccff">
|
||||
|
||||
<div align="center">
|
||||
<p class="sidebar">Book covers</p>
|
||||
<br>
|
||||
<a href="book_eng_front.htm" onClick="return popup(this, '', 465, 640)">
|
||||
<img border="0" src="images/book_eng_150_h140.jpg" width="103" height="140"></a>
|
||||
<br><p class="sidebar_small">English edition</p><br>
|
||||
<br><br>
|
||||
<a href="book_jap_front.htm" onClick="return popup(this, '', 485, 640)">
|
||||
<img border="0" src="images/book_jap_150_h140.jpg" width="109" height="140"></a>
|
||||
<br><p class="sidebar_small">Japanese translation</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user