diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:39:26 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:39:26 +0200 |
| commit | fbf5fa4c408e912771d90c2a2563064ccded1e86 (patch) | |
| tree | 1b5689393f5cef6e0eec42c508b70299a1924948 | |
| parent | ad9578792d710f517b5f8c25a12388b03806b4d0 (diff) | |
index.html: consider tool-bar part of the graph-view (may change later)
| -rw-r--r-- | res/templates/index.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 2c14b899..67acaeff 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -36,30 +36,30 @@ var rz_config = { // set as a global variable <h3 class="task-desc">Connect yourself to the clubs, internship proposals, skills & scientific interests you have.</h3> <div class="task-close-button">got it</div> </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 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 id="input-box-set-container"> <div class="input-container" id="input-container__search"> <input class="input-bar" id="search" placeholder="Search for nodes or links"/> |
