File: jmolshow

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (24 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
slib_lang_exists_tmp=yes

slib_title=Jmol Applet
slib_require=jmol
slib_parms=7\
, filename or a code describing the structure\
500,width (pixels)\
400,height (pixels)\
white,couleur\
,jmol script (see <a href="http://chemapps.stolaf.edu/jmol/docs/">the Jmol documentation</a> for details)\
0,applet id (number)\
HTML5,type

slib_comment=The first applet on a page must be have the id 0.\
When multiple applets are inserted in a page, their id must be all different.<br>\
The sturcture file should preferably stored in the data directory of a module or\
 in the case of a class in the image directory (thus the address is \
<code class="wims_code_words">\imagedir/nom_du_fichier</code>). <br>\
You have the possibility to load a structure file from the \
<i>National Cancer Institute</i> database, indicating its IUPAC or SMILES code.\
In this case, the name/code has to be preceded by a @.\
The exercises using this functionality will be dependent from the availability \
to the NCI database.
slib_out=text that displays the Jmol applet.