2012-12-25 23:29:20 +00:00
|
|
|
<div class="headertop">
|
|
|
|
<% if authenticated? %><button onclick="saveToMap();">Save to Map</button><% end %>
|
|
|
|
<button onclick='clearCanvas();'>Clear Canvas</button>
|
2012-10-28 18:37:46 +00:00
|
|
|
</div>
|
2012-12-25 23:29:20 +00:00
|
|
|
<div class="clearfloat"></div>
|
2012-12-23 06:12:56 +00:00
|
|
|
<div class="maps" id="container">
|
|
|
|
<div id="center-container">
|
|
|
|
<div id="infovis"></div>
|
|
|
|
</div>
|
2012-12-14 18:31:39 +00:00
|
|
|
</div>
|
2012-12-23 06:12:56 +00:00
|
|
|
<div class="clearfloat"></div>
|
|
|
|
<% if authenticated? %>
|
2013-01-01 22:45:35 +00:00
|
|
|
<%= render :partial => 'topics/new' %>
|
2012-12-23 06:12:56 +00:00
|
|
|
<%= render :partial => 'synapses/new' %>
|
2012-12-25 23:29:20 +00:00
|
|
|
<%= render :partial => 'maps/new' %>
|
2012-12-23 06:12:56 +00:00
|
|
|
<% end %>
|
|
|
|
<script>
|
2012-12-16 20:00:43 +00:00
|
|
|
//if (json.length > 0) {
|
2012-12-14 18:31:39 +00:00
|
|
|
$(document).ready(function() {
|
2012-12-23 06:12:56 +00:00
|
|
|
initialize("chaotic", true);
|
|
|
|
});
|
2012-12-16 20:00:43 +00:00
|
|
|
//}
|
2012-12-14 18:31:39 +00:00
|
|
|
</script>
|
2012-12-16 20:00:43 +00:00
|
|
|
|
2013-01-03 23:21:46 +00:00
|
|
|
<%= render :partial => 'find' %>
|
|
|
|
<%= render :partial => 'analyze' %>
|
|
|
|
<%= render :partial => 'organize' %>
|