Esempio n. 1
0
$options['400'] = "400";
$options['500'] = "500";
$options['1000'] = "1000";
echo clsArray::arrayToComboOptions($options, $_GET['per_page']);
?>

                    </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>