summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-11 17:11:47 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 19:48:25 +0200
commit9968784c978199b10bd7f6fcc465ba5fc5841e0e (patch)
treea0506ee56715a4441856eba9e8d14154457f746a /index.html
parent4ffd67ad93ba1b92afad1ddc72f6b383b1bfa74a (diff)
Add edge_info tab; implements edge deletion
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index fc56488d..6b305434 100644
--- a/index.html
+++ b/index.html
@@ -17,15 +17,21 @@
<div class="UI">
<div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div>
+ <div class="info-container">
+ <div class="edge_info" style="display:none">Edge info :<br/>
+ <div class="subtitle">Click on an edge to display info</div>
+ <button id="deleteedge">Delete</button>
+ </div>
<div class="info" style="display:none">Node info :<br/>
<div class="subtitle">Click on a node to display info</div>
- <form id="editbox">
+ <form id="node-editbox">
<label>name:</label><input id="editboxname"/>
<label>description:</label><input id="editdescription"/>
<label>URL DLKJ:</label><input id="editurl"/>
<button>edit</button>
</form>
- <div class="deletenode"><button>Delete</button></div>
+ <button id="deletenode">Delete</button>
+ </div>
</div>
<div class='editinfo'>