예제 #1
0
                    </select>
                </p>
                 <div align="center"><input name="btn" type="submit" value="Search" class="btn" /></div> 
            </div>
             
        </fieldset>
    </form>
    
    <?php 
CommonFunc::RenderFlashMessage();
?>
    
    <?php 
$oDonations = new modDonations(MySql::Instance());
$paging = $oDonations->PagedDataSet($_GET);
if ($paging->hasRows()) {
    ?>
    <form method="post" action="csv_export.php">
        <input type="hidden" name="qstr" value="<?php 
    echo http_build_query($_GET);
    ?>
" />
  
    <table cellpadding="0" cellspacing="0" width="100%" class="main">
        <thead>
        <tr>
            <th width="2%" align="left"><input type='checkbox' name='checkall' onclick='checkUncheckAll(this);' class="check_radio" /></th>
            <th width="15%" align="left">First Name</th>
            <th width="15%" align="left">Last Name</th>
            <th width="10%" align="center">Email</th>