...
|
...
|
@@ -37,20 +37,20 @@ |
|
|
选择学校-班级
|
|
|
</div>
|
|
|
<div class="three_model_school_tab">
|
|
|
<div class="three_model_school_left three_model_school_hover word_color">
|
|
|
<div class="three_model_school_left three_model_school_hover word_color" style="cursor: pointer;">
|
|
|
学校
|
|
|
</div>
|
|
|
<div class="three_model_school_left">
|
|
|
<div class="three_model_school_left" style="cursor: pointer;">
|
|
|
班级
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="three_model_school_data there_university" style="display: block;">
|
|
|
<div class="three_model_school_data there_university" style="display: block;cursor: pointer;">
|
|
|
<volist name="school" id="vo">
|
|
|
<div class="three_model_school_name <eq name='key' value='0'>there_unActive</eq>" onclick="click_school({$vo.id})">{$vo.school}</div>
|
|
|
<div class="three_model_school_name <eq name='key' value='0'>there_unActive</eq>" onclick="click_school({$vo.id})" style="cursor: pointer;">{$vo.school}</div>
|
|
|
</volist>
|
|
|
</div>
|
|
|
<div class="three_model_school_data there_class banjiadd">
|
|
|
<div class="three_model_school_data there_class banjiadd" style="cursor: pointer;">
|
|
|
<!--<volist name="grade_class_show" id="vo">-->
|
|
|
<!--<div class="three_model_school_name banji">{$vo}</div>-->
|
|
|
<!--</volist>-->
|
...
|
...
|
|