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

37 行
1.6 KiB
Plaintext

${zhiqim_manager_history("/templateWeight.htm")}
${zhiqim_manager_breadcrumb_parent("/templateWeight.htm", "模板分数权重", "修改模板分数权重")}
${request.getValidateScript()}
<div class="content">
${zhiqim_manager_title("修改模板分数权重")}
<form name="theForm" action="templateWeightUpdate.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
<input name="scoreId" type="hidden" value="${weight.getScoreId()}">
<table class="z-table z-bordered z-pd6 z-bg-white">
<tr height="40">
<td width="35%">类型名称:</td>
<td width="*">
<#if Validates.isEqual("TEMPLATE", weight.getScoreName())>模板</#if>
<#if Validates.isEqual("KEYWORD", weight.getScoreName())>关键词</#if>
</td>
</tr>
<tr height="40">
<td>权重类型:</td>
<td>${ScoreConstants.getTemplateScoreTypeDesc(weight.getScoreType())}</td>
</tr>
<tr>
<td>日期:(请选择)</td>
<td><input name="dayCode" class="z-input z-w200 ${zmr_color_class}" readonly="true" onfocus="Z.date(this);" value="${weight.getDayCode()}"><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" value="${weight.getScoreValue()}"></td>
</tr>
<tr>
<td>权重值:(百分比,如50%,只需填写50)</td>
<td><input name="scoreWeight" class="z-input ${zmr_color_class} z-w50 z-cyan" data-options="type:Integer;" maxlength="2" value="${weight.getScoreWeight()}">%<font color=red>&nbsp;*</font></td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
</div>