diff options
| author | reger <reger18@arcor.de> | 2015-03-24 00:13:05 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-03-24 00:13:05 +0100 |
| commit | 7fcf0d0b7181655fdf2e7ec00306e88714611d31 (patch) | |
| tree | f7a6f515867df1ce083a2dc88eb0f631a4c26f6b /htroot/Table_RobotsTxt_p.html | |
| parent | 796770e070daf38289b594f4cbdc65b9ce0ca2b1 (diff) | |
fix missing display of CrawlerMonitor -> robots.txt Monitor
revert delete of file api/table_p.html see https://gitorious.org/yacy/rc1/commit/3ffe19b85cb6f2c1d26922eb61ca73a42096e8e9
(still used in this menu)
Diffstat (limited to 'htroot/Table_RobotsTxt_p.html')
| -rw-r--r-- | htroot/Table_RobotsTxt_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Table_RobotsTxt_p.html b/htroot/Table_RobotsTxt_p.html index 78f849d53..ae76bec34 100644 --- a/htroot/Table_RobotsTxt_p.html +++ b/htroot/Table_RobotsTxt_p.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Table Viewer</title>
- <link rel="alternate" type="application/xml" title="robots.txt Table" href="api/table_p.xml?table=robots&pk=" />
+ <link rel="alternate" type="application/xml" title="robots.txt Table" href="Tables_p.xml?table=robots&pk=" />
#%env/templates/metas.template%#
</head>
<body id="Tables">
@@ -13,7 +13,7 @@ <div id="api">
<script type="text/javascript">
//<![CDATA[
-document.write("\<a href=\"/api/table_p.xml?table=robots&pk=\"\>")
+document.write("\<a href=\"Tables_p.xml?table=robots&pk=\"\>")
//]]>
</script>
<img src="env/grafics/api.png" width="60" height="40" alt="API"/></a>
@@ -23,7 +23,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </div>
<h2>robots.txt table</h2>
- <iframe src="api/table_p.html?table=robots&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
+ <iframe src="api/table_p.html?table=robots&count=15&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
#%env/templates/footer.template%#
</body>
|
