summaryrefslogtreecommitdiff
path: root/res/templates/index.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-09 02:28:58 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-09 02:54:35 +0200
commit22e1803963db254ec2b080d9f93063fd6294eff9 (patch)
treea0374c3a5b6643a39718031a9c254e48f46262f9 /res/templates/index.html
parent967f3f24cc61a6e5cdb9396057993c74923e3c27 (diff)
down with the search-bar, on with the tool-bar
Diffstat (limited to 'res/templates/index.html')
-rw-r--r--res/templates/index.html47
1 files changed, 20 insertions, 27 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 9179d50c..8a98b83e 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -18,33 +18,6 @@
</div>
</div>
</div>
- <div class="search-bar">
- <div class="search-input">
- <input id="search" placeholder="Search for nodes and relationships"/>
- </div>
- <div id="search-suggestion" class="suggestion" style="display: none">
- </div>
- <div style="right: 200px; position: absolute;">
- <ul class="dropdown-menu">
- <li class="dropdown-item dropdown-menu-heading">Filter by node type</li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-person" style="display:none">
- <label><input type="checkbox" checked="checked" name="interest">Interest</label>
- </li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type dropdown-item-type-Skill" style="display:none">
- <label><input type="checkbox" checked="checked" name="skill">Skill</label>
- </li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-Club" style="display:none">
- <label><input type="checkbox" checked="checked" name="club">Club</label>
- </li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-person" style="display:none">
- <label><input type="checkbox" checked="checked" name="person">Person</label>
- </li>
- <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal" style="display:none">
- <label><input type="checkbox" checked="checked" name="internship-proposal">Intership Proposal</label>
- </li>
- </ul>
- </div>
- </div>
<div id="intro-task" class="task-alert" style="display:none">
<h3 class="task-desc">Connect between <span>yourself</span> and the <span> clubs,</span><span> internship proposals,</span><span> skills,</span><span> and</span><span> scientific interests</span></span> you have:
</h3>
@@ -52,6 +25,26 @@
</div>
<div id="tool-bar">
<div class="tool_bar_btn" id="btn_export" title="Export"></div>
+ <div class="tool_bar_btn" id="btn_filter" title="Filter">
+ <ul class="dropdown-menu" id="menu__type-filter" style="display:none">
+ <li class="dropdown-item dropdown-menu-heading">Filter by node type</li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <label><input type="checkbox" checked="checked" name="interest">Interest</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type dropdown-item-type-Skill">
+ <label><input type="checkbox" checked="checked" name="skill">Skill</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Club">
+ <label><input type="checkbox" checked="checked" name="club">Club</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <label><input type="checkbox" checked="checked" name="person">Person</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal">
+ <label><input type="checkbox" checked="checked" name="internship-proposal">Internship Proposal</label>
+ </li>
+ </ul>
+ </div>
</div>
<div class="graph-view">
<div class="input-container">