| version 1.9 | version 1.10 |
|---|
| |
| } | } |
| | |
| 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) { |
| |
| <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'> |
| |
| 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> |
| | |