summaryrefslogtreecommitdiff
path: root/htroot/ConfigRobotsTxt_p.html
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-01 13:54:14 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-01 13:54:14 +0000
commit9623bf7bbe4e2d434113c64e43e2e90d3125bf0b (patch)
treea318f822e889be39412e6c294c76651794ab53d6 /htroot/ConfigRobotsTxt_p.html
parentf4c13b422c6948979eb2f962e5b3a0404d7c2826 (diff)
- removed call of java 1.5 method
- added config servlet for local robots.txt - removed YPStats_p as it is of no use anymore - supertemplates use XHTML now - quick-fix for http://www.yacy-forum.de/viewtopic.php?p=32296#32296 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3422 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigRobotsTxt_p.html')
-rw-r--r--htroot/ConfigRobotsTxt_p.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/htroot/ConfigRobotsTxt_p.html b/htroot/ConfigRobotsTxt_p.html
new file mode 100644
index 000000000..e723d0462
--- /dev/null
+++ b/htroot/ConfigRobotsTxt_p.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>YaCy '#[clientname]#': Your Personal Profile</title>
+ #%env/templates/metas.template%#
+ </head>
+ <body id="ConfigProfile">
+ #%env/templates/header.template%#
+ #%env/templates/submenuConfig.template%#
+ <h2>Exclude Web-Spiders</h2>
+ <p>
+ </p>
+ #(error)#
+ ::<p class="error">Unable to access the local file: <span class="error tt">#[msg]#</span></p>
+ ::<p class="error">Deletion of <span class="error tt">htroot/robots.txt</span> failed</p>#(/error)#
+ <form method="post" action="ConfigRobotsTxt_p.html" enctype="multipart/form-data" accept-charset="UTF-8">
+ <input type="hidden" name="directories" value="checked" />
+ <input type="hidden" name="locked" value="checked" />
+ <fieldset><legend>Restrict access to</legend>
+ <dl>
+ <dt><label for="all"><em>Entire Peer</em></label></dt>
+ <dd><input type="checkbox" id="all" name="all"#(all.checked)#:: checked="checked"#(/all.checked)# /></dd>
+ <dt><label for="status">Status page</label></dt>
+ <dd><input type="checkbox" id="status" name="status"#(status.checked)#:: checked="checked"#(/status.checked)# /></dd>
+ <dt><label for="network">Network pages</label></dt>
+ <dd><input type="checkbox" id="network" name="network"#(network.checked)#:: checked="checked"#(/network.checked)# /></dd>
+ <dt><label for="surftips">Surftips</label></dt>
+ <dd><input type="checkbox" id="surftips" name="surftips"#(surftips.checked)#:: checked="checked"#(/surftips.checked)# /></dd>
+ <dt><label for="news">News pages</label></dt>
+ <dd><input type="checkbox" id="news" name="news"#(news.checked)#:: checked="checked"#(/news.checked)# /></dd>
+ <dt><label for="blog">Blog</label></dt>
+ <dd><input type="checkbox" id="blog" name="blog"#(blog.checked)#:: checked="checked"#(/blog.checked)# /></dd>
+ <dt><label for="wiki">Wiki</label></dt>
+ <dd><input type="checkbox" id="wiki" name="wiki"#(wiki.checked)#:: checked="checked"#(/wiki.checked)# /></dd>
+ <dt><label for="bookmarks">Public bookmarks</label></dt>
+ <dd><input type="checkbox" id="bookmarks" name="bookmarks"#(bookmarks.checked)#:: checked="checked"#(/bookmarks.checked)# /></dd>
+ <dt><label for="homepage">Home Page</label></dt>
+ <dd><input type="checkbox" id="homepage" name="homepage"#(homepage.checked)#:: checked="checked"#(/homepage.checked)# /></dd>
+ <dt><label for="fileshare">File Share</label></dt>
+ <dd><input type="checkbox" id="fileshare" name="fileshare"#(fileshare.checked)#:: checked="checked"#(/fileshare.checked)# /></dd>
+ <dt>&nbsp;</dt>
+ <dd><input type="submit" name="save" value="Set restrictions" /></dd>
+ </dl>
+ </fieldset>
+ </form>
+ #%env/templates/footer.template%#
+ </body>
+</html> \ No newline at end of file