Web Pages
The AlphaSportsWeb application contains the following A5W and HTML web pages.
|
Page |
Type |
Description |
|
A5W |
Administrative users use the A5_INFO.A5W page to display information about the Application Server and current sessions. | |
|
A5W |
Administrative users use the ASWCUSTDET.A5W page to view or edit a single customer record. | |
|
A5W |
Application administrators use the ASWCUSTOMERS.A5W page to maintain customer records. | |
|
A5W |
Application administrators users use the ASWCUSTONE.A5W page to view a single customer record. | |
|
A5W |
The ASWINDEX.A5W page is the landing page for internal users. The page appears after an internal user logs in, but before he or she uses the navigation component to select another page. | |
|
A5W |
The ASWINVDET.A5W page displays the invoice for a customer order. | |
|
A5W |
The application administrator users the ASWINVOICES.A5W page to select, view, and print the details of invoices. | |
|
A5W |
The application administrator uses the ASWMAINT.A5W page to select various file maintenance actions. | |
|
A5W |
The ASWMAINT_UDF.A5W page contains the code to run various maintenance procedures. | |
|
A5W |
The ASWMAINTOPT.A5W page runs the maintenance operation selected in the ASWMAINT.A5W page. | |
|
A5W |
The ASWPACK.A5W page contains the code that packs the tables used by the AlphaSports Web application. | |
|
A5W |
The application administrator uses the ASWPRINTRPT.A5W page to select a report to print. | |
|
A5W |
The ASWPROCESSING.A5W page displays a frame set. The upper frame's content shows the system is "processing". The lower frame contains a page that is performing a maintenance operation. | |
|
A5W |
The application administrator uses the ASWPRODONE.A5W page to view or edit a product record. | |
|
A5W |
The application administrator uses the ASWPRODUCTS.A5W to input, edit, and delete product records. | |
|
A5W |
The application administrator uses the ASWSALESHIST.A5W page to review the number of unit sales for products and the number of sales to customers. | |
|
A5W |
The application administrator uses the ASWSEARCH.A5W page to find the value of any field in any record in the customers, products, and invoices tables. | |
|
A5W |
The application administrator would use the ASWSENDEMAIL.A5W page to send an email, presumably to someone in the customer table. | |
|
A5W |
The application administrator uses the ASWSPECLIST.A5W page to add, edit, and delete special (sale) prices. | |
|
A5W |
The application administrator uses the ASWUSERLIST.A5W page to add, edit, and delete the names, passwords, and access levels of internal users. | |
|
A5W |
An internal user opens the ASWUSERONE.A5W page to view or edit his or her user name and password. | |
|
A5W |
The ASWVENDONE.A5W page provides a vendor lookup function for the GRD_LKVEN grid component, which is used when the application administrator is editing or adding a product record. | |
|
A5W |
The application administrator uses the ASWVENDORS.A5W page to add, edit, or delete vendor records. | |
|
A5W |
The CHECKOUTCALC.A5W page performs the final processing of an order. It updates tables, generates an invoice, optionally prints the invoice for the customer, and subtracts the items sold from inventory. | |
|
A5W |
The CheckOutCalcPayPal.A5W page performs the final processing of an order. It updates tables, generates an invoice, optionally prints the invoice for the customer, and subtracts the items sold from inventory. This variation of the CHECKOUTCALC.A5W page pairs with the CheckOutCompPayPal.A5W page to illustrate the use of PayPal. | |
|
A5W |
The CHECKOUTCART.A5W page is the first page in the checkout process. The page verifies the product quantities the shopping cart, then sets a session variable to track the progress of the check out process. | |
|
A5W |
The CHECKOUTCOMP.A5W is the 3rd page in the checkout process. The customer provides credit card payment information on this page. | |
|
A5W |
The CheckOutCompPayPal.A5W is the 3rd page in the checkout process. The customer provides credit card payment information on this page. This variation of the CHECKOUTCOMP.A5W page pairs with the CheckOutCalcPayPal.A5W page to illustrate the use of PayPal. | |
|
A5W |
The CHECKOUTUSER.A5W page is the second step in the checkout process. It allows the customer to enter shipping and billing information. | |
|
A5W |
A customer uses the CUSTOMER.A5W page to edit his or her contact, shipping, and billing information. The which requires a login. It contains saved information about the current logged on customer. | |
|
A5W |
The AlphaSportsWeb application uses the FRAMEEXIT.A5W page to exit from an inner frame in a frame set. In AlphaSportsWeb frame sets display a header in the upper frame, while a processing page in the lower frame is doing some sort of computation. | |
|
A5W |
INDEX.A5W is the first page that AlphaSportsWeb displays. The page contains a list of product categories, a random list of 3 products on sale, and the NAV_MAIN navigation component, which allows the user to login to administrative pages. | |
|
A5W |
The INVDETAIL.A5W page displays a printable version of an invoice. | |
|
A5W |
LOGIN.A5W is the main login page for all users. | |
|
A5W |
Pages that require a login include LOGINTEST.A5W. This page determines the user's identity and access level rights. If the user is not logged in, the page redirects to the LOGIN.A5W page. | |
|
A5W |
The LOGINUSERDATA.A5W page finds values for an existing logged in user. | |
|
A5W |
The PROCESSHEADER.A5W page displays content that indicates that the application is working. | |
|
A5W |
A customer uses the PRODUCTINFO.A5W page to display a single product record which contains a larger product picture and a longer product description. | |
|
A5W |
A customer uses the PRODUCTLIST.A5W page to display a list of products with thumbnail pictures and prices and to purchase an item by clicking the shopping cart image. | |
|
A5W |
A customer view the SALESHIST.A5W page to view his or hear sales history. | |
|
A5W |
The SEARCH_UDF.A5W page contains the search code used by the ASWSEARCH.A5W page | |
|
A5W |
A customer views the SHOPCART.A5W to see the items selected for purchase. | |
|
A5W |
The SHOPCART_ADD.A5W page displays in a popup window to confirm that the customer has added an item to the shopping cart. | |
|
A5W |
The SHOPCART_UDF.A5W page provides functions for the shopping cart. | |
|
A5W |
A customer displays the SPECIALS.A5W page to view all products on sale. | |
|
A5W |
We used TEMPLATEINT.A5W to simplify and speed the development process. | |
|
A5W |
We used TEMPLATEPUBLIC.A5W to simplify and speed the development process. | |
|
A5W |
The TOPPAGE.A5W page contains the page header. | |
|
A5W |
The AlphaSportsWeb application displays the UNDERCONSTRUCT.A5W page when the user attempts to display an unfinished page. | |
|
A5W |
USERINFO.A5W contains logic to determine which user information page to open for the logged in user. | |
|
HTML |
The AlphaSportsWeb application displays ERRORPAGE.HTM only if a parameter sent to a page is missing or incorrect. | |
|
HTML |
PAGE_NOT_FOUND.HTM is a sample page that could be used to redirect from a 404 server error
| |
|
HTML |
The PROCESSING.HTM page is a frameset used to show a header while a page within the frameset is processing. |
See Also
Supported By
Alpha Five Version 7 and Above
