//------------------------------------------------------------------------------ // Licensed Materials - Property of IBM // (c) Copyright IBM Corporation 2001,2002 All Rights Reserved. // US Government Users Restricted Rights - Use, duplication or disclosure // restricted by GSA ADP Schedule Contract with IBM Corp. //------------------------------------------------------------------------------ // Auto Configure Logical Libraries // // Filename: ml_loglib_auto_config.htm // // This file displays the drives currently in the library and initiates // drive load requests. // // When POST data is recieved, operation result information is retrieved // from the POST data and displayed in the Message Box. // // // Input: none // // Ouput: POST ('form_out') // url original request page // numLogLibs number of logical libraries to be configured // // // Change History: // // Date Defect Changed By Description of Change // ---- ------ ---------- --------------------- // 08/13/2005 rwinston File Created // //------------------------------------------------------------------------------ include('user_inc.htm'); include('main_inc.htm'); include('utils_inc.htm'); // Get necessary data from the library $counts = get_all_resource_counts($user); ?>