HTML code for possible use as a User Menu
Instead of using this script to auto-generate a
current list of all forms beginning
with "my_",
developers might instead copy/paste the
following HTML to create a static menu for end users.
<ul><li><a href="my_mfg_change_log.php" target="_blank">My Mfg Change Log</a></li></ul>
<ul><li><a href="my_mfg_colors.php" target="_blank">My Mfg Colors</a></li></ul>
<ul><li><a href="my_mfg_content.php" target="_blank">My Mfg Content</a></li></ul>
<ul><li><a href="my_mfg_customers.php" target="_blank">My Mfg Customers</a></li></ul>
<ul><li><a href="my_mfg_employees.php" target="_blank">My Mfg Employees</a></li></ul>
<ul><li><a href="my_mfg_help_data.php" target="_blank">My Mfg Help Data</a></li></ul>
<ul><li><a href="my_mfg_orders.php" target="_blank">My Mfg Orders</a></li></ul>
<ul><li><a href="my_mfg_order_details.php" target="_blank">My Mfg Order Details</a></li></ul>
<ul><li><a href="my_mfg_outlook.php" target="_blank">My Mfg Outlook</a></li></ul>
<ul><li><a href="my_mfg_products.php" target="_blank">My Mfg Products</a></li></ul>
<ul><li><a href="my_mfg_sql_col_types.php" target="_blank">My Mfg Sql Col Types</a></li></ul>
<ul><li><a href="my_mfg_streets.php" target="_blank">My Mfg Streets</a></li></ul>
<ul><li><a href="my_mfg_suppliers.php" target="_blank">My Mfg Suppliers</a></li></ul>
<ul><li><a href="my_mfg_to_do.php" target="_blank">My Mfg To Do</a></li></ul>
<ul><li><a href="my_mfg_user_log.php" target="_blank">My Mfg User Log</a></li></ul>
|