|
|
@ -16,16 +16,16 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<%= link_to truncate(course_new.course.name,length: 30,omission: '...'), course_url(course_new.course, :token => @token.value),
|
|
|
|
<%= link_to truncate(course_new.course.name,length: 30,omission: '...'), course_url(course_new.course),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to course_new.author, user_activities_url(course_new.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to course_new.author, user_activities_url(course_new.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_notice) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_notice) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(course_new.title.html_safe,length: 30,omission: '...'), news_url(course_new,:token => @token.value),
|
|
|
|
<%= link_to truncate(course_new.title.html_safe,length: 30,omission: '...'), news_url(course_new),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -39,17 +39,17 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<% unless course_news_comment.commented.nil? %>
|
|
|
|
<% unless course_news_comment.commented.nil? %>
|
|
|
|
<%= link_to truncate(course_news_comment.commented.course.name,length: 30,omission: '...'), course_url(course_news_comment.commented.course, :token => @token.value),
|
|
|
|
<%= link_to truncate(course_news_comment.commented.course.name,length: 30,omission: '...'), course_url(course_news_comment.commented.course),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to course_news_comment.author, user_activities_url(course_news_comment.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to course_news_comment.author, user_activities_url(course_news_comment.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_notice_reply) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_notice_reply) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(l(:label_course_notice_point),length: 30,omission: '...'), news_url(course_news_comment.commented,:token => @token.value),
|
|
|
|
<%= link_to truncate(l(:label_course_notice_point),length: 30,omission: '...'), news_url(course_news_comment.commented),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -72,16 +72,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(bid.course.name,length: 30,omission: '...'), course_url(bid.course, :token => @token.value),
|
|
|
|
<%= link_to truncate(bid.course.name,length: 30,omission: '...'), course_url(bid.course),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to bid.user, user_activities_url(bid.user,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to bid.user, user_activities_url(bid.user), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_course_homework) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_course_homework) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(bid.name.html_safe,length: 30,omission: '...'), student_work_index_url(:homework => bid.id,:token => @token.value),
|
|
|
|
<%= link_to truncate(bid.name.html_safe,length: 30,omission: '...'), student_work_index_url(:homework => bid.id),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -105,16 +105,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(course_journal_message.course.name,length: 30,omission: '...'), course_url(course_journal_message.course, :token => @token.value),
|
|
|
|
<%= link_to truncate(course_journal_message.course.name,length: 30,omission: '...'), course_url(course_journal_message.course),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to course_journal_message.user, user_activities_url(course_journal_message.user,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to course_journal_message.user, user_activities_url(course_journal_message.user), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_journals_for_messages) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_journals_for_messages) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(course_journal_message.notes.html_safe,length: 30,omission: '...'), course_feedback_url(course_journal_message.course,:token => @token.value),
|
|
|
|
<%= link_to truncate(course_journal_message.notes.html_safe,length: 30,omission: '...'), course_feedback_url(course_journal_message.course),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -135,14 +135,14 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<%= link_to truncate(course_message.course.name,length: 30,omission: '...'), course_url(course_message.course.id, :token => @token.value),
|
|
|
|
<%= link_to truncate(course_message.course.name,length: 30,omission: '...'), course_url(course_message.course.id),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to course_message.author, user_activities_url(course_message.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to course_message.author, user_activities_url(course_message.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_messages) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_messages) %></span>
|
|
|
|
<%= link_to truncate(course_message.subject.html_safe,length: 30,omission: '...'),board_message_url(course_message, :board_id => course_message.board_id,:token => @token.value),
|
|
|
|
<%= link_to truncate(course_message.subject.html_safe,length: 30,omission: '...'),board_message_url(course_message, :board_id => course_message.board_id),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(course_message.created_on) %></span>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(course_message.created_on) %></span>
|
|
|
@ -163,16 +163,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(attachment.course.name,length: 30,omission: '...'), course_url(attachment.course, :token => @token.value),
|
|
|
|
<%= link_to truncate(attachment.course.name,length: 30,omission: '...'), course_url(attachment.course),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to attachment.author, user_activities_url(attachment.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to attachment.author, user_activities_url(attachment.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_course_file_upload) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_course_file_upload) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(attachment.filename,length: 30,omission: '...'),course_files_url(attachment.course,:token => @token.value),
|
|
|
|
<%= link_to truncate(attachment.filename,length: 30,omission: '...'),course_files_url(attachment.course),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -199,14 +199,14 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<%= link_to truncate(issue.project.name,length: 30,omission: '...'), project_url(issue.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(issue.project.name,length: 30,omission: '...'), project_url(issue.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to issue.author, user_activities_url(issue.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to issue.author, user_activities_url(issue.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_issue) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_issue) %></span>
|
|
|
|
<%= link_to truncate(issue.subject,length: 30,omission: '...'),issue_url(issue, :token => @token.value),
|
|
|
|
<%= link_to truncate(issue.subject,length: 30,omission: '...'),issue_url(issue),
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(issue.created_on) %></span>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(issue.created_on) %></span>
|
|
|
@ -217,14 +217,14 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<%= link_to truncate(issues_journal.issue.project.name,length: 30,omission: '...'), project_url(issues_journal.issue.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(issues_journal.issue.project.name,length: 30,omission: '...'), project_url(issues_journal.issue.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to issues_journal.user, user_activities_url(issues_journal.user,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to issues_journal.user, user_activities_url(issues_journal.user), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_issue_update) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_issue_update) %></span>
|
|
|
|
<%= link_to truncate(issues_journal.issue.subject, length:30,omission:'...'),issue_url(issues_journal.issue, :token => @token.value),
|
|
|
|
<%= link_to truncate(issues_journal.issue.subject, length:30,omission:'...'),issue_url(issues_journal.issue),
|
|
|
|
:style => "color:#2E8DD7;float:left;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;",
|
|
|
|
:style => "color:#2E8DD7;float:left;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;",
|
|
|
|
:onmouseover =>"message_titile_show($(this),event)",
|
|
|
|
:onmouseover =>"message_titile_show($(this),event)",
|
|
|
|
:onmouseout => "message_titile_hide($(this))"
|
|
|
|
:onmouseout => "message_titile_hide($(this))"
|
|
|
@ -251,16 +251,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_message.project.name,length: 30,omission: '...'), project_url(project_message.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(project_message.project.name,length: 30,omission: '...'), project_url(project_message.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to project_message.author, user_activities_url(project_message.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to project_message.author, user_activities_url(project_message.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_messages) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_messages) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_message.subject,length: 30,omission: '...'),board_message_url(project_message, :board_id => project_message.board_id,:token => @token.value),
|
|
|
|
<%= link_to truncate(project_message.subject,length: 30,omission: '...'),board_message_url(project_message, :board_id => project_message.board_id),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -283,16 +283,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<% unless wikicontent.page.nil? %>
|
|
|
|
<% unless wikicontent.page.nil? %>
|
|
|
|
<%= link_to truncate(wikicontent.page.wiki.project.name,length: 30,omission: '...'), project_url(wikicontent.page.wiki.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(wikicontent.page.wiki.project.name,length: 30,omission: '...'), project_url(wikicontent.page.wiki.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to wikicontent.author, user_activities_url(wikicontent.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to wikicontent.author, user_activities_url(wikicontent.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_wiki_mail_notification) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_wiki_mail_notification) %></span>
|
|
|
|
<% unless wikicontent.page.nil? %>
|
|
|
|
<% unless wikicontent.page.nil? %>
|
|
|
|
<%= link_to wikicontent.text.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe, project_wiki_url(wikicontent.page.wiki,:token => @token.value),
|
|
|
|
<%= link_to wikicontent.text.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe, project_wiki_url(wikicontent.page.wiki),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px;height:23px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px;height:23px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
@ -314,15 +314,15 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_new.project.name,length: 30,omission: '...'), project_url(project_new.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(project_new.project.name,length: 30,omission: '...'), project_url(project_new.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to project_new.author, user_activities_url(project_new.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to project_new.author, user_activities_url(project_new.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_mail_notice) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_mail_notice) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_new.title,length: 30,omission: '...'), news_url(project_new,:token => @token.value),
|
|
|
|
<%= link_to truncate(project_new.title,length: 30,omission: '...'), news_url(project_new),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(project_new.created_on) %></span>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(project_new.created_on) %></span>
|
|
|
@ -336,16 +336,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<% unless project_news_comment.commented.nil? %>
|
|
|
|
<% unless project_news_comment.commented.nil? %>
|
|
|
|
<%= link_to truncate(project_news_comment.commented.project.name,length: 30,omission: '...'), project_url(project_news_comment.commented.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(project_news_comment.commented.project.name,length: 30,omission: '...'), project_url(project_news_comment.commented.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<%= link_to project_news_comment.author, user_activities_url(project_news_comment.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to project_news_comment.author, user_activities_url(project_news_comment.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:lable_project_mail_notice_reply) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:lable_project_mail_notice_reply) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(l(:lable_project_notice_point),length: 30,omission: '...'), news_url(project_news_comment.commented,:token => @token.value),
|
|
|
|
<%= link_to truncate(l(:lable_project_notice_point),length: 30,omission: '...'), news_url(project_news_comment.commented),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(project_news_comment.created_on) %></span>
|
|
|
|
<span class="wmail_date" style="color:#6e6e6e; float:left;display:block; margin-left:40px;"><%= format_time(project_news_comment.created_on) %></span>
|
|
|
@ -366,16 +366,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_attachment.project.name,length: 30,omission: '...'), project_url(project_attachment.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(project_attachment.project.name,length: 30,omission: '...'), project_url(project_attachment.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to project_attachment.author, user_activities_url(project_attachment.author,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to project_attachment.author, user_activities_url(project_attachment.author), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_mail_upload) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_project_mail_upload) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_attachment.filename,length: 30,omission: '...'), project_files_url(project_attachment.project,:token => @token.value),
|
|
|
|
<%= link_to truncate(project_attachment.filename,length: 30,omission: '...'), project_files_url(project_attachment.project),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -398,16 +398,16 @@
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">[</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(project_journal_message.project.name,length: 30,omission: '...'), project_url(project_journal_message.project, :token => @token.value),
|
|
|
|
<%= link_to truncate(project_journal_message.project.name,length: 30,omission: '...'), project_url(project_journal_message.project),
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:class=> "wmail_column",
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style=> " font-weight: bold; display:block; float:left; color:#666;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
<span class="wmail_b" style="color:#666; font-weight:bold; float:left;">]</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to project_journal_message.user, user_activities_url(project_journal_message.user,:token => @token.value), :class => "wmail_name",
|
|
|
|
<%= link_to project_journal_message.user, user_activities_url(project_journal_message.user), :class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"%>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_journals_for_messages) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_send_course_journals_for_messages) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to project_journal_message.notes.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe, project_feedback_url(project_journal_message.project,:token => @token.value),
|
|
|
|
<%= link_to project_journal_message.notes.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe, project_feedback_url(project_journal_message.project),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px; max-height:30px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px; max-height:30px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -434,12 +434,12 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to user_journal_message.user, user_activities_url(user_journal_message.user,:token => @token.value),
|
|
|
|
<%= link_to user_journal_message.user, user_activities_url(user_journal_message.user),
|
|
|
|
:class => "wmail_name",
|
|
|
|
:class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_show_your_message) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_show_your_message) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to user_journal_message.notes.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe,feedback_url(@user,:token => @token.value),
|
|
|
|
<%= link_to user_journal_message.notes.gsub("<p>","").gsub("</p>","").gsub("<br />","").html_safe,feedback_url(@user),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px; max-height:30px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; max-width:400px; max-height:30px;font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -466,12 +466,12 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to forum.creator, user_activities_url(forum.creator,:token => @token.value),
|
|
|
|
<%= link_to forum.creator, user_activities_url(forum.creator),
|
|
|
|
:class => "wmail_name",
|
|
|
|
:class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_forum_new) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= l(:label_forum_new) %></span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(forum.name,length: 30,omission: '...'),forum_url(forum,:token => @token.value),
|
|
|
|
<%= link_to truncate(forum.name,length: 30,omission: '...'),forum_url(forum),
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:class => 'wmail_info',
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
:style => "color:#2E8DD7;float:left; font-weight:normal;margin-right:5px; display:block;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;"
|
|
|
|
%>
|
|
|
|
%>
|
|
|
@ -492,7 +492,7 @@
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to memo.author, user_activities_url(memo.author,:token => @token.value),
|
|
|
|
<%= link_to memo.author, user_activities_url(memo.author),
|
|
|
|
:class => "wmail_name",
|
|
|
|
:class => "wmail_name",
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
:style => "color:#2E8DD7; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= memo.parent_id.nil? ? l(:label_memo_new_from_forum) : l(:label_reply) %></span>
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#ACAEB1;"><%= memo.parent_id.nil? ? l(:label_memo_new_from_forum) : l(:label_reply) %></span>
|
|
|
@ -516,7 +516,7 @@
|
|
|
|
<% if Hash[*User::MAIL_NOTIFICATION_OPTIONS.flatten][@user.mail_notification] == mail_option %>
|
|
|
|
<% if Hash[*User::MAIL_NOTIFICATION_OPTIONS.flatten][@user.mail_notification] == mail_option %>
|
|
|
|
<label style="margin-top:20px;color:gray; margin-left:10px;"><%= l(mail_option) %></label>
|
|
|
|
<label style="margin-top:20px;color:gray; margin-left:10px;"><%= l(mail_option) %></label>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= link_to l(mail_option), my_change_mail_notification_url(token: @token.value,mail_notification: Hash[*User::MAIL_NOTIFICATION_OPTIONS.flatten].invert[mail_option]), :style => "margin-top:20px;color:#2775d2; margin-left:10px;" %>
|
|
|
|
<%= link_to l(mail_option), my_change_mail_notification_url(mail_notification: Hash[*User::MAIL_NOTIFICATION_OPTIONS.flatten].invert[mail_option]), :style => "margin-top:20px;color:#2775d2; margin-left:10px;" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|