Ejemplo n.º 1
0
echo $okToDeleteID;
?>
" value="<?php 
echo $okToDeleteVal;
?>
" >
                <input type="hidden" name="<?php 
echo $serverToMonitorID;
?>
" value="<?php 
echo $selectedServer;
?>
" >

                <?php 
DisplayPaginationControl($currPage, $numServers, $pageSize, 'servermanagement.php');
?>

                <?php 
DisplaySaveCancelBar();
EndContentArea(true, $formName, "");
?>
            <!-- End of Contents Area -->

        </tr>

    </table>

</body>
</html>
Ejemplo n.º 2
0
                            </tr>
                    <?php 
}
?>
                </table>

                <!-- Hidden flag to say whether or not Delete is permitted -->
                <input type="hidden" name="<?php 
echo $okToDeleteID;
?>
" value="<?php 
echo $initOkToDeleteVal;
?>
" >

                <?php 
DisplayPaginationControl($currPage, $numUsers, $pageSize, 'usermanagement.php', $sortColumn, $sortDirection);
?>

            <?php 
EndContentArea(true, $formName, NULL);
?>
            <!-- End of Contents Area -->

        </tr>

    </table>

</body>
</html>
Ejemplo n.º 3
0
    echo $key;
    ?>
"><?php 
    echo $key;
    ?>
</a></td>
                                <td class="dataCell"><?php 
    echo $val;
    ?>
</td>
                            </tr>
                    <?php 
}
?>
                </table>
                <?php 
DisplayPaginationControl($currPage, $numMappings, $pageSize, 'unmanageddatamanagement.php', $sortColumn, $sortDirection);
?>

            <?php 
EndContentArea(true, $formName, NULL);
?>
            <!-- End of Contents Area -->

        </tr>

    </table>

</body>
</html>
Ejemplo n.º 4
0
"><input type="checkbox" disabled <?php 
    if ($numAuthorGroups > 0) {
        echo 'checked="checked"';
    }
    ?>
><?php 
    echo $authorGroupList;
    ?>
</td>
                                        </tr>
                                <?php 
}
?>
                            </table>
                            <?php 
DisplayPaginationControl($currPage, $userCount, $pageSize, 'userrolemanagement.php', $sortColumn, $sortDirection);
DisplaySaveCancelBar();
?>
                       </td>
                    </tr>
                </table>

            <?php 
EndContentArea(true, $formName, "");
?>
            <!-- End of Contents Area -->

        </tr>

    </table>
Ejemplo n.º 5
0
        echo number_format($val->size);
        ?>
</td>
                                <td class="dataCell"><?php 
        echo $val->status;
        ?>
</td>
                            </tr>
                    <?php 
    }
}
?>
                </table>

                <?php 
DisplayPaginationControl($currPage, $numPackages, $pageSize, 'packagemanagement.php');
?>

                <?php 
$packageLoadErrorMsg = "";
$packageMakeErrorMsg = "";
$packageLoadConfirmationMsg = "";
$packageMakeConfirmationMsg = "";
EndContentArea(true, $formName, "");
?>

            <!-- End of Contents Area -->

        </tr>

    </table>
Ejemplo n.º 6
0
</td>
                                <?php 
    }
    ?>
                                    <td class="dataCell"><?php 
    echo $roleStr;
    ?>
</td>
                            </tr>
                        <?php 
}
?>
                    </table>

                <?php 
DisplayPaginationControl($currPage, $groupCount, $pageSize, 'groupmanagement.php', NULL, $sortDirection);
?>

                <?php 
EndContentArea(true, $formName, "");
?>

            <!-- End of Contents Area -->

        </tr>

    </table>

</body>

</html>
Ejemplo n.º 7
0
 ></td>
                                                <td class="dataCell"><a href="#" onClick="<?php 
            echo $onClick;
            ?>
"><?php 
            echo $key;
            ?>
</a></td>
                                            </tr>
                                        <?php 
        }
    }
    ?>
                                    </table>
                                    <?php 
    DisplayPaginationControl($currPage, $numLogFiles, $pageSize, 'logmanagement.php');
    ?>

                            <?php 
} else {
    $disabled = !$serverRec->poweredUp;
    // Toolbar
    $buttons = array();
    $button = new ToolbarButtonRecord();
    $button->label = "View";
    $button->icon = "images/view_log.gif";
    $button->id = 'ViewButton';
    $button->action = "SetElementValue('" . $viewSelectionID . "', 'true');";
    $button->disabled = $disabled;
    $buttons[0] = $button;
    $button = new ToolbarButtonRecord();