Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
new front page
Commit Description:
new front page
%h2 Live submit
%br
%textarea #text_haha { style : "display:none" }~ @source
.container
.row
.col-md-12
.alert.alert-info
Write your code in the following box, choose language, and click submit button when finished
.row
.col-md-7
%div #editor { style : 'height: 500px; border-radius: 7px; font-size: 14px;' }
.col-md-5
= form_tag ({ controller : :main , :action => 'submit' }, :multipart => true , class : 'form' ) do
= hidden_field_tag 'editor_text' , @source
= hidden_field_tag 'submission[problem_id]' , @problem . id
.form-group
= label_tag "Task:"
= text_field_tag 'asdf' , " #{ @problem . long_name } " , class : 'form-control' , disabled : true
.form-group
= label_tag 'Language'
= select_tag 'language_id' , options_from_collection_for_select ( Language . all , 'id' , 'pretty_name' , @lang_id || Language . first . id ), class : 'form-control select' , style : "width: 100px"
.form-group
= submit_tag 'Submit' , class : 'btn btn-success' , id : 'live_submit' ,
data : { confirm : "Submitting this source code for task #{ @problem . long_name } ?" }
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings