竞赛作品评分设置的问题
This commit is contained in:
parent
0544cd2746
commit
e28d635630
|
@ -10,7 +10,7 @@
|
|||
<ul class="pro_newsetting_con fl">
|
||||
<li class="clear">
|
||||
<input type="checkbox" class="fl ml30" id="online_evaluation" name="online_evaluation" <%=homework.online_evaluation ? 'checked' : '' %> value="1"/>
|
||||
<label class="pop_box_label_l fl text_l ml10">启用在线评审 : </label>
|
||||
<label class="pop_box_label_l fl text_l ml10" for="online_evaluation">启用在线评审 : </label>
|
||||
<div class="cl"></div>
|
||||
<ul class="clear">
|
||||
<li class="clear mt10">
|
||||
|
@ -54,12 +54,12 @@
|
|||
<ul class="fl ml90">
|
||||
<li class="clear mb10">
|
||||
<input type="radio" class="fl" id="all_score_valid" value="1" name="score_valid"/>
|
||||
<label for="score_valid" class="fl ml5">全部评分有效</label>
|
||||
<label for="all_score_valid" class="fl ml5">全部评分有效</label>
|
||||
<div class="cl"></div>
|
||||
</li>
|
||||
<li class="clear">
|
||||
<input type="radio" class="fl" id="score_valid" value="0" name="score_valid"/>
|
||||
<label for="all_score_valid" class="fl ml5">最高分和最低分无效</label>
|
||||
<label for="score_valid" class="fl ml5">最高分和最低分无效</label>
|
||||
<div class="cl"></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue