source: other-projects/trunk/realistic-books/books/modelcol/index.html@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

File size: 742 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4<title>Template for embedding "Realistic Book" program</title>
5<script src="RealisticBook.js" language="javascript"></script>
6</head>
7<body>
8<!-- You have to have this div tag with id = bookdiv in your HTML file!! This is where the program will be embedded -->
9<div id="bookdiv"></div>
10<script type="text/javascript">
11 embedBookProgram(new Array('pages.htm'));
12
13 /*
14 If you have front_image_cover_URL then it can be set as second
15 parameter in the above line
16 For example: embedBookProgram(new Array("CHIBook.htm","cover.png"));
17 */
18
19
20</script>
21</body>
22</html>
23
Note: See TracBrowser for help on using the repository browser.