DiverseYouthNightSchool/application/admin/command/Crud/stubs/html/select.stub

7 lines
265 B
Plaintext
Raw Normal View History

2024-11-04 10:49:10 +08:00
<select {%attrStr%}>
{foreach name="{%fieldList%}" item="vo"}
<option value="{$key}" {in name="key" value="{%selectedValue%}"}selected{/in}>{$vo}</option>
{/foreach}
</select>