[jsword-svn] r1798 - trunk/jsword-web/src/web/iBD
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Thu Apr 17 06:24:33 MST 2008
Author: dmsmith
Date: 2008-04-17 06:24:33 -0700 (Thu, 17 Apr 2008)
New Revision: 1798
Modified:
trunk/jsword-web/src/web/iBD/tutorial.html
Log:
xhtml bug fix in iBD tutorial
Modified: trunk/jsword-web/src/web/iBD/tutorial.html
===================================================================
--- trunk/jsword-web/src/web/iBD/tutorial.html 2008-04-17 12:05:31 UTC (rev 1797)
+++ trunk/jsword-web/src/web/iBD/tutorial.html 2008-04-17 13:24:33 UTC (rev 1798)
@@ -104,24 +104,24 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<-- JSword.js is auto-generated by DWR via dwr.xml -->
- <script type='text/javascript' src='dwr/interface/JSword.js'></script>
+ <script type='text/javascript' src='dwr/interface/JSword.js'></script>
<-- engine.js and util.js are dug out of the dwr.jar -->
- <script type='text/javascript' src='dwr/engine.js'></script>
- <script type='text/javascript' src='dwr/util.js'></script>
+ <script type='text/javascript' src='dwr/engine.js'></script>
+ <script type='text/javascript' src='dwr/util.js'></script>
<-- Bring in the ability to transform OSIS XML into HTML in the user's Web Browser. -->
- <script type='text/javascript' src='sarissa.js'></script>
+ <script type='text/javascript' src='sarissa.js'></script>
<-- Bring in our JavaScript and CSS StyleSheet -->
- <script type='text/javascript' src='tutorial.js'></script>
+ <script type='text/javascript' src='tutorial.js'></script>
<link rel="stylesheet" type="text/css" href="tutorial.css"/>
</head>
<body onload="init()">
<!-- The dropdown for books, in this case Bibles, starts out empty -->
<div id="bibleBox">
- <select id="pick" onchange="pick();"></select>
+ <select id="pick" onchange="pick();"></select>
</div>
<!-- A text entry and a button both call locate -->
@@ -231,7 +231,7 @@
{
var book = getBook();
var ref = getPassage();
- if (book && ref)
+ if (book && ref)
{
// Get the OSIS representation from the book for the reference
// But limit the number of verses
@@ -249,7 +249,7 @@
{
var book = getBook();
var search = getSearch();
- if (book && search)
+ if (book && search)
{
// Get the reference for the search
// and asynchrounously load it in to the locate box
More information about the jsword-svn
mailing list