| Index: sitescripts/filterhits/static/query.html |
| =================================================================== |
| deleted file mode 100644 |
| --- a/sitescripts/filterhits/static/query.html |
| +++ /dev/null |
| @@ -1,31 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| - <head> |
| - <title>Filterhits statistics query</title> |
| - <link rel="stylesheet" href="datatables/jquery.dataTables.min.css" /> |
| - </head> |
| - <body> |
| - <table> |
| - <tr> |
| - <td><label for="filter">Filter: </label></td> |
| - <td><input type="text" id="filter" name="filter" /></td> |
| - </tr> |
| - <tr> |
| - <td><label for="domain">Domain: </label></td> |
| - <td><input type="text" id="domain" name="domain" /></td> |
| - </tr> |
| - </table> |
| - <table id="results" cellspacing="0" width="100%"> |
| - <thead> |
| - <tr> |
| - <th>Filter</th> |
| - <th>Domain</th> |
| - <th>Frequency</th> |
| - </tr> |
| - </thead> |
| - </table> |
| - <script type="text/javascript" src="datatables/jquery.js"></script> |
| - <script type="text/javascript" src="datatables/jquery.dataTables.min.js"></script> |
| - <script type="text/javascript" src="query.js"></script> |
| - </body> |
| -</html> |