Description:
merge
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r695:55afb135c5f9 - - 12 files changed: 131 inserted, 68 deleted
@@ -56,21 +56,22 | |||||
|
56 | gem 'jquery-tablesorter' |
|
56 | gem 'jquery-tablesorter' |
|
57 | gem 'jquery-countdown-rails' |
|
57 | gem 'jquery-countdown-rails' |
|
58 |
|
58 | ||
|
59 | #syntax highlighter |
|
59 | #syntax highlighter |
|
60 | gem 'rouge' |
|
60 | gem 'rouge' |
|
61 |
|
61 | ||
|
62 |
- # |
|
62 | + #bootstrap add-ons |
|
63 | gem 'bootstrap-sass', '~> 3.2.0' |
|
63 | gem 'bootstrap-sass', '~> 3.2.0' |
|
64 | gem 'bootstrap-switch-rails' |
|
64 | gem 'bootstrap-switch-rails' |
|
65 | gem 'bootstrap-toggle-rails' |
|
65 | gem 'bootstrap-toggle-rails' |
|
66 | gem 'autoprefixer-rails' |
|
66 | gem 'autoprefixer-rails' |
|
67 | - |
|
||
|
68 | - #bootstrap sortable |
|
||
|
69 | gem 'momentjs-rails' |
|
67 | gem 'momentjs-rails' |
|
70 | gem 'rails_bootstrap_sortable' |
|
68 | gem 'rails_bootstrap_sortable' |
|
|
69 | + gem 'bootstrap-datepicker-rails' | ||
|
|
70 | + gem 'bootstrap3-datetimepicker-rails' | ||
|
|
71 | + gem 'jquery-datatables-rails' | ||
|
71 |
|
72 | ||
|
72 | #----------- user interface ----------------- |
|
73 | #----------- user interface ----------------- |
|
73 | #select 2 |
|
74 | #select 2 |
|
74 | gem 'select2-rails' |
|
75 | gem 'select2-rails' |
|
75 | #ace editor |
|
76 | #ace editor |
|
76 | gem 'ace-rails-ap' |
|
77 | gem 'ace-rails-ap' |
@@ -58,16 +58,20 | |||||
|
58 | arel (6.0.4) |
|
58 | arel (6.0.4) |
|
59 | autoprefixer-rails (6.6.0) |
|
59 | autoprefixer-rails (6.6.0) |
|
60 | execjs |
|
60 | execjs |
|
61 | best_in_place (3.0.3) |
|
61 | best_in_place (3.0.3) |
|
62 | actionpack (>= 3.2) |
|
62 | actionpack (>= 3.2) |
|
63 | railties (>= 3.2) |
|
63 | railties (>= 3.2) |
|
|
64 | + bootstrap-datepicker-rails (1.7.1.1) | ||
|
|
65 | + railties (>= 3.0) | ||
|
64 | bootstrap-sass (3.2.0.2) |
|
66 | bootstrap-sass (3.2.0.2) |
|
65 | sass (~> 3.2) |
|
67 | sass (~> 3.2) |
|
66 | bootstrap-switch-rails (3.3.3) |
|
68 | bootstrap-switch-rails (3.3.3) |
|
67 | bootstrap-toggle-rails (2.2.1.0) |
|
69 | bootstrap-toggle-rails (2.2.1.0) |
|
|
70 | + bootstrap3-datetimepicker-rails (4.17.47) | ||
|
|
71 | + momentjs-rails (>= 2.8.1) | ||
|
68 | builder (3.2.2) |
|
72 | builder (3.2.2) |
|
69 | coffee-rails (4.2.1) |
|
73 | coffee-rails (4.2.1) |
|
70 | coffee-script (>= 2.2.0) |
|
74 | coffee-script (>= 2.2.0) |
|
71 | railties (>= 4.0.0, < 5.2.x) |
|
75 | railties (>= 4.0.0, < 5.2.x) |
|
72 | coffee-script (2.4.1) |
|
76 | coffee-script (2.4.1) |
|
73 | coffee-script-source |
|
77 | coffee-script-source |
@@ -94,12 +98,17 | |||||
|
94 | haml (~> 4.0.0) |
|
98 | haml (~> 4.0.0) |
|
95 | nokogiri (~> 1.6.0) |
|
99 | nokogiri (~> 1.6.0) |
|
96 | ruby_parser (~> 3.5) |
|
100 | ruby_parser (~> 3.5) |
|
97 | i18n (0.7.0) |
|
101 | i18n (0.7.0) |
|
98 | in_place_editing (1.2.0) |
|
102 | in_place_editing (1.2.0) |
|
99 | jquery-countdown-rails (2.0.2) |
|
103 | jquery-countdown-rails (2.0.2) |
|
|
104 | + jquery-datatables-rails (3.4.0) | ||
|
|
105 | + actionpack (>= 3.1) | ||
|
|
106 | + jquery-rails | ||
|
|
107 | + railties (>= 3.1) | ||
|
|
108 | + sass-rails | ||
|
100 | jquery-rails (4.2.1) |
|
109 | jquery-rails (4.2.1) |
|
101 | rails-dom-testing (>= 1, < 3) |
|
110 | rails-dom-testing (>= 1, < 3) |
|
102 | railties (>= 4.2.0) |
|
111 | railties (>= 4.2.0) |
|
103 | thor (>= 0.14, < 2.0) |
|
112 | thor (>= 0.14, < 2.0) |
|
104 | jquery-tablesorter (1.23.3) |
|
113 | jquery-tablesorter (1.23.3) |
|
105 | railties (>= 3.2, < 6) |
|
114 | railties (>= 3.2, < 6) |
@@ -198,22 +207,25 | |||||
|
198 |
|
207 | ||
|
199 | DEPENDENCIES |
|
208 | DEPENDENCIES |
|
200 | ace-rails-ap |
|
209 | ace-rails-ap |
|
201 | activerecord-session_store |
|
210 | activerecord-session_store |
|
202 | autoprefixer-rails |
|
211 | autoprefixer-rails |
|
203 | best_in_place (~> 3.0.1) |
|
212 | best_in_place (~> 3.0.1) |
|
|
213 | + bootstrap-datepicker-rails | ||
|
204 | bootstrap-sass (~> 3.2.0) |
|
214 | bootstrap-sass (~> 3.2.0) |
|
205 | bootstrap-switch-rails |
|
215 | bootstrap-switch-rails |
|
206 | bootstrap-toggle-rails |
|
216 | bootstrap-toggle-rails |
|
|
217 | + bootstrap3-datetimepicker-rails | ||
|
207 | coffee-rails |
|
218 | coffee-rails |
|
208 | dynamic_form |
|
219 | dynamic_form |
|
209 | fuzzy-string-match |
|
220 | fuzzy-string-match |
|
210 | haml |
|
221 | haml |
|
211 | haml-rails |
|
222 | haml-rails |
|
212 | in_place_editing |
|
223 | in_place_editing |
|
213 | jquery-countdown-rails |
|
224 | jquery-countdown-rails |
|
|
225 | + jquery-datatables-rails | ||
|
214 | jquery-rails |
|
226 | jquery-rails |
|
215 | jquery-tablesorter |
|
227 | jquery-tablesorter |
|
216 | jquery-timepicker-addon-rails |
|
228 | jquery-timepicker-addon-rails |
|
217 | jquery-ui-rails |
|
229 | jquery-ui-rails |
|
218 |
|
230 | ||
|
219 | minitest-reporters |
|
231 | minitest-reporters |
@@ -229,7 +241,7 | |||||
|
229 | uglifier |
|
241 | uglifier |
|
230 | verification! |
|
242 | verification! |
|
231 | will_paginate (~> 3.0.7) |
|
243 | will_paginate (~> 3.0.7) |
|
232 | yaml_db |
|
244 | yaml_db |
|
233 |
|
245 | ||
|
234 | BUNDLED WITH |
|
246 | BUNDLED WITH |
|
235 |
- 1.1 |
|
247 | + 1.15.4 |
@@ -9,16 +9,20 | |||||
|
9 | // |
|
9 | // |
|
10 | // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
|
10 | // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
|
11 | // GO AFTER THE REQUIRES BELOW. |
|
11 | // GO AFTER THE REQUIRES BELOW. |
|
12 | // |
|
12 | // |
|
13 | //= require jquery |
|
13 | //= require jquery |
|
14 | //= require jquery_ujs |
|
14 | //= require jquery_ujs |
|
|
15 | + //= require dataTables/jquery.dataTables | ||
|
|
16 | + //= require dataTables/bootstrap/3/jquery.dataTables.bootstrap | ||
|
15 | //= require jquery-ui |
|
17 | //= require jquery-ui |
|
16 | //= require bootstrap-sprockets |
|
18 | //= require bootstrap-sprockets |
|
17 | //= require moment |
|
19 | //= require moment |
|
|
20 | + //= require moment/th | ||
|
18 | //= require bootstrap-sortable |
|
21 | //= require bootstrap-sortable |
|
|
22 | + //= require bootstrap-datetimepicker | ||
|
19 | //= require select2 |
|
23 | //= require select2 |
|
20 | //= require ace-rails-ap |
|
24 | //= require ace-rails-ap |
|
21 | //= require ace/mode-c_cpp |
|
25 | //= require ace/mode-c_cpp |
|
22 | //= require ace/mode-python |
|
26 | //= require ace/mode-python |
|
23 | //= require ace/mode-ruby |
|
27 | //= require ace/mode-ruby |
|
24 | //= require ace/mode-pascal |
|
28 | //= require ace/mode-pascal |
@@ -29,12 +33,14 | |||||
|
29 | //= require jquery.countdown |
|
33 | //= require jquery.countdown |
|
30 | //-------------- addition from local_jquery ----------- |
|
34 | //-------------- addition from local_jquery ----------- |
|
31 | //= require jquery-tablesorter |
|
35 | //= require jquery-tablesorter |
|
32 | //= require best_in_place |
|
36 | //= require best_in_place |
|
33 | //= require best_in_place.jquery-ui |
|
37 | //= require best_in_place.jquery-ui |
|
34 | //= require brython |
|
38 | //= require brython |
|
|
39 | + //= require bootstrap-datepicker | ||
|
|
40 | + //= require bootstrap-datetimepicker | ||
|
35 |
|
41 | ||
|
36 | // since this is after blank line, it is not downloaded |
|
42 | // since this is after blank line, it is not downloaded |
|
37 | //x= require prototype |
|
43 | //x= require prototype |
|
38 | //x= require prototype_ujs |
|
44 | //x= require prototype_ujs |
|
39 | //x= require effects |
|
45 | //x= require effects |
|
40 | //x= require dragdrop |
|
46 | //x= require dragdrop |
@@ -30,12 +30,15 | |||||
|
30 | @import "select2"; |
|
30 | @import "select2"; |
|
31 | @import "select2-bootstrap"; |
|
31 | @import "select2-bootstrap"; |
|
32 |
|
32 | ||
|
33 | //@import bootstrap3-switch |
|
33 | //@import bootstrap3-switch |
|
34 | @import "bootstrap-toggle"; |
|
34 | @import "bootstrap-toggle"; |
|
35 | @import "bootstrap-sortable"; |
|
35 | @import "bootstrap-sortable"; |
|
|
36 | + @import "bootstrap-datepicker3"; | ||
|
|
37 | + @import "bootstrap-datetimepicker"; | ||
|
|
38 | + @import "dataTables/bootstrap/3/jquery.dataTables.bootstrap"; | ||
|
36 |
|
39 | ||
|
37 | //bootstrap navbar color (from) |
|
40 | //bootstrap navbar color (from) |
|
38 | $bgDefault: #19197b; |
|
41 | $bgDefault: #19197b; |
|
39 | $bgHighlight: #06064b; |
|
42 | $bgHighlight: #06064b; |
|
40 | $colDefault: #8e8eb4; |
|
43 | $colDefault: #8e8eb4; |
|
41 | $colHighlight: #ffffff; |
|
44 | $colHighlight: #ffffff; |
@@ -4,38 +4,44 | |||||
|
4 | # show login screen |
|
4 | # show login screen |
|
5 | reset_session |
|
5 | reset_session |
|
6 | redirect_to :controller => 'main', :action => 'login' |
|
6 | redirect_to :controller => 'main', :action => 'login' |
|
7 | end |
|
7 | end |
|
8 |
|
8 | ||
|
9 | def login |
|
9 | def login |
|
10 | - if (!GraderConfiguration['right.bypass_agreement']) and (!params[:accept_agree]) |
|
10 | + user = User.authenticate(params[:login], params[:password]) |
|
|
11 | + unless user | ||
|
|
12 | + flash[:notice] = 'Wrong password' | ||
|
|
13 | + redirect_to :controller => 'main', :action => 'login' | ||
|
|
14 | + return | ||
|
|
15 | + end | ||
|
|
16 | + | ||
|
|
17 | + if (!GraderConfiguration['right.bypass_agreement']) and (!params[:accept_agree]) and !user.admin? | ||
|
11 | flash[:notice] = 'You must accept the agreement before logging in' |
|
18 | flash[:notice] = 'You must accept the agreement before logging in' |
|
12 | redirect_to :controller => 'main', :action => 'login' |
|
19 | redirect_to :controller => 'main', :action => 'login' |
|
13 | - elsif user = User.authenticate(params[:login], params[:password]) |
|
20 | + return |
|
14 | - session[:user_id] = user.id |
|
21 | + end |
|
15 | - session[:admin] = user.admin? |
|
22 | + |
|
|
23 | + #process logging in | ||
|
|
24 | + session[:user_id] = user.id | ||
|
|
25 | + session[:admin] = user.admin? | ||
|
16 |
|
26 | ||
|
17 |
- |
|
27 | + # clear forced logout flag for multicontests contest change |
|
18 |
- |
|
28 | + if GraderConfiguration.multicontests? |
|
19 |
- |
|
29 | + contest_stat = user.contest_stat |
|
20 |
- |
|
30 | + if contest_stat.respond_to? :forced_logout |
|
21 |
- |
|
31 | + if contest_stat.forced_logout |
|
22 |
- |
|
32 | + contest_stat.forced_logout = false |
|
23 |
- |
|
33 | + contest_stat.save |
|
24 | - end |
|
||
|
25 | end |
|
34 | end |
|
26 | end |
|
35 | end |
|
27 | - |
|
36 | + end |
|
28 | - #save login information |
|
||
|
29 | - Login.create(user_id: user.id, ip_address: request.remote_ip) |
|
||
|
30 |
|
37 | ||
|
31 | - redirect_to :controller => 'main', :action => 'list' |
|
38 | + #save login information |
|
32 | - else |
|
39 | + Login.create(user_id: user.id, ip_address: request.remote_ip) |
|
33 | - flash[:notice] = 'Wrong password' |
|
40 | + |
|
34 |
- |
|
41 | + redirect_to :controller => 'main', :action => 'list' |
|
35 | - end |
|
||
|
36 | end |
|
42 | end |
|
37 |
|
43 | ||
|
38 | def site_login |
|
44 | def site_login |
|
39 | begin |
|
45 | begin |
|
40 | site = Site.find(params[:login][:site_id]) |
|
46 | site = Site.find(params[:login][:site_id]) |
|
41 | rescue ActiveRecord::RecordNotFound |
|
47 | rescue ActiveRecord::RecordNotFound |
@@ -255,16 +255,13 | |||||
|
255 | return false |
|
255 | return false |
|
256 | end |
|
256 | end |
|
257 | end |
|
257 | end |
|
258 |
|
258 | ||
|
259 | def change_date_added |
|
259 | def change_date_added |
|
260 | problems = get_problems_from_params |
|
260 | problems = get_problems_from_params |
|
261 |
- |
|
261 | + date = Date.parse(params[:date_added]) |
|
262 | - month = params[:date_added][:month].to_i |
|
||
|
263 | - day = params[:date_added][:day].to_i |
|
||
|
264 | - date = Date.new(year,month,day) |
|
||
|
265 | problems.each do |p| |
|
262 | problems.each do |p| |
|
266 | p.date_added = date |
|
263 | p.date_added = date |
|
267 | p.save |
|
264 | p.save |
|
268 | end |
|
265 | end |
|
269 | end |
|
266 | end |
|
270 |
|
267 |
@@ -21,12 +21,13 | |||||
|
21 | @users = User.all |
|
21 | @users = User.all |
|
22 | @paginated = false |
|
22 | @paginated = false |
|
23 | else |
|
23 | else |
|
24 | @users = User.paginate :page => params[:page] |
|
24 | @users = User.paginate :page => params[:page] |
|
25 | @paginated = true |
|
25 | @paginated = true |
|
26 | end |
|
26 | end |
|
|
27 | + @users = User.all | ||
|
27 | @hidden_columns = ['hashed_password', 'salt', 'created_at', 'updated_at'] |
|
28 | @hidden_columns = ['hashed_password', 'salt', 'created_at', 'updated_at'] |
|
28 | @contests = Contest.enabled |
|
29 | @contests = Contest.enabled |
|
29 | end |
|
30 | end |
|
30 |
|
31 | ||
|
31 | def active |
|
32 | def active |
|
32 | sessions = ActiveRecord::SessionStore::Session.where("updated_at >= ?", 60.minutes.ago) |
|
33 | sessions = ActiveRecord::SessionStore::Session.where("updated_at >= ?", 60.minutes.ago) |
@@ -44,28 +44,32 | |||||
|
44 | Action |
|
44 | Action |
|
45 | .panel-body |
|
45 | .panel-body |
|
46 | .submit-box |
|
46 | .submit-box |
|
47 | What do you want to do to the selected problem? |
|
47 | What do you want to do to the selected problem? |
|
48 | %br/ |
|
48 | %br/ |
|
49 | (You can shift-click to select a range of problems) |
|
49 | (You can shift-click to select a range of problems) |
|
50 | - %ul |
|
50 | + %ul.form-inline |
|
51 | %li |
|
51 | %li |
|
52 | Change date added to |
|
52 | Change date added to |
|
53 | - = select_date Date.current, :prefix => 'date_added' |
|
53 | + .input-group.date |
|
|
54 | + = text_field_tag :date_added, class: 'form-control' | ||
|
|
55 | + %span.input-group-addon | ||
|
|
56 | + %span.glyphicon.glyphicon-calendar | ||
|
|
57 | + -# = select_date Date.current, :prefix => 'date_added' | ||
|
54 | |
|
58 | |
|
55 |
- = submit_tag 'Change', :name => 'change_date_added', class: 'btn btn- |
|
59 | + = submit_tag 'Change', :name => 'change_date_added', class: 'btn btn-primary btn-sm' |
|
56 | %li |
|
60 | %li |
|
57 | Set available to |
|
61 | Set available to |
|
58 |
- = submit_tag 'True', :name => 'enable_problem', class: 'btn btn- |
|
62 | + = submit_tag 'True', :name => 'enable_problem', class: 'btn btn-primary btn-sm' |
|
59 |
- = submit_tag 'False', :name => 'disable_problem', class: 'btn btn- |
|
63 | + = submit_tag 'False', :name => 'disable_problem', class: 'btn btn-primary btn-sm' |
|
60 |
|
64 | ||
|
61 | - if GraderConfiguration.multicontests? |
|
65 | - if GraderConfiguration.multicontests? |
|
62 | %li |
|
66 | %li |
|
63 | Add to |
|
67 | Add to |
|
64 | = select("contest","id",Contest.all.collect {|c| [c.title, c.id]}) |
|
68 | = select("contest","id",Contest.all.collect {|c| [c.title, c.id]}) |
|
65 |
- = submit_tag 'Add', :name => 'add_to_contest', class: 'btn btn- |
|
69 | + = submit_tag 'Add', :name => 'add_to_contest', class: 'btn btn-primary btn-sm' |
|
66 | %li |
|
70 | %li |
|
67 | Add problems to group |
|
71 | Add problems to group |
|
68 | = select_tag "group_id", options_from_collection_for_select( Group.all, 'id','name',params[:group_name]), id: 'group_name',class: 'select2' |
|
72 | = select_tag "group_id", options_from_collection_for_select( Group.all, 'id','name',params[:group_name]), id: 'group_name',class: 'select2' |
|
69 | = submit_tag 'Add', name: 'add_group', class: 'btn btn-default' |
|
73 | = submit_tag 'Add', name: 'add_group', class: 'btn btn-default' |
|
70 |
|
74 | ||
|
71 |
|
75 | ||
@@ -89,6 +93,15 | |||||
|
89 | %td= problem.available |
|
93 | %td= problem.available |
|
90 | %td= problem.date_added |
|
94 | %td= problem.date_added |
|
91 | - if GraderConfiguration.multicontests? |
|
95 | - if GraderConfiguration.multicontests? |
|
92 | %td |
|
96 | %td |
|
93 | - problem.contests.each do |contest| |
|
97 | - problem.contests.each do |contest| |
|
94 | = "(#{contest.name} [#{link_to 'x', :action => 'remove_contest', :id => problem.id, :contest_id => contest.id }])" |
|
98 | = "(#{contest.name} [#{link_to 'x', :action => 'remove_contest', :id => problem.id, :contest_id => contest.id }])" |
|
|
99 | + | ||
|
|
100 | + :javascript | ||
|
|
101 | + $('.input-group.date').datetimepicker({ | ||
|
|
102 | + format: 'DD/MMM/YYYY', | ||
|
|
103 | + showTodayButton: true, | ||
|
|
104 | + widgetPositioning: {horizontal: 'auto', vertical: 'bottom'}, | ||
|
|
105 | + | ||
|
|
106 | + }); | ||
|
|
107 | + |
@@ -22,32 +22,36 | |||||
|
22 |
|
22 | ||
|
23 | %h2 Submissions Count |
|
23 | %h2 Submissions Count |
|
24 | = render partial: 'application/bar_graph', locals: { histogram: @histogram } |
|
24 | = render partial: 'application/bar_graph', locals: { histogram: @histogram } |
|
25 |
|
25 | ||
|
26 | %h2 Submissions |
|
26 | %h2 Submissions |
|
27 | - if @submissions and @submissions.count > 0 |
|
27 | - if @submissions and @submissions.count > 0 |
|
28 | - %table.info#main_table |
|
28 | + %table#main_table.table.table-condensed.table-striped |
|
29 | %thead |
|
29 | %thead |
|
30 |
- %tr |
|
30 | + %tr |
|
31 | %th ID |
|
31 | %th ID |
|
32 | %th Login |
|
32 | %th Login |
|
33 | %th Name |
|
33 | %th Name |
|
34 | %th Submitted_at |
|
34 | %th Submitted_at |
|
35 | %th Points |
|
35 | %th Points |
|
36 | %th comment |
|
36 | %th comment |
|
37 | %th IP |
|
37 | %th IP |
|
38 | %tbody |
|
38 | %tbody |
|
39 | - row_odd,curr = true,'' |
|
39 | - row_odd,curr = true,'' |
|
40 | - @submissions.each do |sub| |
|
40 | - @submissions.each do |sub| |
|
41 | - next unless sub.user |
|
41 | - next unless sub.user |
|
42 | - row_odd,curr = !row_odd, sub.user if curr != sub.user |
|
42 | - row_odd,curr = !row_odd, sub.user if curr != sub.user |
|
43 | - %tr{class: row_odd ? "info-odd" : "info-even"} |
|
43 | + %tr |
|
44 | %td= link_to sub.id, submission_path(sub) |
|
44 | %td= link_to sub.id, submission_path(sub) |
|
45 | %td= link_to sub.user.login, stat_user_path(sub.user) |
|
45 | %td= link_to sub.user.login, stat_user_path(sub.user) |
|
46 | %td= sub.user.full_name |
|
46 | %td= sub.user.full_name |
|
47 |
- %td |
|
47 | + %td{data: {order: sub.submitted_at}}= time_ago_in_words(sub.submitted_at) + " ago" |
|
48 | %td= sub.points |
|
48 | %td= sub.points |
|
49 | %td.fix-width= sub.grader_comment |
|
49 | %td.fix-width= sub.grader_comment |
|
50 | %td= sub.ip_address |
|
50 | %td= sub.ip_address |
|
51 | - else |
|
51 | - else |
|
52 | No submission |
|
52 | No submission |
|
53 |
|
53 | ||
|
|
54 | + :javascript | ||
|
|
55 | + $("#main_table").DataTable({ | ||
|
|
56 | + paging: false | ||
|
|
57 | + }); |
@@ -1,24 +1,35 | |||||
|
1 | %h1 Editing site |
|
1 | %h1 Editing site |
|
2 | = error_messages_for :site |
|
2 | = error_messages_for :site |
|
3 | = form_for(@site) do |f| |
|
3 | = form_for(@site) do |f| |
|
4 | - %p |
|
4 | + .row |
|
5 | - %b Name |
|
5 | + .col-md-4 |
|
6 | - %br/ |
|
6 | + .form-group.field |
|
7 | - = f.text_field :name |
|
7 | + = f.label :name, "Name" |
|
8 | - %p |
|
8 | + = f.text_field :name, class: 'form-control' |
|
9 | - %b Password |
|
9 | + .form-group.field |
|
10 | - %br/ |
|
10 | + = f.label :password, "Password" |
|
11 | - = f.text_field :password |
|
11 | + = f.text_field :password, class: 'form-control' |
|
12 | - %p |
|
12 | + .form-group.field |
|
13 | - %b Started |
|
13 | + = f.label :started, "Started" |
|
14 | - %br/ |
|
14 | + = f.check_box :started, class: 'form-control' |
|
15 | - = f.check_box :started |
|
15 | + .form-group.field |
|
16 | - %p |
|
16 | + = f.label :start_time, "Start time" |
|
17 | - %b Start time |
|
17 | + -# = f.datetime_select :start_time, :include_blank => true |
|
18 | - %br/ |
|
18 | + .input-group.date |
|
19 | - = f.datetime_select :start_time, :include_blank => true |
|
19 | + = f.text_field :start_time, class:'form-control' , value: (@site.start_time ? @site.start_time.strftime('%d/%b/%Y %H:%M') : '') |
|
20 | - %p |
|
20 | + %span.input-group-addon |
|
21 | - = f.submit "Update" |
|
21 | + %span.glyphicon.glyphicon-calendar |
|
|
22 | + .actions | ||
|
|
23 | + = f.submit "Update", class: 'btn btn-primary' | ||
|
|
24 | + .col-md-8 | ||
|
|
25 | + | ||
|
22 | = link_to 'Show', @site |
|
26 | = link_to 'Show', @site |
|
23 | | |
|
27 | | |
|
24 | = link_to 'Back', sites_path |
|
28 | = link_to 'Back', sites_path |
|
|
29 | + | ||
|
|
30 | + | ||
|
|
31 | + :javascript | ||
|
|
32 | + $('.input-group.date').datetimepicker({ | ||
|
|
33 | + format: 'DD/MMM/YYYY HH:mm', | ||
|
|
34 | + }); | ||
|
|
35 | + |
@@ -1,7 +1,7 | |||||
|
1 |
- %h1 |
|
1 | + %h1 Users |
|
2 |
|
2 | ||
|
3 | .panel.panel-primary |
|
3 | .panel.panel-primary |
|
4 | .panel-title.panel-heading |
|
4 | .panel-title.panel-heading |
|
5 | Quick Add |
|
5 | Quick Add |
|
6 | .panel-body |
|
6 | .panel-body |
|
7 | = form_tag( {method: 'post'}, {class: 'form-inline'}) do |
|
7 | = form_tag( {method: 'post'}, {class: 'form-inline'}) do |
@@ -38,14 +38,14 | |||||
|
38 | = submit_tag 'Submit', class: 'btn btn-default' |
|
38 | = submit_tag 'Submit', class: 'btn btn-default' |
|
39 |
|
39 | ||
|
40 |
|
40 | ||
|
41 | %p |
|
41 | %p |
|
42 | = link_to '+ New user', { :action => 'new' }, { class: 'btn btn-success '} |
|
42 | = link_to '+ New user', { :action => 'new' }, { class: 'btn btn-success '} |
|
43 | = link_to '+ New list of users', { :action => 'new_list' }, { class: 'btn btn-success '} |
|
43 | = link_to '+ New list of users', { :action => 'new_list' }, { class: 'btn btn-success '} |
|
|
44 | + = link_to 'Bulk Manage', bulk_manage_user_admin_path , { class: 'btn btn-default btn-info'} | ||
|
44 | = link_to 'View administrators',{ :action => 'admin'}, { class: 'btn btn-default '} |
|
45 | = link_to 'View administrators',{ :action => 'admin'}, { class: 'btn btn-default '} |
|
45 | - = link_to 'Bulk Manage', bulk_manage_user_admin_path , { class: 'btn btn-default '} |
|
||
|
46 | = link_to 'Random passwords',{ :action => 'random_all_passwords'}, { class: 'btn btn-default '} |
|
46 | = link_to 'Random passwords',{ :action => 'random_all_passwords'}, { class: 'btn btn-default '} |
|
47 | = link_to 'View active users',{ :action => 'active'}, { class: 'btn btn-default '} |
|
47 | = link_to 'View active users',{ :action => 'active'}, { class: 'btn btn-default '} |
|
48 | = link_to 'Mass mailing',{ :action => 'mass_mailing'}, { class: 'btn btn-default '} |
|
48 | = link_to 'Mass mailing',{ :action => 'mass_mailing'}, { class: 'btn btn-default '} |
|
49 |
|
49 | ||
|
50 | - if GraderConfiguration.multicontests? |
|
50 | - if GraderConfiguration.multicontests? |
|
51 | %br/ |
|
51 | %br/ |
@@ -53,23 +53,23 | |||||
|
53 | = link_to '[Manage bulk users in contests]', :action => 'contest_management' |
|
53 | = link_to '[Manage bulk users in contests]', :action => 'contest_management' |
|
54 | View users in: |
|
54 | View users in: |
|
55 | - @contests.each do |contest| |
|
55 | - @contests.each do |contest| |
|
56 | = link_to "[#{contest.name}]", :action => 'contests', :id => contest.id |
|
56 | = link_to "[#{contest.name}]", :action => 'contests', :id => contest.id |
|
57 | = link_to "[no contest]", :action => 'contests', :id => 'none' |
|
57 | = link_to "[no contest]", :action => 'contests', :id => 'none' |
|
58 |
|
58 | ||
|
59 | - Total #{@user_count} users | |
|
59 | + -# Total #{@user_count} users | |
|
60 | - - if !@paginated |
|
60 | + -# - if !@paginated |
|
61 |
- |
|
61 | + -# Display all users. |
|
62 |
- |
|
62 | + -# \#{link_to '[show in pages]', :action => 'index', :page => '1'} |
|
63 | - - else |
|
63 | + -# - else |
|
64 |
- |
|
64 | + -# Display in pages. |
|
65 |
- |
|
65 | + -# \#{link_to '[display all]', :action => 'index', :page => 'all'} | |
|
66 |
- |
|
66 | + -# \#{will_paginate @users, :container => false} |
|
67 |
|
67 | ||
|
68 |
|
68 | ||
|
69 | - %table.table.table-hover.table-condense |
|
69 | + %table.table.table-hover.table-condense.datatable |
|
70 | %thead |
|
70 | %thead |
|
71 | %th Login |
|
71 | %th Login |
|
72 | %th Full name |
|
72 | %th Full name |
|
73 | %th email |
|
73 | %th email |
|
74 | %th Remark |
|
74 | %th Remark |
|
75 | %th |
|
75 | %th |
@@ -96,6 +96,11 | |||||
|
96 | %td= link_to 'Show', {:action => 'show', :id => user}, class: 'btn btn-default btn-xs btn-block' |
|
96 | %td= link_to 'Show', {:action => 'show', :id => user}, class: 'btn btn-default btn-xs btn-block' |
|
97 | %td= link_to 'Edit', {:action => 'edit', :id => user}, class: 'btn btn-default btn-xs btn-block' |
|
97 | %td= link_to 'Edit', {:action => 'edit', :id => user}, class: 'btn btn-default btn-xs btn-block' |
|
98 | %td= link_to 'Destroy', user_admin_destroy_path(user), data: {confirm: 'Are you sure?'}, method: :delete, class: 'btn btn-danger btn-xs btn-block' |
|
98 | %td= link_to 'Destroy', user_admin_destroy_path(user), data: {confirm: 'Are you sure?'}, method: :delete, class: 'btn btn-danger btn-xs btn-block' |
|
99 | %br/ |
|
99 | %br/ |
|
100 | = link_to '+ New user', { :action => 'new' }, { class: 'btn btn-success '} |
|
100 | = link_to '+ New user', { :action => 'new' }, { class: 'btn btn-success '} |
|
101 | = link_to '+ New list of users', { :action => 'new_list' }, { class: 'btn btn-success '} |
|
101 | = link_to '+ New list of users', { :action => 'new_list' }, { class: 'btn btn-success '} |
|
|
102 | + | ||
|
|
103 | + :javascript | ||
|
|
104 | + $('.datatable').DataTable({ | ||
|
|
105 | + 'pageLength': 50 | ||
|
|
106 | + }); |
@@ -33,13 +33,13 | |||||
|
33 |
|
33 | ||
|
34 | %h2 Submission History |
|
34 | %h2 Submission History |
|
35 |
|
35 | ||
|
36 | =render partial: 'application/bar_graph', locals: {histogram: @histogram, param: {bar_width: 7}} |
|
36 | =render partial: 'application/bar_graph', locals: {histogram: @histogram, param: {bar_width: 7}} |
|
37 |
|
37 | ||
|
38 |
|
38 | ||
|
39 | - %table.tablesorter-cafe#submission_table |
|
39 | + %table#submission_table.table.table-striped |
|
40 | %thead |
|
40 | %thead |
|
41 | %tr |
|
41 | %tr |
|
42 | %th ID |
|
42 | %th ID |
|
43 | %th Problem code |
|
43 | %th Problem code |
|
44 | %th Problem full name |
|
44 | %th Problem full name |
|
45 | %th Language |
|
45 | %th Language |
@@ -61,6 +61,10 | |||||
|
61 | %td= ( s.try(:points) ? (s.points*100/s.problem.full_score) : '' ) |
|
61 | %td= ( s.try(:points) ? (s.points*100/s.problem.full_score) : '' ) |
|
62 | - if session[:admin] |
|
62 | - if session[:admin] |
|
63 | %td= s.ip_address |
|
63 | %td= s.ip_address |
|
64 |
|
64 | ||
|
65 |
|
65 | ||
|
66 |
|
66 | ||
|
|
67 | + :javascript | ||
|
|
68 | + $("#submission_table").DataTable({ | ||
|
|
69 | + paging: false | ||
|
|
70 | + }); |
You need to be logged in to leave comments.
Login now