source: main/trunk/model-sites-dev/pei-jones/collect/written-works/realbooks/he_tangata_whairawa/index.html@ 31893

Last change on this file since 31893 was 31893, checked in by kjdon, 7 years ago

these are the source files for the realalistic books

  • Property svn:executable set to *
File size: 737 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>Realistic Book</title>
5<script src="RealisticBook.js" language="javascript"></script>
6</head>
7<body style="overflow: hidden;">
8
9<!-- You have to have this div tag with id = bookdiv in your HTML file!! This is where the program will be embedded -->
10<div id="bookdiv"></div>
11<script type="text/javascript">
12 embedBookProgram(new Array('pages.htm'));
13
14 /*
15 If you have front_image_cover_URL then it can be set as second
16 parameter in the above line
17 For example: embedBookProgram(new Array("CHIBook.htm","cover.png"));
18 */
19
20
21</script>
22</body>
23</html>
24
Note: See TracBrowser for help on using the repository browser.