예제 #1
0
            }
        </style>
    </head>
    <body>
        <div id="container">
            <?php 
$_GET["title"] = 'Lowest vendor';
include 'header.php';
?>
            <div id="content">
                <br/>
                <form action="" method="post" id="form1" >
                    <?php 
include_once "../model/Vendor.php";
$vendorObj = new Vendor();
$items = $vendorObj->vendorChangeReport();
if (count($items) > 0) {
    ?>
                    <table border="1" cellspacing="0" align="center" class="ui-corner-all">
                        <thead>
                            <tr class='ui-widget-header'>
                                <th rowspan="2">Item</th>
                                <th colspan="2">Current</th>
                                <th colspan="2">Others</th>
                            </tr>
                            <tr class='ui-widget-header'>
                                <th>Vendor</th>
                                <th>Price</th>
                                <th>Vendor</th>
                                <th>Price</th>
                            </tr>