26 sor
1.3 KiB
Plaintext
26 sor
1.3 KiB
Plaintext
${zhiqim_manager_history("/labelIndustry.htm")}
|
|
${request.getValidateScript()}
|
|
${zhiqim_manager_breadcrumb_parent("/labelIndustry.htm", "标签行业", "修改标签行业")}
|
|
<div class="content">
|
|
${zhiqim_manager_title("修改标签行业")}
|
|
<form name="theForm" action="labelIndustryUpdate.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
|
|
<input name="industrySubId" type="hidden" value="${industry.getIndustrySubId()}"/>
|
|
<table class="z-table z-bordered z-pd6 z-bg-white">
|
|
<tr>
|
|
<td width="40%">标签行业:(请选择)</td>
|
|
<td width="*">
|
|
<select name="industryId" class="z-select z-w200" data-role="z-select" data-class="${zmr_color_class}">
|
|
<#for item : indList>
|
|
<option value="${item.getIndustryId()}" <#if industry.getIndustryId() == item.getIndustryId() >selected</#if>>${item.getIndustryName()}</option>
|
|
</#for>
|
|
</select><font color=red> *</font>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>子行业名称:(5000位不定长字符)</td>
|
|
<td><input name="industrySubName" class="z-input ${zmr_color_class} z-w200 z-cyan" type="text" maxlength="64" value="${industry.getIndustrySubName()}"/><font color=red> *</font></td>
|
|
</tr>
|
|
</table>
|
|
${zhiqim_manager_submit()}
|
|
</form>
|
|
</div> |