www.pudn.com > UIP09_ADSP-BF537_Blackfin_org.zip > files


# This script shows the access statistics for different files on the 
# web server. 
# 
# First, we include the HTML header. 
i /files_header.html 
# Print out the name of the file, and call the function that prints 
# the access statistics of that file. 
t /index.html 
c b /index.html 
t  /about.html 
c b /about.html 
t  /control.html 
c b /control.html 
t  /img/bg.png 
c b /img/bg.png 
t  /404.html 
c b /404.html 
t  /cgi/files 
c b /cgi/files 
t  /cgi/stats 
c b /cgi/stats 
t  /cgi/tcp 
c b /cgi/tcp 
t  
# Include the HTML footer. 
i /files_footer.plain 
# End of script. 
.