|
|
|
@ -225,9 +225,9 @@
|
|
|
|
|
<div class=" mt10">
|
|
|
|
|
<h3 class="mb10 c_blue">请选择项目类型:</h3>
|
|
|
|
|
<ul class="mb10" id="project_type">
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 1 ? 'checked' : ''%> id="development_group"/><label > 开发模式</label></li>
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 2 ? 'checked' : ''%> id="research_group"/><label > 研讨模式</label></li>
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 3 ? 'checked' : ''%> id="friend_organization"/><label > 圈子模式</label></li>
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 1 ? 'checked' : ''%> id="development_group"/><label > 协同开发模式</label></li>
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 2 ? 'checked' : ''%> id="research_group"/><label > 学术研讨模式</label></li>
|
|
|
|
|
<li><input type="radio" name="project_type" <%= @project.project_new_type == 3 ? 'checked' : ''%> id="friend_organization"/><label > 朋友圈子模式</label></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<a href="javascript:void(0)" class="orange_btn" onclick="click_ok('<%= change_project_type_project_path @project%>');" >确定</a>
|
|
|
|
|
|
|
|
|
|