예제 #1
0
$F->tbNotVal("Address");
?>
						<?php 
$F->tbNotVal("City");
?>
						<?php 
$F->ddlStates();
?>
						<?php 
$F->tbNotVal("ZipCode");
?>
						<?php 
$F->ddlGeneric("County", "County");
?>
						<?php 
$F->ddlCountries();
?>
						<?php 
$F->submitButton("Create Customer");
?>
						
					</div>
					<div style="clear:both">
					<input type="hidden" value="insertCustomer" name="Action">
					
				</ul>
				</form>
			</div>
			
			<div class="formBoxDialog" id="fBoxSelectExistingCustomer">
				<h1>Select Customer</h1>
예제 #2
0
						<?php 
$F->tbNotVal("City", "City", "", "float:left; clear:both; ");
?>
						<?php 
$F->ddlStates("FL", "State", "State", "float:left; padding-left:0");
?>
						<?php 
$F->tbNotVal("ZipCode", "Zip Code", "", "float:left; padding-left:0");
?>

						<?php 
$F->ddlGeneric("County", "County", "float:left; clear:both;");
?>
						<?php 
$F->ddlCountries("Country", "Country", "float:left; padding-left:0");
?>

						</ul>

						<br />
						<a href="#" style="display: block; clear:both; margin-left:30px" onclick="$('#buyerAlternateDiv').show(); return false;">Add Alternate Address</a>

						<div id="buyerAlternateDiv" style="display: none">
						<h1 style="clear:both; background-color:silver; color:#365181; font-size:1.1em;margin:2em 0 0.5em 1.25em; padding:2px 0 2px 5px; width:350px;">Alternate Address</h1>
						<ul class="form" style="clear:both">
						<?php 
$F->tbNotVal("AlternateAddress", "Alternate Address", "", "float:left; clear:both;");
?>
						<?php 
$F->tbNotVal("AlternateAddress2", "Alternate Address Line 2", "", "float:left; padding-left:0;");