파일
ziqim/Yangcai365_web/manage/zview/score/templateWeightAdd.zml
T
2025-02-20 14:59:35 +08:00

43 라인
1.8 KiB
Plaintext
Raw Blame 히스토리

이 파일에는 모호한 유니코드 문자가 포함되어 있습니다
이 파일에는 다른 문자와 혼동될 수 있는 유니코드 문자가 포함되어 있습니다. 이것이 의도적인 것이라고 판단되면, 이 경고를 무시해도 됩니다. Escape 버튼을 눌러 보이지 않는 문자를 표시할 수 있습니다.
${zhiqim_manager_history("/templateWeight.htm")}
${zhiqim_manager_breadcrumb_parent("/templateWeight.htm", "模板分数权重", "增加模板分数权重")}
${request.getValidateScript()}
<div class="content">
${zhiqim_manager_title("新增模板分数权重")}
<form name="theForm" action="templateWeightInsert.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
<table class="z-table z-bordered z-pd6 z-bg-white">
<tr height="40">
<td width="35%">类型名称:</td>
<td width="*">
<select name="scoreName" class="z-select z-w200" data-role="z-select" data-class="${zmr_color_class}">
<option value="TEMPLATE">模板</option>
<!--<option value="KEYWORD">关键词</option>-->
</select><font color=red>&nbsp;*</font>
</td>
</tr>
<tr>
<td>权重类型:(请选择)</td>
<td>
<select name="scoreType" class="z-select z-w200" data-role="z-select" data-class="${zmr_color_class}">
<#for item : ScoreConstants.getTemplateScoreTypeList()>
<option value="${item.value()}">${item.desc()}</option>
</#for>
</select><font color=red>&nbsp;*</font>
</td>
</tr>
<tr>
<td>日期:(请选择)</td>
<td><input name="dayCode" class="z-input z-w200 ${zmr_color_class}" readonly="true" onfocus="Z.date(this);"><font color=red>&nbsp;*</font></td>
</tr>
<tr>
<td>基础分:(请输入)</td>
<td><input name="scoreValue" class="z-input z-w200 ${zmr_color_class}" data-options="type:Integer;" maxlength="6"></td>
</tr>
<tr>
<td>权重值:(百分比,如50%,只需填写50</td>
<td><input name="scoreWeight" class="z-input ${zmr_color_class} z-w50 z-cyan" type="text" maxlength="2">%<font color=red>&nbsp;*</font></td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
</div>