Type
|
$+
html.Snippet("gui/snippets/input-combo",
"name=Type@Peanut",
"items='rmsd;msd'",
"value=GetVar('Peanut_type','rmsd')",
"onchange=SetVar('Peanut_type',html.GetValue('~name~'))>>spy.Peanut.show_MSDS()")
$-
|
Quality
|
|
Scale
|
$+
html.Snippet("gui/snippets/input-text",
"name=scale@Peanut",
"value=GetVar('Peanut_scale','1.0')",
"onchange=SetVar('Peanut_scale', html.GetValue('~name~'))>>spy.Peanut.show_MSDS()")
$-
|
Anharmonic
|
$+
html.Snippet("gui/snippets/input-combo",
"name=Anharm@Peanut",
"items='all;anh;none'",
"value=GetVar('Peanut_anh','all')",
"onchange=SetVar('Peanut_anh',html.GetValue('~name~'))>>spy.Peanut.show_MSDS()")
$-
|
$+
html.Snippet("gui/snippets/gui-link-button",
"value='Show Peanuts'",
"onclick=spy.Peanut.show_MSDS()",
"bgcolor=GetVar(HtmlTableRowBgColour)",
"td1=",
)
$-
$+
html.Snippet("gui/snippets/gui-link-button",
"value='Hide Peanuts'",
"onclick=spy.Peanut.remove_MSDS()",
"bgcolor=GetVar(HtmlTableRowBgColour)",
"td1= | ",
)
$-
$+
html.Snippet("gui/snippets/gui-link-button",
"value='Show Diff'",
"onclick=spy.Peanut.show_diff()",
"bgcolor=GetVar(HtmlTableRowBgColour)",
"td1= | ",
)
$-
$+
html.Snippet("gui/snippets/gui-link-button",
"value='Hide Diff'",
"onclick=spy.Peanut.hide_diff()",
"bgcolor=GetVar(HtmlTableRowBgColour)",
"td1= | ",
)
$-
|