<%= f.label "title_zh_tw", "Title (zh_tw)" %> <%= f.text_field "title_zh_tw" %>
<%= f.label "title_en", "Title (en)" %> <%= f.text_field "title_en" %>
<% content_for :page_specific_javascript do %> <% end -%><%= f.label "content_zh_tw", "Content (zh_tw)" %> <%= f.text_area "content_zh_tw", :size => '100x30' %>
<%= f.label "content_en", "Content (en)" %> <%= f.text_area "content_en", :size => '100x30' %>
<% content_for :page_specific_javascript do %> <% end -%>