]> git.sur5r.net Git - freertos/blob - Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/files
First version under SVN is V4.0.1
[freertos] / Demo / uIP_Demo_Rowley_ARM7 / uip / fs / cgi / files
1 # This script shows the access statistics for different files on the\r
2 # web server.\r
3 #\r
4 # First, we include the HTML header.\r
5 i /files_header.html\r
6 # Print out the name of the file, and call the function that prints\r
7 # the access statistics of that file.\r
8 t <tr><td><a href="/index.html">/index.html</a></td><td>\r
9 c b /index.html\r
10 t </td></tr> <tr><td><a href="/about.html">/about.html</a></td><td>\r
11 c b /about.html\r
12 t </td></tr> <tr><td><a href="/control.html">/control.html</a></td><td>\r
13 c b /control.html\r
14 t </td></tr> <tr><td><a href="/img/bg.png">/img/bg.png</a></td><td>\r
15 c b /img/bg.png\r
16 t </td></tr> <tr><td><a href="/404.html">/404.html</a></td><td>\r
17 c b /404.html\r
18 t </td></tr> <tr><td><a href="/cgi/files">/cgi/files</a></td><td>\r
19 c b /cgi/files\r
20 t </td></tr> <tr><td><a href="/cgi/stats">/cgi/stats</a></td><td>\r
21 c b /cgi/stats\r
22 t </td></tr> <tr><td><a href="/cgi/tcp">/cgi/tcp</a></td><td>\r
23 c b /cgi/tcp\r
24 t </td></tr>\r
25 # Include the HTML footer.\r
26 i /files_footer.plain\r
27 # End of script.\r
28 .