|
|
@ -150,56 +150,60 @@
|
|
|
|
name="student_id"
|
|
|
|
name="student_id"
|
|
|
|
value="<%= @training.student_id %>"/>
|
|
|
|
value="<%= @training.student_id %>"/>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% if @training_type == 3 %>
|
|
|
|
<p class="subtitle">您的授课/研究领域(最少选1项)</p>
|
|
|
|
<p class="subtitle">您的授课/研究领域(最少选1项)</p>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">机器学习/深度学习</span>
|
|
|
|
<span class="left_tag fl">机器学习/深度学习</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="1" id="check_1" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="机器学习/深度学习" id="check_1" class="magic-checkbox">
|
|
|
|
<label for="check_1" style="top:8px"> </label>
|
|
|
|
<label for="check_1" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">计算机结构与组成</span>
|
|
|
|
<span class="left_tag fl">计算机结构与组成</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="2" id="check_2" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="计算机结构与组成" id="check_2" class="magic-checkbox">
|
|
|
|
<label for="check_2" style="top:8px"> </label>
|
|
|
|
<label for="check_2" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">计算机系统</span>
|
|
|
|
<span class="left_tag fl">计算机系统</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="3" id="check_3" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="计算机系统" id="check_3" class="magic-checkbox">
|
|
|
|
<label for="check_3" style="top:8px"> </label>
|
|
|
|
<label for="check_3" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">计算机软件技术和应用</span>
|
|
|
|
<span class="left_tag fl">计算机软件技术和应用</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="4" id="check_4" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="计算机软件技术和应用" id="check_4" class="magic-checkbox">
|
|
|
|
<label for="check_4" style="top:8px"> </label>
|
|
|
|
<label for="check_4" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">计算机理论</span>
|
|
|
|
<span class="left_tag fl">计算机理论</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="5" id="check_5" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="计算机理论" id="check_5" class="magic-checkbox">
|
|
|
|
<label for="check_5" style="top:8px"> </label>
|
|
|
|
<label for="check_5" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">计算机应用与学科交叉</span>
|
|
|
|
<span class="left_tag fl">计算机应用与学科交叉</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="6" id="check_6" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="计算机应用与学科交叉" id="check_6" class="magic-checkbox">
|
|
|
|
<label for="check_6" style="top:8px"> </label>
|
|
|
|
<label for="check_6" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">其他</span>
|
|
|
|
<span class="left_tag fl">其他</span>
|
|
|
|
<span class="fr">
|
|
|
|
<span class="fr">
|
|
|
|
<input type="checkbox" name="study" value="7" id="check_7" class="magic-checkbox">
|
|
|
|
<input type="checkbox" name="research_field[]" value="其他" id="check_7" class="magic-checkbox">
|
|
|
|
<label for="check_7" style="top:8px"> </label>
|
|
|
|
<label for="check_7" style="top:8px"> </label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
<p class="subtitle">通讯地址</p>
|
|
|
|
<p class="subtitle">通讯地址</p>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<!--<div class="clearfix" id="userArea" NavShow>-->
|
|
|
|
<!--<div class="clearfix" id="userArea" NavShow>-->
|
|
|
@ -207,7 +211,7 @@
|
|
|
|
<!--<input type="text" class="right_input" id="usertitle" placeholder="填写区域"/>-->
|
|
|
|
<!--<input type="text" class="right_input" id="usertitle" placeholder="填写区域"/>-->
|
|
|
|
<!--<i class="iconfont icon-youjiantou rightArrow"></i>-->
|
|
|
|
<!--<i class="iconfont icon-youjiantou rightArrow"></i>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!--</div>-->
|
|
|
|
<textarea class="DetailAddress" placeholder="请输入详细地址" name="address" id="DetailAdd" style="margin-top: 15px;"><%#= @training.address %></textarea>
|
|
|
|
<textarea class="DetailAddress" placeholder="请输入详细地址" name="address" id="DetailAdd" style="margin-top: 15px;"><%= @training.address %></textarea>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">手机号码</span>
|
|
|
|
<span class="left_tag fl">手机号码</span>
|
|
|
@ -217,7 +221,7 @@
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<li class="clearfix infoBar">
|
|
|
|
<span class="left_tag fl">Email</span>
|
|
|
|
<span class="left_tag fl">Email</span>
|
|
|
|
<input type="text" class="right_input" placeholder="请输入Email" id="userEmail" name="email" value="<%#= @training.email %>"/>
|
|
|
|
<input type="text" class="right_input" placeholder="请输入Email" id="userEmail" name="email" value="<%= @training.email %>"/>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<p style="height: 50px;"></p>
|
|
|
|
<p style="height: 50px;"></p>
|
|
|
|
<a href="javascript:void(0)" class="EnrollNext" onclick="NextStep();">完成</a>
|
|
|
|
<a href="javascript:void(0)" class="EnrollNext" onclick="NextStep();">完成</a>
|
|
|
|