Difference for applet/creator/JMVform.html from version 1.9 to 1.10

version 1.9version 1.10
Line 17
Line 17
     }     }
  
     function setup() {     function setup() {
       window.document.JMVform.codebase.value = getVersion() + ", ./vrml97.jar";       window.document.JMVform.codebase.value = getVersion();
     }     }
  
     function isNumber(inputField, fieldName) {     function isNumber(inputField, fieldName) {
Line 203
Line 203
       <INPUT type=checkbox name='load' CHECKED> Show "Load a file" button? (This button will not be displayed if Controls are not displayed.)<BR>       <INPUT type=checkbox name='load' CHECKED> Show "Load a file" button? (This button will not be displayed if Controls are not displayed.)<BR>
       <INPUT type=checkbox name='pubsynch' CHECKED> Show "Load/Save session" buttons? (These buttons will not be displayed if Controls are not displayed.)<BR>       <INPUT type=checkbox name='pubsynch' CHECKED> Show "Load/Save session" buttons? (These buttons will not be displayed if Controls are not displayed.)<BR>
       <P>       <P>
   
 <BR> <BR>
       <B>Representation:</B><BR>       <B>Representation:</B><BR>
       <SELECT name='rep'>       <SELECT name='rep'>
Line 242
Line 243
       Molecule window height: <INPUT name='winheight' type=text size=5 value=400> (Only used when the molecule is in a pop-up window)<BR>       Molecule window height: <INPUT name='winheight' type=text size=5 value=400> (Only used when the molecule is in a pop-up window)<BR>
       <BR>       <BR>
       Codebase (Path to the JMV jar files): <INPUT name='codebase' type=text><BR>       Codebase (Path to the JMV jar files): <INPUT name='codebase' type=text><BR>
       File name: (May be a local PDB file, VRML file, JMV saved state file, accession code, or URL): <INPUT name = 'file' type=text><BR>       File name: (May be a local PDB file, JMV saved state file, accession code, or URL): <INPUT name = 'file' type=text><BR>
       <BR>       <BR>
       Alternate image (URL of an image to display if the user does not have Java or Java3D installed): <INPUT name='image' type=text><BR><BR>       Alternate image (URL of an image to display if the user does not have Java or Java3D installed): <INPUT name='image' type=text><BR><BR>
  


Legend:
Removed in v.1.9 
changed lines
 Added in v.1.10



Made by using version 1.65 of cvs2html