diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-05 15:15:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-05 15:15:13 +0000 |
| commit | b57c9da1f8effd9521156b21f67c788f05cb1579 (patch) | |
| tree | 4e0b6add300c93cdafd06192d3f20a917166476c /htroot/IndexControlURLs_p.html | |
| parent | 7936e58fe7549e0f8092b615f36c6f64b8764b81 (diff) | |
- fixes to doc, ppt, xls parser: better title
- fixes to httpd server response header generation
- fixes to a server date computation bug
- new Button in indexControl to view content of url in ViewFile
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5576 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index c0af4ee46..9c7c88f46 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -123,6 +123,12 @@ Click the API icon to see an example call to the search rss API.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
</div>
+ <form action="ViewFile.html" method="get">
+ <input type="hidden" name="viewMode" value="parsed" />
+ <input type="hidden" name="show" value="Show" />
+ <input type="hidden" name="urlHash" value="#[urlhash]#" />
+ <input type="submit" value="Show Content" name="showcontent" /><br />
+ </form>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<input type="hidden" name="keystring" value="" />
<input type="hidden" name="keyhash" value="" />
|
