Fichiers
2025-02-20 14:58:55 +08:00

36 lignes
1.6 KiB
Plaintext
Brut Lien permanent Annotations Historique

Ce fichier contient des caractères Unicode ambigus.
Ce fichier contient des caractères Unicode qui peuvent être confondus avec d'autres caractères. Si vous pensez que c'est intentionnel, vous pouvez ignorer cet avertissement. Utilisez le bouton Échappe pour les dévoiler.
<#def designatedPath="/industryList.htm"/>
${request.getValidateScript()}
${zhiqim_manager_history("industryList.htm")}
${zhiqim_manager_breadcrumb_parent("industryList.htm", "行业管理", "增加行业")}
${zhiqim_manager_content()}
<form name="theForm" action="industryInsert.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
<table class="z-table z-bordered z-h50-tr z-pd10 z-bg-white">
<tr class="zi-h40 z-bg-gray z-bold">
<td colspan="2">增加行业</td>
</tr>
<tr>
<td width="40%">行业名称:<span class="z-color-999">20位不定长字符)</span></td>
<td width="*"><input name="industryName" class="z-input z-w300 ${zmr_color_class}" maxlength="20"><span class="z-color-red">&nbsp;*</span></td>
</tr>
<tr>
<td>行业关键字:<span class="z-color-999">(逗号隔开)</span></td>
<td><textarea name="industryKeywords" class="z-textarea z-w300 z-h120 ${zmr_color_class}" maxlength="5000"></textarea></td>
</tr>
<tr>
<td>状态:<span class="z-color-999">(请选择)</span></td>
<td>
<select name="isEnabled" class="z-select z-w300" data-role="z-select" data-class="${zmr_color_class}">
<option value="true">正常</option>
<option value="false">停用</option>
</select><span class="z-color-red">&nbsp;*</span>
</td>
</tr>
<tr>
<td>序号:<span class="z-color-999">(填数字)</span></td>
<td><input name="industrySeq" class="z-input z-w300 ${zmr_color_class}" data-options="type:Decimal;paste:true;" maxlength="6"></td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
${zhiqim_manager_content_end()}