Subversion Repositories wimsdev

Rev

Rev 13594 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3037 bpr 1
!if $wims_read_parm!=slib_header
13594 bpr 2
  !goto proc
3037 bpr 3
!endif
4
 
4349 bpr 5
slib_author=Yves, Noël; Bernadette, Perrin-Riou
4158 bpr 6
 
3037 bpr 7
slib_comment=
8
 
9
slib_example=select all;color atoms blue; select none\
10
bleu
11
!exit
12
 
13
:proc
14
!distribute items $wims_read_parm into slib_script,slib_sep
15
slib_script=!replace internal $\
16
$\ by $ $ in $slib_script
17
!!slib_script=[['wireframe off',null],\
18
            'wireframe on',\
19
                 'wireframe 0.1',\
20
                 'wireframe 0.125',\
21
                 ['wireframe 0.15', null, 'checked'],\
22
                 'wireframe 0.25',\
23
                 'wireframe 0.3',\
24
                 'wireframe 0.5']
25
 
13720 bpr 26
slib_out=<script>\
6362 bpr 27
/*<![CDATA[*/\
3037 bpr 28
jmolRadioGroup($slib_script,'$slib_sep')\
6362 bpr 29
/*]]>*/\
3037 bpr 30
</script>
31
 
32
  jmolMenu(arrayOfMenuItems, {menuHeight}, {id})