Esempio n. 1
0
' width="150" height="150" alt='' border='0'/></a></td>
  </tr>
  <tr>
    <td colspan="2" align="left" >Update:</td>
  </tr>
  <tr >
    <td colspan="2" align="left">
      <input type="file" name="driverphoto" class="textfield"/>  <br />
					  <span class="smallbodytext"><b>NOTE:</b> These are the accepted file settings:
                      <br />
                      Allowed File Extensions: <?php 
echo implode(", ", explode(",", $this->session->userdata('local_allowed_extensions')));
?>
					  <br />
					  Maximum File Size: <?php 
echo add_commas($this->session->userdata('local_max_file_size'), 0) . " bytes";
?>
	
					  
					  <br />
					  Ideal Photo Dimensions: Height: 300px, Width: 300px</span>	  </td>
    </tr>
</table></td>
  </tr>
  <tr>
    <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="4" bordercolor="#CCCCCC">
      <tr>
        <td align="left"><b>&nbsp;&nbsp;Current Company Drivers:</b></td>
      </tr>
      <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0"  bordercolor="#CCCCCC">
                    
                    <li>The Bidding documents in English may be purchased by interested bidders on the submission of a written application to the address below at 8(b) and upon payment of a non-refundable fee of <?php 
echo add_commas($formdata['bid_documents_price'], 0) . ' ' . strtoupper($formdata['bid_documents_currency']);
?>
. The method of payment will be [insert method of payment]</li>
                    
                    <li>Bids must be delivered to the address below at 8(c) at or before <?php 
echo custom_date_format('l, d M, Y h:i A', $formdata['bid_submission_deadline']);
?>
. 
                    
                    <?php 
if (!empty($formdata['bid_security_amount'])) {
    ?>
                    All bids must be accompanied by a bid security of <?php 
    echo (is_numeric($formdata['bid_security_amount']) ? add_commas($formdata['bid_security_amount'], 0) : $formdata['bid_security_amount']) . ' ' . strtoupper($formdata['bid_security_currency']);
    ?>
 or a bid securing declaration. Bid securities or bid securing declarations must be valid until (insert day, month and year). 
                    <?php 
}
?>
                    Late bids shall be rejected. Bids will be opened in the presence of the bidders' representatives who choose to attend at the address below at 8(d) on <?php 
echo custom_date_format('l, d M, Y', $formdata['bid_openning_date']) . ' at ' . custom_date_format('h:i A', $formdata['bid_openning_date']);
?>
</li>
                    
                    <li>
                    <?php 
if (!empty($formdata['pre_bid_meeting_date'])) {
    ?>
                    There shall be a pre - bid meeting on <?php