File: chemdraw.inc

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 (20 lines) | stat: -rw-r--r-- 575 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
!set help_option=$wims_read_parm
!default help_option=single,atom,funct_gr,double,erasor,charge,drag,stereo,template
!set lang_=$lang
!if $lang_ notwordof fr en nl ca
  !set lang_=en
!endif
!set nb_help_=!itemcnt $help_option
!if $nb_help_==1
  !set ch_=!lookup $help_option in lang/chemdraw.$lang_
!else
  !set ch_=<ul>
  !for t_ in $help_option
    !set c_=!lookup $t_ in lang/chemdraw.$lang_
    !set ch_=$ch_\
    <li>$c_</li>
  !next
  !set ch_=$ch_</ul>
!endif

!read oef/special/tooltip.phtml $wims_name_help, class="bottom" style="width:400px;font-size:smaller",$ch_