diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-06 18:32:42 +0200 |
commit | 0b2485f393bcc47dcf895044c410b2c8784af432 (patch) | |
tree | c47ce3db5e8ff35dccfe714b6c0635c01f07ee6d /index.html | |
parent | 3f699e7460fb79bb0b48077dddc3359ee4b974c1 (diff) |
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.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -28,15 +28,14 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="#" title="Intelligent tutor system">CodeQ</a> + <a id="navigation-home" class="navbar-brand" href="#" title="Intelligent tutor system">CodeQ</a> <!--a class="navbar-brand" id="title"></a--> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> - <li style="display: none;" id="navigation-language"><a href="" data-tkey="language">Language</a></li> - <li style="display: none;" id="navigation-problem"><a href="" data-tkey="problem">Problem</a></li> + <li style="display: none;" id="navigation-problem_list"><a href="" data-tkey="problem_list">Problems</a></li> <li style="display: none;" id="navigation-python"><a href="" data-tkey="python">Python</a></li> <li style="display: none;" id="navigation-prolog"><a href="" data-tkey="prolog">Prolog</a></li> <li style="display: none;" id="navigation-robot"><a href="" data-tkey="robot">Robot</a></li> @@ -148,7 +147,7 @@ </div> <!-- problem selection screen for a specific language: groups of problems, with descriptions --> - <div class="container" id="screen_problem" style="display: none;"></div> + <div class="container" id="screen_problem_list" style="display: none;"></div> <!-- problem screen: prolog --> <div class="container-fluid quadrants block1" id="screen_prolog" style="display: none;"> @@ -436,7 +435,7 @@ <script src="js/codeq/login.js"></script> <script src="js/codeq/profile.js"></script> <script src="js/codeq/language.js"></script> - <script src="js/codeq/problem.js"></script> + <script src="js/codeq/problem_list.js"></script> <script src="js/codeq/settings.js"></script> </body> </html> |