Two fixes: escaped some &s in QuickCrawlLink_p.html and added correct id to the skype-field in ConfigProfile_p.html (note: ids must be unique in a (x)html-document - in most cases you can simply use the same like for name)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3307 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
michitux 2007-01-31 15:11:39 +00:00
parent 7598e1243e
commit 48da3184f0
2 changed files with 4 additions and 4 deletions

View File

@ -51,9 +51,9 @@
<dd>
<input type="text" name="msn" id="msn" size="40" maxlength="1000" value="#[msn]#" />
</dd>
<dt><label for="msn">Skype</label></dt>
<dt><label for="skype">Skype</label></dt>
<dd>
<input type="text" name="skype" id="msn" size="40" maxlength="1000" value="#[skype]#" />
<input type="text" name="skype" id="skype" size="40" maxlength="1000" value="#[skype]#" />
</dd>
</dl>
<dl>
@ -68,4 +68,4 @@
</form>
#%env/templates/footer.template%#
</body>
</html>
</html>

View File

@ -15,7 +15,7 @@
If you click on it while browsing, the currently viewed website will be inserted into the YaCy crawling queue for indexing.
</p>
<p>
<a class="BookmarkLink" href="javascript:w = window.open('http://#[host]#:#[port]#/QuickCrawlLink_p.html?indexText=on&indexMedia=on&amp;crawlingQ=on&amp;xdstopw=on&amp;title='+escape(document.title)+'&amp;url='+escape(location.href),'_blank','height=150,width=500,resizable=yes,scrollbar=no,directory=no,menubar=no,location=no');w.focus();">Crawl with YaCy</a>
<a class="BookmarkLink" href="javascript:w = window.open('http://#[host]#:#[port]#/QuickCrawlLink_p.html?indexText=on&amp;indexMedia=on&amp;crawlingQ=on&amp;xdstopw=on&amp;title='+escape(document.title)+'&amp;url='+escape(location.href),'_blank','height=150,width=500,resizable=yes,scrollbar=no,directory=no,menubar=no,location=no');w.focus();">Crawl with YaCy</a>
</p>
::<!-- 1 -->