summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:58:05 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-26 15:58:05 +0100
commit108ca120edfbb3ae8ed1da08a9f80553f3325d13 (patch)
treecf74f15f2ef516490991dcb76e95bc576bd6bcca
parent8b0e654408fb13ddf921bb75f5f7c3ffd1b15ca9 (diff)
Remove some comments from index.html
-rw-r--r--index.html41
1 files changed, 18 insertions, 23 deletions
diff --git a/index.html b/index.html
index 0296f61..cd4dbbf 100644
--- a/index.html
+++ b/index.html
@@ -93,7 +93,7 @@
<a href="" tabindex="50" accesskey="0" title="Settings"><span class="glyphicon glyphicon-wrench"></span></a>
</li>
</ul>
- </div><!--/.nav-collapse -->
+ </div>
</div>
</div>
@@ -103,10 +103,10 @@
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3 col-xs-10 col-xs-offset-1">
<div class="panel panel-default">
- <div class="panel-heading"><!--class="modal-header"-->
+ <div class="panel-heading">
<h3 class="text-center" data-tkey="signin_header">Please sign in</h3>
</div>
- <div class="panel-body"><!--class="modal-body"-->
+ <div class="panel-body">
<form class="form" role="form" method="post" action="login" accept-charset="UTF-8" id="login-form">
<div class="form-group">
<label class="sr-only" for="username" data-tkey="username">Username</label>
@@ -120,16 +120,11 @@
data-tkey-placeholder="password" placeholder="Password"
required="required" />
</div>
- <!--div class="checkbox">
- <label>
- <input type="checkbox"> keep me logged-in
- </label>
- </div-->
<button type="submit" class="btn btn-primary btn-block" data-tkey="signin_button">Sign in</button>
<div class="login-failed" data-tkey="login_failed" style="display: none;">Login failed.</div>
</form>
</div>
- <div class="panel-body"><!--class="modal-body"-->
+ <div class="panel-body">
<div class="text-center">
<span data-tkey="signin_via">Or you can login via</span><br />
<a href="" role="button" id="aai_login_button">
@@ -137,7 +132,7 @@
</a>
</div>
</div>
- <div class="panel-footer"><!-- class="modal-footer"-->
+ <div class="panel-footer">
<div class="text-center">
<span data-tkey="signin_footer">New here?</span> <a href="" role="button" id="signup_button"><b data-tkey="signin_footer_signup">Sign up!</b></a>
</div>
@@ -321,20 +316,20 @@
<img class="img-circle" src=res/prolog.png alt="Generic placeholder image" width="140" height="140">
<h2>Prolog</h2>
</a>
- </div><!-- /.col-lg-4 -->
+ </div>
<div class="col-lg-4">
<a href="#" id="choose-python" style="display: block;" tabindex="101">
<img class="img-circle" src=res/python.png alt="Generic placeholder image" width="140" height="140">
<h2>Python</h2>
</a>
- </div><!-- /.col-lg-4 -->
+ </div>
<div class="col-lg-4">
<a href="#" id="choose-robot" style="display: block;" tabindex="102">
<img class="img-circle" src=res/eve.png alt="Generic placeholder image" width="140" height="140">
<h2>Robot</h2>
</a>
- </div><!-- /.col-lg-4 -->
- </div><!-- /.row -->
+ </div>
+ </div>
</div>
<!-- problem selection screen for a specific language: groups of problems, with descriptions -->
@@ -379,8 +374,8 @@
<div class="block-label" data-tkey="console">Console</div>
</div>
</div>
- </div><!--/row-->
- </div><!--container-->
+ </div>
+ </div>
<!-- problem screen: python -->
<div class="container-fluid quadrants" id="screen_python" style="display: none;">
@@ -409,8 +404,8 @@
<div class="block-label" data-tkey="console">Console</div>
</div>
</div>
- </div><!--/row-->
- </div><!--container-->
+ </div>
+ </div>
<!-- problem screen: robot -->
<div class="container-fluid quadrants" id="screen_robot" style="display: none;">
@@ -440,8 +435,8 @@
<div class="block-label" data-tkey="console">Console</div>
</div>
</div>
- </div><!--/row-->
- </div><!--container-->
+ </div>
+ </div>
<!-- profile screen -->
<div class="container" id="screen_profile" style="display: none;">
@@ -469,9 +464,9 @@
<div class="panel-heading" data-tkey="statistics">Statistics</div>
<table id="table1" class="table table-bordered table-striped small"></table>
</div>
- </div><!--/col-12-->
- </div><!--row-->
- </div><!--container-->
+ </div>
+ </div>
+ </div>
<!-- Settings screen -->
<div class="container" id="screen_settings" style="display: none;">