Don't hide the modal dialoge
[friendica.git/.git] / view / theme / frio / php / minimal.php
1 <!DOCTYPE html >\r
2 <html>\r
3 <head>\r
4         <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>\r
5         <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>\r
6         <?php if(!empty($page['htmlhead'])) echo $page['htmlhead'] ?>\r
7 </head>\r
8 <body class="minimal">\r
9         <section><?php if(!empty($page['content'])) echo $page['content']; ?>\r
10                 <div id="page-footer"></div>\r
11         </section>\r
12         <!-- Modal  -->\r
13         <div id="modal" class="modal fade" tabindex="-1" role="dialog">\r
14                 <div class="modal-dialog modal-full-screen">\r
15                         <div class="modal-content">\r
16                                 <div id="modal-header" class="modal-header">\r
17                                         <button id="modal-cloase" type="button" class="close" data-dismiss="modal">\r
18                                                 &times;\r
19                                         </button>\r
20                                         <h4 id="modal-title" class="modal-title"></h4>\r
21                                 </div>\r
22                                 <div id="modal-body" class="modal-body">\r
23                                         <!-- /# content goes here -->\r
24                                 </div>\r
25                         </div>\r
26                 </div>\r
27         </div>\r
28 </body>\r
29 </html>\r
30 \r