Allow searching \o/
1 files changed, 9 insertions(+), 2 deletions(-) M index.php
M index.php +9 -2
@@ 157,6 157,11 @@ display: none; } + input { + width: 100%; + margin: 10px 0px; + } + th span { display: block; text-decoration: underline; @@ 199,10 204,12 @@ } </style> </head> -<body> +<body id="files"> <h1>Index of <?php echo tree_link(); ?></h1> - <table id="files"> + <input placeholder="search (non-recursive)" class="search" /> + + <table> <thead> <tr> <th><span class="sort" data-sort="filename">File</span></th>