                                
<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->
   include "/home/waggacwc/public_html/refurb/RETRO-GLOBALS.php";
   include "$LIBRARYPATH/RETROVOX-CONSTANT-VARIABLES.php";

   $sFilePath = $_GET['file'];
   $sFilePathEncoded = htmlspecialchars($sFilePath);
//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>

<!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 Notepad: Choose a file to edit</title>
</head>
<body>
   <?=${S-RETROVOX-TITLE-IMAGE-HTML}?>

<center><h1>Choose a text file to edit</h1></center>
    <p>You can use this page to choose a text file to edit </p>
    <form action = "retrovox-notepad.php" 
          method = "get">
    <br>
    <em>Enter the file name and path of an 
        <strong>existing</strong> file to edit</em>
    <br>
    <input  type = "text"    name  = "file"  size = "80"
           value = "<?=$sFilePathEncoded?>"><br>
    <input   type = "submit"  value = "Edit this File">
    </form>
    <form action = "retrovox-notepad-new.php" 
          method = "get">
    <br>
    <em>Enter the file name and path of a <strong>new</strong> 
        file to edit</em>
    <br>
    <input   type = "text"    name  = "file"  size = "80"
           value = "<?=$sFilePathEncoded?>"><br>
    <input   type = "submit"  value = "Create and Edit this File">
    <small>note: this isn't working properly</small>
    </form>
  <ol type = 'a'>
    <li>
    <a href = '/manage/admin.php'>
    Retrovox Administration</a></li>

  </ol>

</body>
</html>

                    
        
    