30 lines
1.7 KiB
Plaintext
30 lines
1.7 KiB
Plaintext
|
<p>
|
|||
|
<span class="c_blue" style="color:#1b55a7;">
|
|||
|
<%= link_to(h("#{@homework_common.user.login}(#{@homework_common.user.show_name})"), @homework_author_url , :style=>'color:#1b55a7; font-weight:bold;') %>
|
|||
|
</span><%= l(:mail_course_title_userin)%>
|
|||
|
<span class="c_blue" style="color:#1b55a7;">
|
|||
|
<%=h @homework_common.course.name %>
|
|||
|
</span>
|
|||
|
<%= l(:mail_course_homework_active) %> :
|
|||
|
<span class="c_blue" style="color:#1b55a7;">
|
|||
|
<%= link_to(h(@homework_common.name), @homework_common_url,:style=>'color:#1b55a7; font-weight:bold;') %>
|
|||
|
</span>
|
|||
|
<%= l(:mail_attention) %>
|
|||
|
</p>
|
|||
|
<div class="mail_box" style="border:1px solid #c8c8c8; width:570px; height: auto; padding:15px; margin-top:10px; margin-bottom:10px;">
|
|||
|
<ul style="list-style-type:none; margin:0; padding:0;">
|
|||
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_subject)%></strong></span>
|
|||
|
<span style="float: left; width: 526px"> <%= link_to(h(@homework_common.name), @homework_common_url, :style=>'color:#1b55a7; font-weight:bold;') %></span>
|
|||
|
</li>
|
|||
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_sent_from)%></strong></span>
|
|||
|
<span style="float: left; width: 526px"><%=h @homework_common.course.name %></span>
|
|||
|
</li>
|
|||
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_content)%></strong></span>
|
|||
|
<span style="float: left; width: 526px">
|
|||
|
<%= @homework_common.description.html_safe %>
|
|||
|
</span>
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
<div class="cl" style="margin-top: 30px; clear:both; overflow:hidden;"></div>
|
|||
|
</div>
|