16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
<script type="text/javascript">
|
|
$(function(){
|
|
$("#RSide").removeAttr("id");
|
|
$("#Container").css("width","1000px");
|
|
$("#message_subject").focus();
|
|
});
|
|
</script>
|
|
<div class="mt10 mb10">
|
|
<div class="banner-big">
|
|
<div class="f16 fontGrey3">
|
|
编辑帖子
|
|
</div>
|
|
</div>
|
|
<%= render :partial => 'boards/project_new_topic',
|
|
:locals => {:f => f, :edit_mode => edit_mode, :topic => topic, :project => project} %>
|
|
</div> |