= user_title_bar(@user)
.announcementbox
%span{:class => 'title'}
=t 'help.how_to_submit'
.announcement
%p
=t 'help.must_specify_language'
%p
=t 'help.list_available_language'
%table{:border => '1'}
%tr
%th{:width => '150px'} C
%th{:width => '150px'} C++
%th{:width => '150px'} Pascal
%tr
%td= "/*
LANG: C
*/"
%td= "/*
LANG: C++
*/"
%td= "{
LANG: Pascal
}"
%p
=t 'help.accept_only_language_specified'
%p
=t 'help.specifying_task'
%p
=t 'help.example_cpp'
%table{:border => '1'}
%tr
%td{:width => '300px'}
%tt /*
LANG: C++
TASK: mobiles
*/
%p
=t 'help.example_pas'
%table{:border => '1'}
%tr
%td{:width => '300px'}
%tt {
LANG: Pascal
TASK: mobiles
}
%p
= (t('help.ask_questions_at_messages',:message_link_name => (t 'menu.messages'),:url => url_for(:controller => 'messages', :action => 'list')))