[jsword-svn] r1803 - trunk/jsword-web/src/web/iBD

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Fri Apr 18 09:05:17 MST 2008


Author: dmsmith
Date: 2008-04-18 09:05:16 -0700 (Fri, 18 Apr 2008)
New Revision: 1803

Modified:
   trunk/jsword-web/src/web/iBD/iBD.html
Log:
xhtml bug fix.

Modified: trunk/jsword-web/src/web/iBD/iBD.html
===================================================================
--- trunk/jsword-web/src/web/iBD/iBD.html	2008-04-18 15:13:25 UTC (rev 1802)
+++ trunk/jsword-web/src/web/iBD/iBD.html	2008-04-18 16:05:16 UTC (rev 1803)
@@ -9,17 +9,17 @@
     <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 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 type='text/javascript' src='dwr/util.js'>
+    <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 type='text/javascript' src='sarissa.js'></script>
 
     <!-- Bring in our JavaScript and CSS StyleSheet -->
-    <script type='text/javascript' src='iBD.js'>
+    <script type='text/javascript' src='iBD.js'></script>
     <link rel="stylesheet" type="text/css" href="iBD.css"/>
   </head>
   <body onload="init()">
@@ -28,12 +28,12 @@
     </div>
 
     <div id="locateBox" align="left">
-      <input type="text" id="passageRequest" style="width:75%" onkeypress="dwr.util.onReturn(event, locate)"/>
+      <input type="text" id="passageRequest" onkeypress="dwr.util.onReturn(event, locate)"/>
       <button type="button" onclick="locate()">Locate</button>
     </div>
 
     <div id="searchBox" align="left">
-      <input type="text" id="searchRequest" style="width:75%" onkeypress="dwr.util.onReturn(event, search)"/>
+      <input type="text" id="searchRequest" onkeypress="dwr.util.onReturn(event, search)"/>
       <button type="button" onclick="search()">Search</button>
     </div>
 




More information about the jsword-svn mailing list