|
|
@@ -39,14 +39,38 @@ |
|
|
|
Fields |
|
|
|
</div> |
|
|
|
<ul> |
|
|
|
<li><button id="language">languages</button></li> |
|
|
|
<li><button id="author">authors</button></li> |
|
|
|
<li><button id="modified">date last modified</button></li> |
|
|
|
<li><button id="created">date created</button></li> |
|
|
|
<li><button id="symbol">symbols</button></li> |
|
|
|
<li><button id="function">functions</button></li> |
|
|
|
<li><button id="class">classes</button></li> |
|
|
|
<li><button id="variable">variables</button></li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="language"/> |
|
|
|
<label for="language"><div>languages</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="author"/> |
|
|
|
<label for="author"><div>authors</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="modified"/> |
|
|
|
<label for="modified"><div>date last modified</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="created"/> |
|
|
|
<label for="created"><div>date created</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="symbol"/> |
|
|
|
<label for="symbol"><div>symbols</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="function"/> |
|
|
|
<label for="function"><div>functions</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="class"/> |
|
|
|
<label for="class"><div>classes</div></label> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<input type="checkbox" id="variable"/> |
|
|
|
<label for="variable"><div>variables</div></label> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
<button id="add-group"> |
|
|
|
+ |
|
|
|