mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
9 lines
350 B
HTML
9 lines
350 B
HTML
<div style="margin-top: 1.5em; margin-bottom: 0.5em;">
|
|
<label class="buildVersion"/>
|
|
<label FOR="buildType<caret>">Apply policy to:</label>
|
|
<select NAME="buildType" ID="buildType" style="font-size:100%; width: 17em;">
|
|
<spring:catch var="aaa">
|
|
<option value="${'buildType.buildTypeId'}"></option>
|
|
</spring:catch>
|
|
</select>
|
|
</div> |