2019-05-01 09:52:45 +02:00
|
|
|
<div class="chrome-tabs">
|
2019-05-02 22:24:43 +02:00
|
|
|
<div class="chrome-tabs-content"></div>
|
2019-05-01 09:52:45 +02:00
|
|
|
</div>
|
|
|
|
|
2019-05-01 10:17:17 +02:00
|
|
|
<div id="note-tab-container">
|
2019-05-01 23:06:18 +02:00
|
|
|
<div id="note-tab-content-template" class="note-tab-content">
|
2019-05-01 09:52:45 +02:00
|
|
|
<% include title.ejs %>
|
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<div class="note-detail-script-area"></div>
|
2019-05-01 09:52:45 +02:00
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<table class="note-detail-promoted-attributes"></table>
|
2019-05-01 09:52:45 +02:00
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<div class="note-detail-component-wrapper">
|
|
|
|
<div class="note-detail-text note-detail-component" tabindex="10000"></div>
|
2019-05-01 09:52:45 +02:00
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<div class="note-detail-code note-detail-component"></div>
|
2019-05-01 09:52:45 +02:00
|
|
|
|
|
|
|
<% include details/search.ejs %>
|
|
|
|
|
|
|
|
<% include details/render.ejs %>
|
|
|
|
|
|
|
|
<% include details/file.ejs %>
|
|
|
|
|
|
|
|
<% include details/image.ejs %>
|
|
|
|
|
|
|
|
<% include details/relation_map.ejs %>
|
|
|
|
|
|
|
|
<% include details/protected_session_password.ejs %>
|
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<div class="children-overview"></div>
|
2019-05-01 09:52:45 +02:00
|
|
|
</div>
|
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<div class="attribute-list">
|
2019-05-01 09:52:45 +02:00
|
|
|
<button class="btn btn-sm show-attributes-button">Attributes:</button>
|
|
|
|
|
2019-05-01 23:06:18 +02:00
|
|
|
<span class="attribute-list-inner"></span>
|
2019-05-01 09:52:45 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|