diff popoto/ismi.html @ 4:72dc19d750ad

ADDED: Basic text box implementation for predefined constraints, to be added to in the coming week. nodeProvider, linkProvider additions.
author alistair
date Mon, 07 Sep 2015 23:51:47 -0400
parents db013b2f3e10
children fa1b4fa5b4f8
line wrap: on
line diff
--- a/popoto/ismi.html	Tue Sep 01 17:05:31 2015 +0200
+++ b/popoto/ismi.html	Mon Sep 07 23:51:47 2015 -0400
@@ -13,8 +13,19 @@
 </header>
 
 <section class="ppt-section-main">
-    <div class="ppt-section-header">
+    <div class="ppt-section-header" style="height: 150px; line-height: 45px;">
         <span class="ppt-header-span">Graph</span> search
+        <form>
+            <label>
+                <input id="constraint" type="text" style="width: 500px;" value='$identifier.label IN [""]'>
+            </label>
+            <input id="filter-button" type="button" value="Use this filter">
+            <br>
+            <label>
+                <input id="constraint2" type="text" style="width: 500px;" value='$identifier.death_date_text IN [""]'>
+            </label>
+            <input id="filter-button2" type="button" value="Use this filter">
+        </form>
     </div>
 
     <div class="ppt-container-graph">