コード例 #1
0
<?php
/**
 * Template Name: Agencies List Page
 *
 * @package Inkness
 */
 ?>
 <?php //page 1508?>
 <?php get_header();?>
 
 <?php
 include_once('new_agency_control.php');
     $control = new agency_control();
     $result = $control->get_agencies();
 ?>
 
 <script>
 //confirmation pop-up window
            function deleteJS(agencyID)
            {
                
                if(confirm("Are you sure you want to delete this Agency?"))
                {
                    jQuery.get("?page_id=1592&id=" + agencyID,function(){
                    location.reload();
                });
                }   
            }
</script>
 
<style>