source: main/trunk/model-sites-dev/pei-jones/collect/written-works/realbooks/omar_khayyam/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: 735 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<!-- 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.