| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; // Exit if accessed directly |
| 4 |
} |
| 5 |
?> |
| 6 |
<div class="wppm_bootstrap"> |
| 7 |
<div id="wppm_project_container"> |
| 8 |
</div> |
| 9 |
</div> |
| 10 |
<!-- Pop-up snippet start --> |
| 11 |
<div id="wppm_popup_background" style="display:none;"></div> |
| 12 |
<div id="wppm_popup_container" style="display:none;"> |
| 13 |
<div class="wppm_bootstrap"> |
| 14 |
<div class="row"> |
| 15 |
<div id="wppm_popup" class="col-xs-10 col-xs-offset-1 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3"> |
| 16 |
<div id="wppm_popup_title" class="row"><h3><?php echo esc_html_e('Modal Title','taskbuilder');?></h3></div> |
| 17 |
<div id="wppm_popup_body" class="row"><?php echo esc_html_e('I am body!','taskbuilder');?></div> |
| 18 |
<div id="wppm_popup_footer" class="row"> |
| 19 |
<button type="button" class="btn wppm_popup_close" ><?php echo esc_html_e('Close','taskbuilder');?></button> |
| 20 |
<button type="button" class="btn wppm_popup_action"><?php echo esc_html_e('Save Changes','taskbuilder');?></button> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
</div> |
| 24 |
</div> |
| 25 |
<!-- Pop-up snippet end --> |
| 26 |
</div> |
| 27 |
<script type="text/javascript"> |
| 28 |
jQuery( document ).ready( function( jQuery ) { |
| 29 |
wppm_get_project_list(); |
| 30 |
}) |
| 31 |
</script> |