| 1 |
<div class="wrap wp_bootstrap"> |
| 2 |
<h2 class="page-title">Gallery Editor {{#gallery}}:: {{title}}{{/gallery}}</h2> |
| 3 |
|
| 4 |
{{#messages}} |
| 5 |
<div class="{{type}}"> |
| 6 |
<p><strong>{{heading}}</strong> {{message}}</p> |
| 7 |
</div> |
| 8 |
{{/messages}} |
| 9 |
|
| 10 |
{{^has_pro}} |
| 11 |
<div class="updated"> |
| 12 |
<p><strong>Unlock extra features!</strong> With <a href="http://vimeography.com/pro?utm_source=plugin&utm_medium=edit_gallery" title="Learn more about Vimeography Pro" target="_blank">Vimeography Pro,</a> you can show hidden videos, sort your videos, show unlimited videos, search your gallery, create playlists, allow downloads and more.</p> |
| 13 |
</div> |
| 14 |
{{/has_pro}} |
| 15 |
|
| 16 |
{{#gallery}} |
| 17 |
|
| 18 |
<div id="vimeography-gallery-editor" class="vimeography-group"> |
| 19 |
|
| 20 |
<div style="display: grid; grid-template-columns: 320px 1000px;"> |
| 21 |
<div id="vimeography_admin_app"></div> <!-- React mounting point --> |
| 22 |
|
| 23 |
<div id="vimeography-gallery-container"> |
| 24 |
{{{vimeography}}} |
| 25 |
</div> |
| 26 |
</div> |
| 27 |
</div> |
| 28 |
{{/gallery}} |
| 29 |
</div> |