Show More
Commit Description:
master
Commit Description:
master
References:
File last commit:
Show/Diff file:
Action:
app/views/main/help.html.haml | 47 lines | 1.1 KiB | text/x-haml | HamlLexer |
jittat
[web] added help page...
r107 = user_title_bar(@user)
.announcementbox
%span{:class => 'title'}
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.how_to_submit'
jittat
[web] added help page...
r107 .announcement
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.must_specify_language'
jittat
[web] added help page...
r107
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.list_available_language'
jittat
[web] added help page...
r107
%table{:border => '1'}
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %th{:width => '150px'} C
%th{:width => '150px'} C++
%th{:width => '150px'} Pascal
jittat
[web] added help page...
r107 %tr
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 %td=raw "<tt>/*<br/>LANG: C<br/>*/</tt>"
%td=raw "<tt>/*<br/>LANG: C++<br/>*/</tt>"
%td=raw "<tt>{<br/>LANG: Pascal<br/>}</tt>"
jittat
[web] added help page...
r107
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.accept_only_language_specified'
jittat
[web] added help page...
r107
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.specifying_task'
jittat
[web] added help page...
r107
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.example_cpp'
jittat
[web] added help page...
r107
%table{:border => '1'}
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:width => '300px'}
jittat
[web] added help page...
r107 %tt <tt>/*<br/>LANG: C++<br/>TASK: mobiles<br/>*/</tt>
%p
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 =raw t 'help.example_pas'
jittat
[web] added help page...
r107
%table{:border => '1'}
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:width => '300px'}
jittat
[web] added help page...
r107 %tt <tt>{<br/>LANG: Pascal<br/>TASK: mobiles<br/>}</tt>
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %p
fix error message when submission to closed problem
r797 = raw(t('help.ask_questions_at_messages',:message_link_name => (t 'menu.messages'),url: messages_path ))
jittat
[web] added help page...
r107