--- analog-4.0/anlgform.html.ORG	Tue Nov 16 14:10:53 1999
+++ analog-4.0/anlgform.html	Tue Nov 16 14:12:02 1999
@@ -3,7 +3,7 @@
 </head>
 
 <body>
-<h1><!-- img src="/images/analogo.gif" alt="" --> Analog form interface</h1>
+<h1><img src="/images/analogo.gif" alt="Analog Logo"> Analog form interface</h1>
 
 <!-- Make the edits below. You also need to edit anlgform.pl. -->
 
@@ -20,14 +20,14 @@
 <!-- On Unix, use the following line. You can use a "cg" line like... -->
 <!-- ...on Windows above, but you probably set the important locations... -->
 <!-- ...at compile time, in which case it's not necessary. -->
-<!-- form action="/cgi-bin/anlgform.pl" method="POST" -->
+<form action="/cgi-bin/anlgform.pl" method="POST">
 
 <!-- Many systems will want the IMAGEDIR to be different on the form... -->
 <!-- than from the commandline, because it should not be within /cgi-bin/ -->
-<!-- input type=hidden name="IMAGEDIR" value="/images/" -->
+<input type=hidden name="IMAGEDIR" value="/images/">
 
 <!-- Some users will want to set their logfile like this -->
-<!-- input type=hidden name="LOGFILE" value="/usr/local/etc/httpd/logs/access_log" -->
+<input type=hidden name="LOGFILE" value="/var/log/httpd/access_log">
 
 <hr>
 <h2>1. Report choices</h2>
