- <%= image_tag(url_to_avatar(e.event_author), :class => "avatar") %> |
+
+ <%= image_tag(url_to_avatar(e.event_author), :class => "avatar") %>
+ |
- <%= h(e.event_title) if @course.nil? || (e.course != nil && @course.id != e.course.id) %>
+
+ <%= h(e.event_title) if @course.nil? || (e.course != nil && @course.id != e.course.id) %>
+
<% if @canShowRealName %>
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
- (<%= link_to_user(e.event_author, @canShowRealName) if e.respond_to?(:event_author) %>
- )
+ (<%= link_to_user(e.event_author, @canShowRealName) if e.respond_to?(:event_author) %>)
<% else %>
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
<% end %>
@@ -32,15 +35,26 @@
|
<%= h(truncate(strip_tags(e.event_description).gsub(/ /, ' '), length: 30, omission: '...')) %>
- |
+
+
- <%= l :label_activity_time %>
- : <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %>
+ |
+
+ <%= l :label_activity_time %>
+ :
+ <%= format_activity_day(day) %>
+ <%= format_time(e.event_datetime, false) %>
+
|
<% if e.event_type == "issue" %>
- <%= link_to l(:label_find_all_comments), issue_path(e.id) %> <%= l(:label_comments_count, :count => e.journals.count) %>
+
+ <%= link_to l(:label_find_all_comments), issue_path(e.id) %>
+
+
+ <%= l(:label_comments_count, :count => e.journals.count) %>
+
|
<% end %>
@@ -51,30 +65,33 @@
<% end %>
-
<% end -%>
<% if (@events_pages.page == @events_pages.last_page) %>
- <%= image_tag(url_to_avatar(@user), :class => "avatar") %> |
+
+ <%= image_tag(url_to_avatar(@user), :class => "avatar") %>
+ |
<% if @canShowRealName %>
- (<%= link_to_user(@user, @canShowRealName) %>
- )
+ (<%= link_to_user(@user, @canShowRealName) %>)
<% else %>
<%= link_to_user(@user)%>
<% end %>
- <%= l(:label_user_create_project) %> <%= link_to @course.name %>
- ! |
+ <%= l(:label_user_create_project) %>
+ <%= link_to @course.name %>
+ !
+
- <%= l :label_create_time %>
- : <%= format_time(@course.created_at) %>
+ |
+ <%= l :label_create_time %>:
+ <%= format_time(@course.created_at) %>
|
|
@@ -88,24 +105,27 @@
- <%= image_tag(url_to_avatar(@user), :class => "avatar") %> |
+
+ <%= image_tag(url_to_avatar(@user), :class => "avatar") %>
+ |
<% if @canShowRealName %>
- (<%= link_to_user(@user, @canShowRealName) %>
- )
+ (<%= link_to_user(@user, @canShowRealName) %>)
<% else %>
<%= link_to_user(@user)%>
<% end %>
-
- <%= l(:label_user_create_project) %> <%= link_to @course.name %>
- ! |
+ <%= l(:label_user_create_project) %>
+ <%= link_to @course.name %>
+ !
+
- <%= l :label_create_time %>
- : <%= format_time(@course.created_at) %>
+ |
+ <%= l :label_create_time %>:
+ <%= format_time(@course.created_at) %>
|
|
From b84e19846bb20f1a095dfef4d72c28a46be3f14a Mon Sep 17 00:00:00 2001
From: gonglexin <18008490802@163.com>
Date: Tue, 21 Oct 2014 15:38:25 +0800
Subject: [PATCH 09/12] =?UTF-8?q?#1360=20=E5=88=A0=E9=99=A4=E6=88=90?=
=?UTF-8?q?=E5=91=98=E6=97=B6=E7=BB=99=E5=87=BA=E7=A1=AE=E8=AE=A4=E6=98=AF?=
=?UTF-8?q?=E5=90=A6=E5=88=A0=E9=99=A4=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/courses/settings/_members.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/courses/settings/_members.html.erb b/app/views/courses/settings/_members.html.erb
index f685e4543..5432db8e6 100644
--- a/app/views/courses/settings/_members.html.erb
+++ b/app/views/courses/settings/_members.html.erb
@@ -51,7 +51,7 @@
:class => 'icon icon-edit' %>
<%= delete_link membership_path(member),
:remote => true,
- :data => (!User.current.admin? && member.include?(User.current) ? {:confirm => l(:text_own_membership_delete_confirmation)} : {}) if member.deletable? %>
+ :data => (!User.current.admin? && member.include?(User.current) ? {:confirm => l(:text_own_membership_delete_confirmation)} : {confirm: l(:label_delete_confirm)}) if member.deletable? %>
<% end %>
From 164297e30fa91e0c3bba5264cec940448aff335e Mon Sep 17 00:00:00 2001
From: z9hang
Date: Tue, 21 Oct 2014 16:34:46 +0800
Subject: [PATCH 10/12] =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=B8=96=E5=AD=90?=
=?UTF-8?q?=E8=A6=81=E7=82=B9=E4=B8=A4=E6=AC=A1=E6=8F=90=E4=BA=A4=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/messages/_course_show.html.erb | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb
index 51764341d..6977385d8 100644
--- a/app/views/messages/_course_show.html.erb
+++ b/app/views/messages/_course_show.html.erb
@@ -178,7 +178,7 @@
<%= form_for @reply, :as => :reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f, :replying => true} %>
<%#= submit_tag l(:button_submit) %>
-
+
<%#= preview_link({:controller => 'messages', :action => 'preview', :board_id => @board}, 'message-form') %>
<% end %>
@@ -188,12 +188,13 @@
<% html_title @topic.subject %>
\ No newline at end of file
From c76439c5152b3c8443f9fdeb38cb8468117b0740 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Tue, 21 Oct 2014 16:38:16 +0800
Subject: [PATCH 11/12] =?UTF-8?q?=20#1381=E4=BF=AE=E5=A4=8D=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E7=9B=B8=E5=85=B3=E5=86=85=E5=AE=B9=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E3=80=81=E6=96=87=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=90=8E=EF=BC=8C?=
=?UTF-8?q?=E8=B5=84=E6=BA=90=E5=88=97=E8=A1=A8=E8=A1=A8=E5=A4=B4=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84BUG=20=202.=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F=E5=8C=96=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81=20=203.?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B5=84=E6=BA=90=E5=88=97=E8=A1=A8=E4=B9=9F?=
=?UTF-8?q?=E6=9C=89=E7=9B=B8=E5=85=B3=E9=97=AE=E9=A2=98=EF=BC=8C=E4=B8=80?=
=?UTF-8?q?=E5=B9=B6=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/files/_course_file.html.erb | 8 +--
.../_course_show_all_attachment.html.erb | 59 +++++++----------
.../_course_sort_by_attachtypel.html.erb | 60 +++++++++--------
app/views/files/_show_all_attachment.html.erb | 53 +++++++--------
app/views/files/_sort_by_attachtypel.html.erb | 66 ++++++++++---------
app/views/files/getattachtype.js.erb | 20 +++---
app/views/files/index.html.erb | 19 +++---
app/views/memos/_form.html.erb | 9 ---
config/locales/zh.yml | 1 +
9 files changed, 141 insertions(+), 154 deletions(-)
diff --git a/app/views/files/_course_file.html.erb b/app/views/files/_course_file.html.erb
index cb0084b25..d00a51bc1 100644
--- a/app/views/files/_course_file.html.erb
+++ b/app/views/files/_course_file.html.erb
@@ -2,11 +2,11 @@
<% attachmenttypes = @course.attachmenttypes %>
<% sufixtypes = @course.contenttypes %>
-<%= t(:label_user_course) %>资源共享区
+
+ <%= l(:label_coursefile_sharingarea) %>
+
-
- <%#= link_to(l(:label_attachment_new), 'javascript:void(0);', :onclick=>"$('#file_buttons').slideToggle();", :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @course) %>
<%= link_to(l(:label_upload_files), 'javascript:void(0);', :class => 'icon m5p5 button_submit', :onclick => "$('#relation_file_div').slideUp();$('#upload_file_div').slideToggle('slow');") if User.current.allowed_to?(:manage_files, @course) %>
@@ -55,7 +55,7 @@
<% if sufixtypes.any? %>
- <%= select_tag "attach_sufix_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_for_select(sufixtypes),
+ <%= select_tag "attach_sufix_browse", content_tag(:option, l(:attachment_all), :value => '0') + options_for_select(sufixtypes),
:onchange => "course_attachment_contenttypes_searchex(this.value)" %>
<% end %>
diff --git a/app/views/files/_course_show_all_attachment.html.erb b/app/views/files/_course_show_all_attachment.html.erb
index 3ce583cb8..b70e6e3b6 100644
--- a/app/views/files/_course_show_all_attachment.html.erb
+++ b/app/views/files/_course_show_all_attachment.html.erb
@@ -9,57 +9,55 @@
-
<%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure" ,:class => "tableth") %>
- <%#= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope => "col", :id => "vzebra-comedy") %>
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children",:class => "tableth") %>
<%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype",:class => "tableth") %>
<%= content_tag('th', l(:attachment_sufix_browse), id: 'vzebra-contenttype', class: 'tableth', style: 'color: black')%>
<%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense",:class => "tableth") %>
<%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action",:class => "tableth") %>
<%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children",:class => "tableth") %>
-
- <%# @containers.each do |container| %>
- <%# next if container.attachments.empty? -%>
- <%# if container.is_a?(Version) -%>
-
- <%# end -%>
<% if @curse_attachments != nil %>
<% @curse_attachments.each do |file| %>
<%if file.is_public == 0 && !User.current.member_of_course?(@course)%>
<%next%>
<%end%>
">
- <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %> |
-
- <%= number_to_human_size(file.filesize) %> |
+
+ <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %>
+ |
+
+ <%= number_to_human_size(file.filesize) %>
+ |
- <%= file.attachmentstype.typeName unless file.attachmentstype.nil? %>
-
- <%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
-
+
+ <%= file.attachmentstype.typeName unless file.attachmentstype.nil? %>
+
+
+ <%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
+
+ |
+
+ <%= file.show_suffix_type %>
|
- <%= file.show_suffix_type %> |
- <%= file.file_dense_str %>
+
+ <%= file.file_dense_str %>
+
-
- <%= render :partial => 'course_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
- :attachment => file} %>
-
+
+ <%= render :partial => 'course_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
+ :attachment => file} %>
+
+ |
+
+ <%= file.downloads %>
|
- <%= file.downloads %> |
-
<%= link_to(image_tag('delete.png'), attachment_path(file),
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
@@ -77,13 +75,6 @@
|
<% end -%>
<% end %>
- <%# reset_cycle %>
- <%# end -%>
-
-
-
-
-
diff --git a/app/views/files/_course_sort_by_attachtypel.html.erb b/app/views/files/_course_sort_by_attachtypel.html.erb
index 5a0cdba02..feb8d736d 100644
--- a/app/views/files/_course_sort_by_attachtypel.html.erb
+++ b/app/views/files/_course_sort_by_attachtypel.html.erb
@@ -3,25 +3,22 @@
<% attachmenttypes = @course.attachmenttypes %>
<% delete_allowed = User.current.allowed_to?(:manage_files, @course) %>
<% edit_allowed = User.current.allowed_to?(:manage_files, @course) %>
-
+
-
- <%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure") %>
- <%#= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope => "col", :id => "vzebra-comedy") %>
- <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children") %>
- <%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype") %>
- <%= sort_header_tag('content_type', :caption => l(:attachment_sufix_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-contenttype") %>
- <%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense") %>
- <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action") %>
- <%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children") %>
-
+ <%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure" ,:class => "tableth") %>
+ <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children",:class => "tableth") %>
+ <%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype",:class => "tableth") %>
+ <%= content_tag('th', l(:attachment_sufix_browse), id: 'vzebra-contenttype', class: 'tableth', style: 'color: black')%>
+ <%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense",:class => "tableth") %>
+ <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action",:class => "tableth") %>
+ <%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children",:class => "tableth") %>
@@ -33,28 +30,36 @@
<% end %>
<% if isTypeOk(file, selAttachType, selContentType) %>
">
- <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %> |
-
+
+ <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %>
+ |
<%= number_to_human_size(file.filesize) %> |
- <%= file.attachmentstype.nil? ? l(:label_unknow_type):file.attachmentstype.typeName %>
+
+ <%= file.attachmentstype.nil? ? l(:label_unknow_type):file.attachmentstype.typeName %>
+
-
- <%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes,
- :attachment => file, :contentype => selContentType} %>
-
+
+ <%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes,
+ :attachment => file, :contentype => selContentType} %>
+
+ |
+
+ <%= file.show_suffix_type %>
|
- <%= file.show_suffix_type %> |
- <%= file.file_dense_str %>
+
+ <%= file.file_dense_str %>
+
-
- <%= render :partial => 'course_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
- :attachment => file} %>
-
+
+ <%= render :partial => 'course_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
+ :attachment => file} %>
+
+ |
+
+ <%= file.downloads %>
|
- <%= file.downloads %> |
-
<%= link_to(image_tag('delete.png'), attachment_path(file),
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
@@ -75,9 +80,6 @@
<% end -%>
<% reset_cycle %>
<% end -%>
-
-
-
|
diff --git a/app/views/files/_show_all_attachment.html.erb b/app/views/files/_show_all_attachment.html.erb
index c1df86b32..3520d5576 100644
--- a/app/views/files/_show_all_attachment.html.erb
+++ b/app/views/files/_show_all_attachment.html.erb
@@ -15,52 +15,51 @@
<%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure",:class => "tableth") %>
- <%#= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope => "col", :id => "vzebra-comedy") %>
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children",:class => "tableth") %>
<%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype",:class => "tableth") %>
<%= sort_header_tag('content_type', :caption => l(:attachment_sufix_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-contenttype",:class => "tableth") %>
<%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense",:class => "tableth") %>
<%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action",:class => "tableth") %>
<%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children",:class => "tableth") %>
-
- <%# @containers.each do |container| %>
- <%# next if container.attachments.empty? -%>
- <%# if container.is_a?(Version) -%>
-
- <%# end -%>
<% if @curse_attachments != nil %>
<% @curse_attachments.each do |file| %>
<%if file.is_public == 0 && !User.current.member_of?(@project)%>
<%next%>
<%end%>
">
- <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %> |
-
- <%= number_to_human_size(file.filesize) %> |
+
+ <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %>
+ |
+
+ <%= number_to_human_size(file.filesize) %>
+ |
- <%= file.attachmentstype.typeName %>
+
+ <%= file.attachmentstype.typeName %>
+
<%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
|
- <%= file.show_suffix_type %> |
+
+ <%= file.show_suffix_type %>
+ |
- <%= file.file_dense_str %>
+
+ <%= file.file_dense_str %>
+
-
- <%= render :partial => 'project_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
- :attachment => file} %>
-
+
+ <%= render :partial => 'project_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
+ :attachment => file} %>
+
+ |
+
+ <%= file.downloads %>
|
- <%= file.downloads %> |
-
<%= link_to(image_tag('delete.png'), attachment_path(file),
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
@@ -73,15 +72,13 @@
<%= render :partial => 'tags/tag', :locals => {:obj => file, :object_flag => "6"} %>
-
+
|
<% end -%>
- <%# reset_cycle %>
<% end -%>
-
-
-
diff --git a/app/views/files/_sort_by_attachtypel.html.erb b/app/views/files/_sort_by_attachtypel.html.erb
index 6c6e11791..5faa73b0f 100644
--- a/app/views/files/_sort_by_attachtypel.html.erb
+++ b/app/views/files/_sort_by_attachtypel.html.erb
@@ -3,7 +3,7 @@
<% attachmenttypes = @project.attachmenttypes %>
<% delete_allowed = User.current.allowed_to?(:manage_files, @project) %>
<% edit_allowed = User.current.allowed_to?(:manage_files, @project) %>
-
+
@@ -13,15 +13,13 @@
- <%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure") %>
- <%#= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope => "col", :id => "vzebra-comedy") %>
- <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children") %>
- <%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype") %>
- <%= sort_header_tag('content_type', :caption => l(:attachment_sufix_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-contenttype") %>
- <%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense") %>
- <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action") %>
- <%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children") %>
-
+ <%= sort_header_tag('filename', :caption => l(:field_filename), :scope => "col", :id => "vzebra-adventure" ,:class => "tableth") %>
+ <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope => "col", :id => "vzebra-children",:class => "tableth") %>
+ <%= sort_header_tag('attach_type', :caption => l(:attachment_browse), :default_order => 'desc', :scope => "col", :id => "vzebra-attachmenttype",:class => "tableth") %>
+ <%= content_tag('th', l(:attachment_sufix_browse), id: 'vzebra-contenttype', class: 'tableth', style: 'color: black')%>
+ <%= sort_header_tag('field_file_dense', :caption => l(:field_file_dense), :default_order => 'desc', :scope => "col", :id => "vzebra-field_file_dense",:class => "tableth") %>
+ <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope => "col", :id => "vzebra-action",:class => "tableth") %>
+ <%= sort_header_tag('operation', :caption => "", :scope => "col", :id => "vzebra-children",:class => "tableth") %>
@@ -33,28 +31,38 @@
<% end %>
<% if isTypeOk(file, selAttachType, selContentType) %>
">
- <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %> |
-
- <%= number_to_human_size(file.filesize) %> |
+
+ <%= link_to_attachment file, :download => true, :title => file.filename+"\n"+file.description.to_s, :style => "width: 230px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" %>
+ |
+
+ <%= number_to_human_size(file.filesize) %>
+ |
- <%= file.attachmentstype.nil? ? l(:label_unknow_type):file.attachmentstype.typeName %>
+
+ <%= file.attachmentstype.nil? ? l(:label_unknow_type):file.attachmentstype.typeName %>
+
-
- <%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes,
- :attachment => file, :contentype => selContentType} %>
-
+
+ <%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes,
+ :attachment => file, :contentype => selContentType} %>
+
+ |
+
+ <%= file.show_suffix_type %>
|
- <%= file.show_suffix_type %> |
- <%= file.file_dense_str %>
+
+ <%= file.file_dense_str %>
+
-
- <%= render :partial => 'project_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
- :attachment => file} %>
-
+
+ <%= render :partial => 'project_file_dense_edit', :locals => {:file_dense_list => file.file_dense_list,
+ :attachment => file} %>
+
+ |
+
+ <%= file.downloads %>
|
- <%= file.downloads %> |
-
<%= link_to(image_tag('delete.png'), attachment_path(file),
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete) if delete_allowed %>
@@ -67,7 +75,8 @@
<%= render :partial => 'tags/tag', :locals => {:obj => file, :object_flag => "6"} %>
- |
@@ -75,9 +84,6 @@
<% end -%>
<% reset_cycle %>
<% end -%>
-
-
-
diff --git a/app/views/files/getattachtype.js.erb b/app/views/files/getattachtype.js.erb
index 88722073f..7acf849ce 100644
--- a/app/views/files/getattachtype.js.erb
+++ b/app/views/files/getattachtype.js.erb
@@ -1,13 +1,13 @@
<% if @attachtype==0 && @contenttype=='0' %>
-<% if @project%>
-$("#all_browse_div").html('<%= j(render partial: "show_all_attachment")%>');
-<% elsif @course%>
-$("#all_browse_div").html('<%= j(render partial: "course_show_all_attachment")%>');
-<%end%>
+ <% if @project%>
+ $("#all_browse_div").html('<%= j(render partial: "show_all_attachment")%>');
+ <% elsif @course%>
+ $("#all_browse_div").html('<%= j(render partial: "course_show_all_attachment")%>');
+ <%end%>
<%else%>
-<% if @project%>
-$("#all_browse_div").html('<%= j(render partial: "sort_by_attachtypel")%>')
-<% elsif @course%>
-$("#all_browse_div").html('<%= j(render partial: "course_sort_by_attachtypel")%>')
-<%end%>;
+ <% if @project%>
+ $("#all_browse_div").html('<%= j(render partial: "sort_by_attachtypel")%>')
+ <% elsif @course%>
+ $("#all_browse_div").html('<%= j(render partial: "course_sort_by_attachtypel")%>')
+ <%end%>;
<%end%>
diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb
index 69b41fc28..e3f022e37 100644
--- a/app/views/files/index.html.erb
+++ b/app/views/files/index.html.erb
@@ -120,16 +120,15 @@
function course_attachment_contenttypes_searchex(value) {
<% if @course%>
- $.ajax({
-
- url: '<%=getattachtype_course_files_path(course_id: @course)%>',
- type: "POST",
- data: {
- type: $('#attachment_browse').val(),
- contentType: encodeURIComponent(value)
- }
-
- }).complete(eval_ajax);
+ $.ajax({
+ url: '<%=getattachtype_course_files_path(course_id: @course)%>',
+ type: "POST",
+ data: {
+ type: $('#attachment_browse').val(),
+ contentType: encodeURIComponent(value)
+ }
+
+ }).complete(eval_ajax);
<%end%>
}
function course_attachtype_edit(value) {
diff --git a/app/views/memos/_form.html.erb b/app/views/memos/_form.html.erb
index b22983d2a..41ea73fcd 100644
--- a/app/views/memos/_form.html.erb
+++ b/app/views/memos/_form.html.erb
@@ -1,12 +1,3 @@
<%= error_messages_for 'bid' %>
-
-
<%= f.text_field :content, :required => true, :size => 60, :style => "width:150px;" %>
<%= hidden_field_tag 'subject', ||=@memo.subject %>
\ No newline at end of file
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 43bb6812a..f453b21c3 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -2163,3 +2163,4 @@ zh:
lable_teacher_evaluation: 作业综评
lable_course_teacher: 主讲老师
lable_course_end: 课程学期已结束
+ lable_file_sharingarea: 资源共享区
From 0ba1477f1bd86aa3269f6b96ca393bcd58d80994 Mon Sep 17 00:00:00 2001
From: gonglexin <18008490802@163.com>
Date: Tue, 21 Oct 2014 16:51:30 +0800
Subject: [PATCH 12/12] =?UTF-8?q?#1360=20=E7=BF=BB=E9=A1=B5=E6=88=96?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=B9=8B=E5=89=8D=E8=8B=A5=E5=B7=B2=E7=BB=8F?=
=?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BA=86=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E5=88=99=E7=BB=99=E5=87=BA=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/courses/settings/_members.html.erb | 6 +++++-
app/views/members/autocomplete.js.erb | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/app/views/courses/settings/_members.html.erb b/app/views/courses/settings/_members.html.erb
index 5432db8e6..ab0f20257 100644
--- a/app/views/courses/settings/_members.html.erb
+++ b/app/views/courses/settings/_members.html.erb
@@ -82,7 +82,11 @@
<%= l(:label_role_plural) %>:
<% roles.each do |role| %>
-
+ <% if role.id == 10 %>
+
+ <% else %>
+
+ <% end %>
<% end %>
<%= submit_tag l(:button_add), :id => 'member-add-submit' %>
diff --git a/app/views/members/autocomplete.js.erb b/app/views/members/autocomplete.js.erb
index 5ef01c04d..d1e7a884b 100644
--- a/app/views/members/autocomplete.js.erb
+++ b/app/views/members/autocomplete.js.erb
@@ -1,6 +1,11 @@
<% if @project%>
$('#principals_for_new_member').html('<%= escape_javascript(render_principals_for_new_members(@project)) %>');
<% elsif @course%>
+ var checked = $("#principals input:checked").size();
+ if(checked > 0)
+ {
+ alert('翻页或搜索后将丢失当前选择的用户数据!');
+ }
$('#principals_for_new_member').html('<%= escape_javascript(render_principals_for_new_course_members(@course)) %>');
<%end%>
var collection=$("#principals_for_new_member").children("#principals").children("label");
|