2013-07-26 18:32:44 +04:00
|
|
|
<aside class="modal-background"></aside>
|
|
|
|
<article class="modal{{#if options.type}}-{{options.type}}{{/if}} {{#if options.style}}modal-style-{{options.style}}{{/if}} {{options.animation}} js-modal">
|
|
|
|
<header class="modal-header"><h1>{{content.title}}</h1>{{#if options.close}}<a class="close" href="#"><span class="hidden">Close</span></a>{{/if}}</header>
|
2013-07-22 19:31:44 +04:00
|
|
|
<section class="modal-content">
|
|
|
|
</section>
|
2013-07-26 18:32:44 +04:00
|
|
|
{{#if options.confirm}}
|
|
|
|
<footer class="modal-footer">
|
|
|
|
<button class="button-add js-button-accept">{{options.confirm.accept.text}}</button>
|
|
|
|
<button class="button-delete js-button-reject">{{options.confirm.reject.text}}</button>
|
|
|
|
</footer>
|
|
|
|
{{/if}}
|
2013-07-22 19:31:44 +04:00
|
|
|
</article>
|