<%= _('Textile markup quick reference') %> <%= link_to(_('(show)'), '#', :id => 'textile-quickref-show') %> <%= link_to(_('(hide)'), '#', :id => 'textile-quickref-hide', :style => 'display: none') %>
<%= _('Simple formatting:') %> _<%= _('italics') %>_ *<%= _('bold') %>*, -<%= _('striked')%>-.
<%= _('Links:') %> "Noosfero":http://noosfero.org/
<%= _('Images:') %> !http://example.com/image.png!
<%= _('Bullet lists:') %>
* <%= _('first item') %>
* <%= _('second item') %>
<%= _('Numbered lists:') %>
# <%= _('first item') %>
# <%= _('second item') %>
<%= _('See also a more complete Textile Reference') % 'http://redcloth.org/hobix.com/textile/' %>
Media upload
<% @folders = profile.folders %> <% form_tag({ :action => 'media_upload' }, :multipart => true) do |f| %> <%= render :partial => 'upload_file_form', :locals => { :size => 30 } %> <% end %><%= _('Drag item names to the text to add their URL') %>
<%= link_to('#', _('Upload more files'), :id => 'media-upload-more-files') %>
Media search
<% form_tag({ :action => 'search' }) do %> <%= submit_button :search, _('Search'), :id => 'media-search-button' %> <% end %><%= _('Drag item names to the text to add their URL') %>