<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->
   $sLibraryPath = '/usr50/home/retrovox/public_html/manage/php-lib';
   include "$sLibraryPath/RETROVOX-CONSTANT-VARIABLES.php';

   $sFilePath = $_GET['file'];
//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
 <META HTTP-EQUIV="Keywords"
          CONTENT="Retrovox, edit, file">
 <META HTTP-EQUIV="Description"
          CONTENT="Retrovox notepad, choose a file to edit">
        <LINK REV="made" HREF="mailto:matth3wbishop@yahoo.com">

<head><title>Retrovox Administration</title>
</head>
<body>
 <?=${S-RETROVOX-TITLE-IMAGE-HTML}?>

<center><h1>Retrovox Administration</h1></center>
<p>This page provides links to pages and scripts which allow you to
    administer the data and files which are on the Retrovox site.
    You can edit any text file which is located on the Retrovox server
    using a web-browser interface (The 'Retrovox Notepad').
</p>
<p>
    You can also manage the product data which is located on the Retrovox site. 
    This data is stored in the  XML format (which means that they are 
    also text files). You can edit these
    text files using the same web-browser interface as for any other text file
    however this is NOT adviseable since you may accidentally invalidate the
    XML format. Instead, you should use the specialized interfaces which are
    linked to below for this task.
</p>
  <ol type = 'a'> 
     <li>
     <a href = '/manage/notepad/retrovox-notepad-choose-file.php'>
     Choose a text file to edit through a web-browser interface</a></li>
     <li>
     <a href = '/manage/move-file-form.php'>
     Copy a server file</a></li>
     <li>
     <a href = '/manage/add-product-form.php'>
     Add a product to the Retrovox database</a></li>
     <li>
     <a href = '/manage/edit-product-form.php'>
     Edit the data for a product in the Retrovox database</a></li>
  </ol>
</body>
</html>