2016-02-12 23:52:43 +08:00
|
|
|
<div class="panel panel-default module"
|
|
|
|
id="<%= my_module.id %>"
|
|
|
|
data-module-id="<%= my_module.id %>"
|
|
|
|
data-module-name="<%= my_module.name %>"
|
|
|
|
<% if my_module.my_module_group.present? %>
|
|
|
|
data-module-group-name="<%= my_module.my_module_group.name %>"
|
|
|
|
<% else %>
|
|
|
|
data-module-group-name=""
|
|
|
|
<% end %>
|
|
|
|
data-module-x="<%= my_module.x %>"
|
|
|
|
data-module-y="<%= my_module.y %>"
|
|
|
|
data-module-conns="<%= construct_module_connections(my_module) %>">
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
|
|
|
<h3 class="panel-title"><%= my_module.name %></h3>
|
|
|
|
|
|
|
|
<div class="dropdown pull-right module-options">
|
|
|
|
<a class="dropdown-toggle" id="<%= my_module.id %>_options" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
|
|
|
<span class="glyphicon glyphicon-triangle-bottom" aria-hidden="true"></span>
|
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu no-scale" aria-labelledby="<%= my_module.id %>_options">
|
|
|
|
<li class="dropdown-header"><%= t('projects.index.options_header') %></li>
|
|
|
|
<% if can_edit_module(my_module) %>
|
|
|
|
<li>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class="edit-module" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.edit_module" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
2016-07-27 17:35:07 +08:00
|
|
|
<% if can_edit_module_groups(my_module.experiment) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<li <%= 'style=display:none;' if my_module.my_module_group.blank? %>>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class="edit-module-group" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.edit_module_group" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
2016-07-27 17:35:07 +08:00
|
|
|
<% if can_clone_modules(my_module.experiment) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<li>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class ="clone-module" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.clone_module" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<li <%= 'style=display:none;' if my_module.my_module_group.blank? %>>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class ="clone-module-group" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.clone_module_group" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
2016-08-17 19:48:02 +08:00
|
|
|
<% if can_move_modules(my_module.experiment) %>
|
|
|
|
<li>
|
|
|
|
<a class="move-module" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.move_module" %></a>
|
|
|
|
</li>
|
2016-08-19 23:11:17 +08:00
|
|
|
<li <%= 'style=display:none;' if my_module.my_module_group.blank? %>>
|
|
|
|
<a class="move-module-group" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.move_module_group" %></a>
|
|
|
|
</li>
|
2016-08-17 19:48:02 +08:00
|
|
|
<% end %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<% if can_archive_module(my_module) %>
|
|
|
|
<li>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class="delete-module" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.delete_module" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
2016-07-27 17:35:07 +08:00
|
|
|
<% if can_archive_modules(my_module.experiment) %>
|
2017-03-28 16:43:39 +08:00
|
|
|
<li data-hook="archive-module-group"
|
|
|
|
<%= 'style=display:none;' if my_module.my_module_group.blank? %>>
|
2016-07-26 20:21:59 +08:00
|
|
|
<a class ="delete-module-group" href="" data-module-id="<%= my_module.id %>"><%=t "experiments.canvas.edit.delete_module_group" %></a>
|
2016-02-12 23:52:43 +08:00
|
|
|
</li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2016-07-27 17:35:07 +08:00
|
|
|
<% if can_edit_connections(my_module.experiment) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<div class="panel-body ep">
|
2016-07-26 20:21:59 +08:00
|
|
|
<%=t "experiments.canvas.edit.drag_connections" %>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class="overlay"></div>
|
|
|
|
|
|
|
|
</div>
|