?? addcategory.php
字號:
<?require("Cart.php");Brand();Root();commonHeader("$Company","Add A Category");blueFont("Arial","Type your new category into the box, and then SUBMIT!<br><br>");echo "<TABLE BORDER=\"0\" CELLPADDING=\"10\" CELLSPACING=\"10\"><tr>";echo "<FORM ACTION=\"./addCategoryResponse.php\" METHOD=\"POST\">";echo "<tr><td>";blueFont("Arial","Category");echo "</td><td>";echo "<input type=\"text\" name=\"Category\" size=\"50\">";echo "</td></tr>";echo "<tr><td><INPUT TYPE=\"submit\" NAME=\"Submit\" VALUE=\"Submit\">";echo "</td></tr></TABLE>";adminFooter($Relative);?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -