-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pallxk/master
Get rows under table using find instead of children
- Loading branch information
Showing
3 changed files
with
106 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<html><head> | ||
<title>Index of /foo/bar</title> | ||
</head> | ||
<body> | ||
<h1>Index of /foo/bar</h1> | ||
|
||
|
||
<table> | ||
<tbody><tr> | ||
<th><img src="/icons/blank.gif" alt="[ICO]"></th> | ||
<th><a href="?C=N;O=D">Name</a></th> | ||
<th><a href="?C=M;O=A">Last modified</a></th> | ||
<th><a href="?C=S;O=A">Size</a></th> | ||
<th><a href="?C=D;O=A">Description</a></th> | ||
</tr> | ||
<tr> | ||
<th colspan="5"> | ||
<hr> | ||
</th> | ||
</tr> | ||
<tr> | ||
<td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td> | ||
<td><a href="/foo">Parent Directory</a></td> | ||
<td> </td> | ||
<td align="right"> -</td> | ||
<td> </td> | ||
</tr> | ||
|
||
|
||
<tr> | ||
<td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td> | ||
<td><a href="folderA/">folderA/</a></td> | ||
<td align="right">25-May-2016 11:53</td> | ||
<td align="right"></td> | ||
<td>The very first folder</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"><img src="/icons/folder.gif" alt="[]"></td> | ||
<td><a href="folderB/">folderB/</a></td> | ||
<td align="right">19-May-2016 17:57</td> | ||
<td align="right"> 5.4M</td> | ||
<td> </td> | ||
</tr> | ||
<tr> | ||
<td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td> | ||
<td><a href="fileA.zip">fileA.zip</a></td> | ||
<td align="right">28-May-2009 15:09</td> | ||
<td align="right"> 56K</td> | ||
<td> </td> | ||
</tr> | ||
<tr> | ||
<td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td> | ||
<td><a href="fileB.zip">fileB.zip</a></td> | ||
<td align="right">28-May-2009 17:32</td> | ||
<td align="right">647K</td> | ||
<td> </td> | ||
</tr> | ||
|
||
</tbody></table> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters