diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-06 11:02:30 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-06 11:10:58 +0200 |
| commit | 54295bc9aa8649a4b94298f71c607f2afdddec1c (patch) | |
| tree | 68a31a90861bef2ebe4e48d6eefd4d92a03f9d44 /res | |
| parent | 6ac07b64e5784fa2b1e918f54311426dd495c0ce (diff) | |
client: graph_view: filter initial. does not affect layout, only visibility
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 3df57765..b20569f3 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -26,6 +26,26 @@ </div> <div id="search-suggestion" class="suggestion" style="display: none"> </div> + <div> + <ul class="dropdown-menu"> + <li class="dropdown-item dropdown-menu-heading">Filter by 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">Intership Proposal</label> + </li> + </ul> + </div> <div class="export"> <a href="#">Export</a> </div> |
