first commit

This commit is contained in:
2025-02-20 14:58:55 +08:00
parent 687bda5ead
commit d7be84fac6
1158 changed files with 127232 additions and 0 deletions
@@ -0,0 +1,43 @@
${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>