Commit 4f0f9e7d authored by Romain Loth's avatar Romain Loth

graphExplorer: remove Change Level and Compare buttons (BUG-32)

parent d9e4716d
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<!-- this is the tweakbar --> <!-- this is the tweakbar -->
<div class="container-fluid navbar-default"> <div class="container-fluid navbar-default">
<div id="defaultop" class="row"> <div id="defaultop" class="row">
<div id="left" class="col-sm-10 col-md-10 col-lg-7"> <div id="left" class="col-sm-8 col-md-8 col-lg-7">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<!-- <!--
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
<button type="button" id="changetype" class="btn btn-success btn-sm">Change Type</button> <button type="button" id="changetype" class="btn btn-success btn-sm">Change Type</button>
</a></li> </a></li>
<li class='basicitem'><a> <!-- <li class='basicitem'><a>
<button type="button" id="changelevel" class="btn btn-info btn-sm" disabled>Change Level</button> <button type="button" id="changelevel" class="btn btn-info btn-sm" disabled>Change Level</button>
</a></li> </a></li> -->
<!-- TODO fix: category0 -> category1 switching --> <!-- TODO fix: category0 -> category1 switching -->
<li class='basicitem'><a> <li class='basicitem'><a>
...@@ -88,10 +88,10 @@ ...@@ -88,10 +88,10 @@
</ul> </ul>
</a></li> </a></li>
<li class='basicitem'><a> <!-- <li class='basicitem'><a>
Compare<br> Compare<br>
<img width="30" title="Compare with other corpus!" onclick="GetUserPortfolio(); $('#corpuses').modal('show');" src="{% static "img/INTER.png" %}"></img> <img width="30" title="Compare with other corpus!" onclick="GetUserPortfolio(); $('#corpuses').modal('show');" src="{% static "img/INTER.png" %}"></img>
</a></li> </a></li> -->
<li class='basicitem'><a> <li class='basicitem'><a>
<!-- TODO fix: category0 -> category1 switching --> <!-- TODO fix: category0 -> category1 switching -->
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
</ul> </ul>
</div><!-- /div#left --> </div><!-- /div#left -->
<div id="right" class="col-sm-1 col-md-1 col-lg-4"> <div id="right" class="col-sm-3 col-md-3 col-lg-4">
<div class='row' id="searchnav"> <div class='row' id="searchnav">
<div class="col-sm-1 col-md-1 col-lg-1" style="font-size:75%; line-height:90%; padding:0"> <div class="col-sm-1 col-md-1 col-lg-1" style="font-size:75%; line-height:90%; padding:0">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment