HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
_genTMaskModal.php
Go to the documentation of this file.
1 <div class="md-modal md-effect-1" id="modal-1">
2  <div class="md-content">
3  YAHOO!!!!
4  <button class="md-close">Close me!</button>
5  </div>
6 </div>
7 <div class="md-overlay"></div>
8 <button class="md-trigger" data-modal="modal-1">Newspaper</button>
9 <script src="js/classie.js"></script>
10 <script src="js/modalEffects.js"></script>
11 
12 <!-- for the blur effect -->
13 <!-- by @derSchepp https://github.com/Schepp/CSS-Filters-Polyfill -->
14 <script>
15  // this is important for IEs
16  var polyfilter_scriptpath = '/js/modals/';
17 </script>
18 <script src="js/cssParser.js"></script>
19 <script src="js/css-filters-polyfill.js"></script>