diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-12-07 02:40:57 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-12-07 02:40:57 +0000 |
| commit | 10d888e70c3ddf35805bb9a2c7dec17452c53e85 (patch) | |
| tree | db5410cc834ba3d7b7360db842f3c30ad75d8352 /htroot/ViewFile.html | |
| parent | 25a64fe3daf49b6e29b76ecacc585d82d229345c (diff) | |
- added a media search for images, audio, video and applications
- new search options on search page
- new option in ViewInfo to display all links of a file
- enhanced collection data structure
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3054 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewFile.html')
| -rw-r--r-- | htroot/ViewFile.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index 9cccb1fdc..bd2edda3b 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -42,7 +42,8 @@ <a href="?urlHash=#[hash]#&viewMode=iframe&words=#[words]#">Original</a> |
<a href="?urlHash=#[hash]#&viewMode=plain&words=#[words]#">Plain Text</a> |
<a href="?urlHash=#[hash]#&viewMode=parsed&words=#[words]#">Parsed Text</a> |
- <a href="?urlHash=#[hash]#&viewMode=sentences&words=#[words]#">Parsed Sentences</a>
+ <a href="?urlHash=#[hash]#&viewMode=sentences&words=#[words]#">Parsed Sentences</a> |
+ <a href="?urlHash=#[hash]#&viewMode=links&words=#[words]#">Link List</a>
</td>
</tr>
</table>
@@ -85,6 +86,19 @@ Unsupported protocol. <h3>Original Resource Content</h3><br>
<iframe src="#[url]#" width="800" height="400">
</iframe>
+:: <!-- 5 -->
+ <h3>Link List</h3><br>
+ <table border="0" cellpadding="2" cellspacing="1">
+ #{links}#
+ <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
+ <td>#[nr]#</td>
+ <td><tt>#[type]#</tt></td>
+ <td><tt>#[text]#</tt></td>
+ <td><tt>#[link]#</tt></td>
+ <td><tt>#[attr]#</tt></td>
+ </tr>
+ #{/links}#
+ </table>
#(/viewMode)#
</p>
|
