From 0b2485f393bcc47dcf895044c410b2c8784af432 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 6 Oct 2015 18:32:42 +0200 Subject: Rename state 'problem' to problem_list Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page. --- css/codeq.css | 2 +- index.html | 9 +- js/codeq/language.js | 10 +- js/codeq/navigation.js | 6 +- js/codeq/problem.js | 385 ----------------------------------------------- js/codeq/problem_list.js | 383 ++++++++++++++++++++++++++++++++++++++++++++++ js/codeq/prolog.js | 6 +- js/codeq/python.js | 6 +- js/codeq/robot.js | 6 +- res/en.json | 4 +- res/sl.json | 4 +- 11 files changed, 404 insertions(+), 417 deletions(-) delete mode 100644 js/codeq/problem.js create mode 100644 js/codeq/problem_list.js diff --git a/css/codeq.css b/css/codeq.css index e66ecd4..1e5919b 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -376,6 +376,6 @@ ul.dropdown-menu a { } /* problem index screen */ -#screen_problem .language-problems a { +#screen_problem_list .language-problems a { cursor: pointer; } diff --git a/index.html b/index.html index e3a6f36..5752cb6 100644 --- a/index.html +++ b/index.html @@ -28,15 +28,14 @@ - CodeQ + CodeQ - +