修改项目类型术语

图标
dev_repository_hjq
huang 10 years ago
parent ee4cfb9c89
commit be5c7ac6dd

@ -51,11 +51,11 @@ module ApplicationHelper
def get_project_type_css(value)
if value == 1
"pr_friend"
elsif value == 1
"pr_kafa"
elsif value == 2
"pr_keyan"
else
"pr_kafa"
"pr_friend"
end
end

@ -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 >&nbsp;&nbsp;开发模式</label></li>
<li><input type="radio" name="project_type" <%= @project.project_new_type == 2 ? 'checked' : ''%> id="research_group"/><label >&nbsp;&nbsp;研讨模式</label></li>
<li><input type="radio" name="project_type" <%= @project.project_new_type == 3 ? 'checked' : ''%> id="friend_organization"/><label >&nbsp;&nbsp;圈子模式</label></li>
<li><input type="radio" name="project_type" <%= @project.project_new_type == 1 ? 'checked' : ''%> id="development_group"/><label >&nbsp;&nbsp;协同开发模式</label></li>
<li><input type="radio" name="project_type" <%= @project.project_new_type == 2 ? 'checked' : ''%> id="research_group"/><label >&nbsp;&nbsp;学术研讨模式</label></li>
<li><input type="radio" name="project_type" <%= @project.project_new_type == 3 ? 'checked' : ''%> id="friend_organization"/><label >&nbsp;&nbsp;朋友圈子模式</label></li>
</ul>
<a href="javascript:void(0)" class="orange_btn" onclick="click_ok('<%= change_project_type_project_path @project%>');" >确定</a>

@ -55,9 +55,9 @@ zh:
label_apply_project_waiting: 已处理申请,请等待管理员审核
label_unapply_project: 取消申请
lable_sure_exit_project: 是否确认退出该项目
label_friend_organization: 圈子模式
label_research_group: 研讨模式
label_development_team: 开发模式
label_friend_organization: 朋友圈子模式
label_research_group: 学术研讨模式
label_development_team: 协同开发模式
label_member: 成员
project_module_attachments: 资源

Loading…
Cancel
Save