示例#1
0
 public static function getPaidTypeList_Revert_List()
 {
     $cnts = new Constants();
     return $cnts->reverse_array($cnts->getPaidTypeList());
 }
示例#2
0
<table width="95%" >	
	<tr>		
		<td valign="top" width="50%" >
			<table width="100%" class="editform_table1">
			   <tr>
			   		<th colspan="2" background="../Public/templates/default/images/background_cells.gif">
			   			<?php echo gettext("ACCOUNT INFO") ?>
			   		</th>	
			   </tr>
			   <tr height="20px">
					<td  class="form_head">
						<?php echo gettext("STATUS") ?> :
					</td>
					<td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
						<?php 
						$list_typepaid = Constants::getPaidTypeList();
						echo $list_typepaid[$card['typepaid']][0];?> 
					</td>
			   </tr>
			   <tr height="20px">
					<td  class="form_head">
						<?php echo gettext("ACCOUNT NUMBER") ?> :
					</td>
					<td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
						<?php echo $card['username']?> 
					</td>
			   </tr>
			   <tr height="20px">
					<td  class="form_head">
						<?php echo gettext("SERIAL NUMBER") ?> :
					</td>
示例#3
0
 public static function getPaidTypeList_Revert_List()
 {
     return Constants::reverse_array(Constants::getPaidTypeList());
 }