|
|
|
@ -76,15 +76,21 @@
|
|
|
|
|
$(function () {
|
|
|
|
|
init_activity_KindEditor_data(<%= topic.id%>, null, "87%", "<%=topic.class.to_s%>");
|
|
|
|
|
showNormalImage('activity_description_<%= topic.id %>');
|
|
|
|
|
/*var description_images=$("div#activity_description_<%#= topic.id %>").find("img");
|
|
|
|
|
if (description_images.length>0) {
|
|
|
|
|
for (var i=0; i<description_images.length; i++){
|
|
|
|
|
var image=$(description_images[i]);
|
|
|
|
|
var element=$("<a></a>").attr("href",image.attr('src'));
|
|
|
|
|
image.wrap(element);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$('#activity_description_<%#= topic.id %> a').colorbox({rel:'nofollow', close: "关闭", returnFocus: false});*/
|
|
|
|
|
if($("#intro_content_<%= topic.id %>").height() > 360) {
|
|
|
|
|
$("#intro_content_show_<%= topic.id %>").show();
|
|
|
|
|
}
|
|
|
|
|
$("#intro_content_show_<%= topic.id %>").click(function(){
|
|
|
|
|
$("#activity_description_<%= topic.id %>").toggleClass("maxh360");
|
|
|
|
|
$("#activity_description_<%= topic.id%>").toggleClass("lh18");
|
|
|
|
|
$("#intro_content_show_<%= topic.id %>").hide();
|
|
|
|
|
$("#intro_content_hide_<%= topic.id %>").show();
|
|
|
|
|
});
|
|
|
|
|
$("#intro_content_hide_<%= topic.id %>").click(function(){
|
|
|
|
|
$("#activity_description_<%= topic.id %>").toggleClass("maxh360");
|
|
|
|
|
$("#activity_description_<%= topic.id%>").toggleClass("lh18");
|
|
|
|
|
$("#intro_content_hide_<%= topic.id %>").hide();
|
|
|
|
|
$("#intro_content_show_<%= topic.id %>").show();
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<% if topic %>
|
|
|
|
|