diff options
| author | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-03-30 07:33:43 +0000 |
|---|---|---|
| committer | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-03-30 07:33:43 +0000 |
| commit | 9ab009b16b7db083edf2e704d321ead459cbfefd (patch) | |
| tree | 136ede2ac42dc9e2a20671e59103b82ccbef01a8 /htroot | |
| parent | 0f0b4aec75b47ddba97dfaca1717f764754bb77d (diff) | |
fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1890#p13476
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5755 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Bookmarks.html | 10 | ||||
| -rw-r--r-- | htroot/CrawlStart_p.html | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 122e6b3c1..ef5163d2d 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -3,17 +3,17 @@ <head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
- <script src="/js/ajax.js" type="text/javascript"></script>
- #(display)#
- <script src="/js/Bookmarks.js" type="text/javascript"></script>
+ <script src="/js/ajax.js" type="text/javascript"></script> + <script src="/js/Bookmarks.js" type="text/javascript"></script> + #(display)#
<link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
::
#(/display)#
</head>
<body id="Bookmarks"
#(display)#
- onload="treeMenu_init(document.getElementById('folder'), window.name)"
- onunload="window.name = treeMenu_store(document.getElementById('folder'))"
+ onload="treeMenu_init(document.getElementById('folder'), window.name)" + onunload="window.name = treeMenu_store(document.getElementById('folder'))" ::
#(/display)#
>
diff --git a/htroot/CrawlStart_p.html b/htroot/CrawlStart_p.html index 2bfaff649..98257c0e2 100644 --- a/htroot/CrawlStart_p.html +++ b/htroot/CrawlStart_p.html @@ -26,7 +26,7 @@ You can define URLs as start points for Web page crawling and start crawling here. "Crawling" means that YaCy will download the given website, extract all links in it and then download the content behind these links. This is repeated as long as specified under "Crawling Depth".
</p>
- <form id="WatchCrawler" action="WatchCrawler_p.html" method="post" enctype="multipart/form-data">
+ <form name="WatchCrawler" action="WatchCrawler_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="5" cellspacing="1">
<tr class="TableHeader">
<td><strong>Attribut</strong></td>
@@ -60,7 +60,7 @@ <td colspan="3" class="commit"> <span id="robotsOK"></span> <span id="title"><br/></span> - <img src="/env/grafics/empty.gif" id="ajax" alt="empty" /> + <img src="/env/grafics/empty.gif" name="ajax" alt="empty" /> </td>
</tr>
</table>
|
