Example #1
0
<html>

    <?php 
OutputHeader($pageTitle);
?>

<body>
    <table cellspacing="0" cellpadding="0" border="0" class="main">
        <tr>
            <?php 
DisplaySiteHeader(false, true, true, true, $formName, $homePage);
?>
        </tr>
        <tr>
            <?php 
DisplayLefthandSash($menuCategory);
?>

            <!-- Contents Area -->
            <?php 
BeginContentArea($formName);
?>

                <?php 
DeclareHiddenVars($pageName);
DisplayTitleBar($pageTitle, $helpPage);
DisplayConfirmationMsg($confirmationMsg);
DisplayErrorMsg($errorMsg);
?>
                    <input type="hidden" name="<?php 
echo TABLE_PAGE_ID;
Example #2
0
<html>

    <?php 
OutputHeader($pageTitle);
?>

<body>
    <table cellspacing="0" cellpadding="0" border="0" class="main">
        <tr>
            <?php 
DisplaySiteHeader(false, true, true, true, $formName, $homePage);
?>
        </tr>
        <tr>
            <?php 
DisplayLefthandSash($menuItem);
?>

            <!-- Contents Area -->
            <?php 
BeginContentArea($formName);
?>

                <?php 
DeclareHiddenVars($pageName);
DisplayTitleBar($pageTitle, $helpPage);
DisplaySaveCancelBar();
DisplayConfirmationMsg($confirmationMsg);
DisplayErrorMsg($errorMsg);
?>