Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
21782b9153
|
@ -165,7 +165,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="580px" >
|
<td colspan="2" width="580px" >
|
||||||
<span class="font_description">
|
<span class="font_description">
|
||||||
<%= textilizable bid, :description %>
|
<%= bid.description %>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -31,4 +31,5 @@ closeModal();
|
||||||
$("#resource_list").html('<%= j(render partial: "course_file" ,locals: {course: @course}) %>');
|
$("#resource_list").html('<%= j(render partial: "course_file" ,locals: {course: @course}) %>');
|
||||||
<%end%>
|
<%end%>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
$(document).ready(img_thumbnails);
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
|
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
|
||||||
if(email == "")
|
if(email == "")
|
||||||
{
|
{
|
||||||
$("#valid_email").html("电子邮件不能为空");
|
$("#valid_email").html("邮箱地址不能为空!");
|
||||||
}
|
}
|
||||||
else if (filter.test(email)) {
|
else if (filter.test(email)) {
|
||||||
$("#valid_email").html("");
|
$("#valid_email").html("");
|
||||||
|
|
Loading…
Reference in New Issue