mirror of https://gitee.com/openkylin/cups.git
7 lines
255 B
Cheetah
7 lines
255 B
Cheetah
|
<TR>
|
||
|
<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
|
||
|
<TD><SELECT NAME="{keyword}" MULTIPLE SIZE="10">
|
||
|
{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
|
||
|
</SELECT></TD>
|
||
|
</TR>
|