示例#1
0
 public static function getCardStatus_Revert_List()
 {
     $cnts = new Constants();
     return $cnts->reverse_array(Constants::getCardStatus_List());
 }
示例#2
0
				</tr>
			   	<tr height="20px">
					<td  class="form_head">
						<?php echo gettext("LANGUAGE") ?> :
					</td>
					<td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
						<?php echo $card['language']?> 
					</td>
				</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_status = Constants::getCardStatus_List();
						echo $list_status[$card['status']][0];?> 
					</td>
				</tr>
			   	<tr height="20px">	
					<td  class="form_head">
						<?php echo gettext("CREATION DATE") ?> :
					</td>
					<td class="tableBodyRight"  background="../Public/templates/default/images/background_cells.gif" width="70%">
						<?php echo $card['creationdate']?> 
					</td>
				</tr>
			   	<tr height="20px">
					<td  class="form_head">
						<?php echo gettext("EXPIRATION DATE") ?> :
					</td>
示例#3
0
 public static function getCardStatus_Revert_List()
 {
     return Constants::reverse_array(Constants::getCardStatus_List());
 }