Various extension modules for Olex2 are currently under development. If you are interested in testing these, please sign up below! e-mail $+ html.Snippet("gui/snippets/input-text", "name=modules_email", "width=100%", "value=spy.GetParam('user.email')", "onchange=spy.SetParam('user.email',html.GetValue('~name~'))", "onleave=html.call('~name~.onchange')") $- Reference $+ html.Snippet("gui/snippets/input-text", "name=modules_reference", "width=100%", "value=spy.GetParam('user.modules.reference')", "onchange=spy.SetParam('user.modules.reference',html.GetValue('~name~'))", "onleave=html.call('~name~.onchange')") $- Modules $+ html.Snippet("gui/snippets/input-combo", "name=available_modules", "width=100%", "value=spy.plugins.gui.getCurrentModuleName()", "items=spy.plugins.gui.getModuleList()", "onchange=spy.plugins.gui.update(html.GetValue(~name~))", "readonly=true") $- $spy.plugins.gui.getInfo() #ignoreif --> Please use this button if you obtained an offline installation module archive. #ignoreif --> Network commincation is disabled $+ html.Snippet("gui/snippets/input-button", "name=MODULES_ENABLE_NET", "value=Enable", "fit=true", "flat=false", "onclick=spy.SetParam('olex2.network', 'True')>>html.Update") $- #ignoreif -->