mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
25 lines
No EOL
858 B
Text
25 lines
No EOL
858 B
Text
<% if !defined? hide then hide = false end %>
|
|
<% if !defined? initial then initial = false end %>
|
|
<div class="new-element <%= "hidden" if hide %> <%= "initial" if initial %>" data-ts="ignore" data-type="new" title="<%=t "projects.reports.elements.new_element.title" %>"
|
|
<% if initial %>
|
|
data-step="18"
|
|
data-position="left"
|
|
data-intro="<%=t 'tutorial.new_report_html' %>"
|
|
<% end %>>
|
|
<a href="" class="new-element-href" data-action="add-new-elements">
|
|
<div class="line left-line">
|
|
<div class="filler-wrapper">
|
|
<div class="filler"></div>
|
|
</div>
|
|
</div>
|
|
<div class="plus-icon">
|
|
<span class="glyphicon glyphicon-plus"></span>
|
|
</div>
|
|
<div class="line right-line">
|
|
<div class="filler-wrapper">
|
|
<div class="filler"></div>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</a>
|
|
</div> |