示例#1
0
    echo "<input type='radio' name='selectedD' id='selected" . $i . "' class='selectedD' value='" . $selectArray[$i - 1] . "' " . ($selected == $selectArray[$i - 1] ? "checked='checked'" : "") . "/>";
    echo "</td>";
}
?>
        	
            
        </tr>
        <tr id='make_hide'>
        	<td colspan=3>
            
                 <br/>
                 &nbsp;Select Quotation : 
                 <select name='quote_ref' class='quote_ref'>
                 	<option value=''></option>
                    <?php 
$rows = $dataprocess->GetQuotation(isset($_GET['quote_ref']) ? $_GET['quote_ref'] : "");
?>
                 </select>&nbsp; <input type="button" value="Go" class="orangebutton selectQuote"  /> <br/>
                
                 <?php 
if (isset($_GET['quote_ref'])) {
    ?>
	 
                     <hr/>
                     &nbsp;<div style='padding:5px; font-size:14px; font-weight:bold'>Relevant Product (those being offered in a bid)</div>
                     <hr/>
                     <br/>
                     <style>
                     .product_title {display:inline-block; width:500px; font-weight:bold}
                     .off {background: url(images/pdf.png) no-repeat 3px 3px; padding:5px 5px 0px 25px; width:400px; display:block; height:20px; margin-left:25px} 
                     .off:hover {background: #fafafa url(images/delete.png) no-repeat 3px 3px;  cursor:pointer}