gecko-dev/extensions/wallet/editor/sample1.html

32 строки
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<body bgcolor="#ffffff" text="#000000">
<h3><font color="#CC6600">
Enter a Shipping Address</font></h3>
<form>
<input type="hidden" name="country" value="USA" size="15">
Name:<br>
<input type="text" name="ShipTo.Name" value="" size="50" maxlength=
"60"><br>
Address Line 1 (or company name):<br>
<input type="text" name="ShipTo.Street.Line1" value="" size="50" maxlength=
"60"><br>
Address Line 2 (optional):<br>
<input type="text" name="ShipTo.Street.Line2" value="" size="50" maxlength=
"60"><br>
City:<br>
<input type="text" name="ShipTo.City" value="" size="25"><br>
State:<br>
<input type="text" name="ShipTo.State" value="" size="15"><br>
ZIP Code:<br>
<input type="text" name="ShipTo.PostalCode" value="" size="20"><br>
Phone number:<br>
<input type="text" name="ShipTo.Phone" value="" size="15"><br>
Click here when you are <input type="submit" value="done">
with this address.
</form>
</body>
</html>