<%= render(:partial => 'images', :object => @images) unless @images.empty? %>
'>
>
<%= ckeditor_textarea('page', 'body', {:class => 'large', :height => '300px', :rows => '20'}) if current_user.editor == 'visual' %>
>
<%= text_area('page', 'body', {:class => 'large', :height => '300px', :rows => '20'}) if current_user.editor == 'simple' %>
<%= render_macros(@macros) if current_user.editor == 'simple' %>
<%= hidden_field_tag 'text_filter', this_blog.text_filter %>