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
pull/1/head
michitux 18 years ago
parent 7598e1243e
commit 48da3184f0

@ -51,9 +51,9 @@
<dd> <dd>
<input type="text" name="msn" id="msn" size="40" maxlength="1000" value="#[msn]#" /> <input type="text" name="msn" id="msn" size="40" maxlength="1000" value="#[msn]#" />
</dd> </dd>
<dt><label for="msn">Skype</label></dt> <dt><label for="skype">Skype</label></dt>
<dd> <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> </dd>
</dl> </dl>
<dl> <dl>

@ -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. If you click on it while browsing, the currently viewed website will be inserted into the YaCy crawling queue for indexing.
</p> </p>
<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> </p>
::<!-- 1 --> ::<!-- 1 -->

Loading…
Cancel
Save