Exemple #1
0
		 <tr>
            <td height="530"  align="center" valign="top" class="top5">
              <form action="" method="post" enctype="multipart/form-data" name="frm" onsubmit="return validateFrm(this);">
			  <input type="hidden" name="submitForm" value="yes">
				<table width="98%"  align="center" border="0" cellspacing="0" cellpadding="0" class="greyBorder">
  <tr>
    <td align="left" valign="top">
		<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" >
				<tr align="left"> 
					<td height="30" width="20%" class="boxheadbg_title">&nbsp;&nbsp;
				    S.No</td>
                     <td height="30" width="20%" class="boxheadbg_title">&nbsp;&nbsp;
				    Code</td>
					<td height="30" width="20%" class="boxheadbg_title">&nbsp;&nbsp;
				    Avaibility<?php 
echo sort_column('status');
?>
</td>                    
					<td height="30" width="20%" class="boxheadbg_title">&nbsp;&nbsp;
				    Sponsor Id</td>                    
					<td height="30" width="20%" class="boxheadbg_title">&nbsp;&nbsp;
				    User Name</td>                    
				</tr>
				<?php 
$ClassName = 'oddrow';
if ($obj->NumRows($tokens) > 0) {
    $i = 1;
    while ($token = $obj->fetchNextObject($tokens)) {
        if ($ClassName == 'oddrow') {
            $ClassName = 'evenrow';
        } else {
Exemple #2
0
</td>
					<td height="30" width="20" class="boxheadbg">&nbsp;&nbsp;
				    Direct Income<?php 
echo sort_column('direct_income');
?>
</td>
                     <td height="30" width="15%" class="boxheadbg">&nbsp;&nbsp;
				    Indirect Income<?php 
echo sort_column('indirect_income');
?>
</td>
                    <td height="30" width="15%" class="boxheadbg">&nbsp;&nbsp;
				    Inactive User</td>
					<td height="30" width="25%" class="boxheadbg">&nbsp;&nbsp;
				    Commission Generate Date<?php 
echo sort_column('commissin_generate_date');
?>
</td>					
				</tr>
					<?php 
$ClassName = 'oddrow';
if ($obj->NumRows($myWallet) > 0) {
    $i = 1;
    while ($line = $obj->fetchNextObject($myWallet)) {
        if ($ClassName == 'oddrow') {
            $ClassName = 'evenrow';
        } else {
            $ClassName = 'oddrow';
        }
        ?>