2012-10-19 04:06:16 +00:00
|
|
|
<% unless @item.nil? %>
|
2012-10-21 18:32:17 +00:00
|
|
|
<div class="home" id="container">
|
2012-10-19 04:06:16 +00:00
|
|
|
<div id="center-container">
|
|
|
|
<div id="infovis"></div>
|
|
|
|
</div>
|
|
|
|
<div id="showcard">
|
|
|
|
</div>
|
2012-09-23 02:39:12 +00:00
|
|
|
</div>
|
|
|
|
<div class="clearfloat"></div>
|
2012-10-19 04:06:16 +00:00
|
|
|
<script>
|
|
|
|
json = <%= @alljson %>;
|
|
|
|
$(document).ready(function() {
|
2012-10-21 19:57:48 +00:00
|
|
|
initFD();
|
2012-10-19 04:06:16 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<% end %>
|
|
|
|
<% if @item.nil? %>
|
|
|
|
<p><br>Shucks, there is nothing in metamaps.<p>
|
|
|
|
<% end %>
|
2012-10-21 17:19:59 +00:00
|
|
|
|
2012-10-26 10:04:52 +00:00
|
|
|
<% if authenticated? %>
|
|
|
|
<%= render :partial => 'items/new' %>
|
|
|
|
<%= render :partial => 'synapses/new' %>
|
|
|
|
<% end %>
|
2012-10-24 06:47:08 +00:00
|
|
|
|