diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 12:35:37 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 12:35:37 +0000 |
| commit | 1b325bbc5a5db4ff664709e8b08d12cac524c19c (patch) | |
| tree | 50def67d1148b8bbf0c8caaf3a6d262d20685770 /views/partials | |
| parent | 4854a31eb0e2378360b51230911e5b9e3027e978 (diff) | |
Removed unnecessary comments from layout files
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/header.hbs | 5 | ||||
| -rw-r--r-- | views/partials/login.hbs | 28 | ||||
| -rw-r--r-- | views/partials/registration.hbs | 49 |
3 files changed, 0 insertions, 82 deletions
diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 08dc92f..83f06cf 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -24,10 +24,6 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> - <!--<li><a href="user_solutions.html">Solutions Page</a></li> - <li><a href="user_profile_alt.html">Profile Page</a></li> - <li><a href="questions.html">Questions Page</a></li> - <li><a href="exams.html">Exams Pages</a></li>--> <li class="dropdown"> <a href="#" @@ -82,7 +78,6 @@ </li> - <!--<li id="header"><header><a href="#"><img src="assets/images/logo.png"></a></header></li> –>--> </ul> </div> <!-- /.navbar-collapse --> diff --git a/views/partials/login.hbs b/views/partials/login.hbs deleted file mode 100644 index 05df72e..0000000 --- a/views/partials/login.hbs +++ /dev/null @@ -1,28 +0,0 @@ -<!-- POP UP WINDOW FOR LOGIN --> -<article class="modal fade login-window"> - <div class="modal-dialog"> - <div class="modal-content"> - - <section class="modal-header"> - <button type="button" class="close" data-dismiss="modal">×</button> - <h4 class="modal-title">Log In</h4> - </section> - - <section class="modal-body"> - <form role="form" action="" method="post"> - <div class="form-group"> - <input type="text" class="form-control" placeholder="Username"> - </div> - <div class="form-group"> - <input type="password" class="form-control" placeholder="Password"> - </div> - </form> - </section> - - <div class="modal-footer"> - <button class="btn">Submit</button> - </div> - - </div> - </div> -</article>
\ No newline at end of file diff --git a/views/partials/registration.hbs b/views/partials/registration.hbs deleted file mode 100644 index 36e02ac..0000000 --- a/views/partials/registration.hbs +++ /dev/null @@ -1,49 +0,0 @@ -<!-- POP UP WINDOW FOR REGISTRATION --> -<article class="modal fade registration-window"> - <div class="modal-dialog"> - <div class="modal-content"> - - <section class="modal-header"> - <button type="button" class="close" data-dismiss="modal">×</button> - <h4 class="modal-title">Sign Up</h4> - </section> - - <section class="modal-body"> - <form role="form"> - <div class="form-group"> - <input type="text" class="form-control" placeholder="First Name"> - </div> - - <div class="form-group"> - <input type="text" class="form-control" placeholder="Last Name"> - </div> - - <div class="form-group"> - <input type="email" class="form-control" placeholder="Email"> - </div> - - <div class="form-group"> - <input type="email" class="form-control" placeholder="New Username"> - </div> - <div class="form-group"> - <input type="password" class="form-control" placeholder="New Password"> - </div> - - <div class="form-group"> - <input type="text" class="form-control" placeholder="University (optional)"> - </div> - - <div class="form-group"> - <input type="text" class="form-control" placeholder="Department (optional)"> - </div> - - </form> - </section> - - <div class="modal-footer"> - <button class="btn">Submit</button> - </div> - - </div> - </div> -</article>
\ No newline at end of file |
