Exemplo n.º 1
0
      <div class="zipcode-city"><span class="zipcode"><?php echo $zipcode ?></span> <span class="city"><?php echo $city ?></span></div>
      <div class="country break"><?php echo $country ?></div>
      <div class="phone"><?php echo $phone ?></div>
      <div class="fax"><?php echo $fax ?> </div>
      <div class="email"><?php echo $email ?></div>
      <div class="web"><?php echo $web ?></div>
    </div>
   </td>
 </tr>
 <tr class="two">
   <td colspan="3" class="receipt-details">
     <table class="receipt-details"> 
       <tbody><tr>
         <td class="one">
           <strong><?php echo gettext("Date"); ?></strong>
           <div><?php echo $receipt->getDate() ?></div>
         </td>
        
         <?php if($display_account==1){ ?>
         <td class="three">
         	<strong><?php echo gettext("Client Account Number"); ?></strong>
           <div><?php echo $card['username'] ?></div>
         </td>
         <?php } ?>
                </tr>       
     </tbody></table>
   </td>
 </tr>
 </thead>
 <tbody>
   <tr>
Exemplo n.º 2
0
    </tr>
    <tr>
        <td >
            <font style="font-weight:bold;" ><?php 
echo gettext("FOR : ");
?>
</font>  <?php 
echo $receipt->getUsernames();
?>
        </td>
        <td align="right">
            <font style="font-weight:bold;"><?php 
echo gettext("DATE : ");
?>
</font>  <?php 
echo $receipt->getDate();
?>
        </td>
    </tr>
    <tr>
        <td colspan="2">
        <br/>
        <font style="font-weight:bold; " ><?php 
echo gettext("DESCRIPTION : ");
?>
</font>  <br/> <?php 
echo $receipt->getDescription();
?>
</td>
    </tr>
Exemplo n.º 3
0
?>
<table class="invoice_table" >
	<tr class="form_invoice_head">
	    <td width="75%" colspan="2"><font color="#FFFFFF"><?php echo gettext("RECEIPT: "); ?></font><font color="#FFFFFF"><b><?php echo $receipt->getTitle();  ?></b></font></td>
	</tr>
	<tr>
		<td>
		&nbsp;
		</td>
	</tr>
	<tr>
		<td >
			<font style="font-weight:bold;" ><?php echo gettext("FOR : "); ?></font>  <?php echo $receipt->getUsernames();  ?>
		</td>
		<td align="right">
			<font style="font-weight:bold;"><?php echo gettext("DATE : "); ?></font>  <?php echo $receipt->getDate();  ?>
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<br/>
		<font style="font-weight:bold; " ><?php echo gettext("DESCRIPTION : "); ?></font>  <br/> <?php echo $receipt->getDescription();  ?></td>
	</tr>
	
	<tr >
    <td colspan="2">
    	<table width="100%" cellspacing="10">
			<tr>
			  <th  width="20%">
			      &nbsp;
			  </th>