?? purchase_now.php
字號:
<? if ($SESSION["cart"]->itemcount() == 0) { ?> <h2>Your shopping cart is empty, <a href="<?=$CFG->wwwroot?>/shopping">see the product catalog</a>.</h2> <? return false; ?><? } ?><form name="entryform" action="<?=$ME?>" method="post"><h2>Step 1. Enter Billing Information</h2><table><tr> <td width=25 nowrap><?err2($errors->customer)?></td> <td class=label>Customer:</td> <td><input type="text" name="customer" size=50 value="<? pv($customer) ?>"></td></tr><tr> <td width=25 nowrap><?err2($errors->contact)?></td> <td class=label>Contact:</td> <td><input type="text" name="contact" size=50 value="<? pv($contact) ?>"></td></tr><tr valign=top> <td width=25 nowrap><?err2($errors->address)?></td> <td class=label>Address:</td> <td><textarea name="address" cols=50 rows=3><? pv($address) ?></textarea></td></tr><tr> <td width=25 nowrap><?err2($errors->creditcard)?></td> <td class=label>Credit Card:</td> <td><input type="text" name="creditcard" size=25> <span class=label>Expiry:</span> <input type="text" name="expiry" size=5> <span class=normal>(yy/mm)</span> </td></tr></table><h2>Step 2. Comments / Special Instructions</h2><table><tr> <td width=25 nowrap></td> <td><textarea name="comments" cols=60 rows=5><? pv($comments) ?></textarea></td></tr> <tr> <td></td> <td><br><input type="submit" value="Next Step"></td></tr><blockquote></form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -