- more XHTML-validation

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5580 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
auron_x 16 years ago
parent 46af1e06dc
commit 03a16f6c20

@ -2,46 +2,48 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>YaCy '#[clientname]#': Bookmarks</title> <title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<script src="/js/ajax.js" type="text/javascript"></script> <script src="/js/ajax.js" type="text/javascript"></script>
#(display)# #(display)#
<script src="/js/Bookmarks.js" type="text/javascript"></script> <script src="/js/Bookmarks.js" type="text/javascript"></script>
<link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
:: ::
#(/display)# #(/display)#
</head> </head>
<body id="Bookmarks" <body id="Bookmarks"
#(display)# #(display)#
onload="treeMenu_init(document.getElementById('folder'), window.name)" onload="treeMenu_init(document.getElementById('folder'), window.name)"
onunload="window.name = treeMenu_store(document.getElementById('folder'))" onunload="window.name = treeMenu_store(document.getElementById('folder'))"
:: ::
#(/display)# #(/display)#
> >
#(display)# #(display)#
<div id="api"> <div id="api">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>") document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
//]]>
</script> </script>
<img src="env/grafics/api.png"></a> <img src="env/grafics/api.png" alt="API" /></a>
<span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag. <span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag.
Click the API icon to load the RSS from the current selection. Click the API icon to load the RSS from the current selection.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span> To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
</div> </div>
:: ::
#(/display)# #(/display)#
#%env/templates/header.template%# #%env/templates/header.template%#
<div class="SubMenu"> <div class="SubMenu">
<h3>Bookmarks</h3> <h3>Bookmarks</h3>
#(mode)# #(mode)#
<!-- SubMenu (mode=0) --> <!-- SubMenu (mode=0) -->
<ul class="SubMenu"> <ul class="SubMenu">
<li><a href="Bookmarks.html?login=true" class="MenuItemLink">Login</a></li> <li><a href="Bookmarks.html?login=true" class="MenuItemLink">Login</a></li>
<li><a href="Bookmarks.html?login=true&mode=add" class="MenuItemLink lock">Add Bookmark</a></li> <li><a href="Bookmarks.html?login=true&amp;mode=add" class="MenuItemLink lock">Add Bookmark</a></li>
<li><a href="Bookmarks.html?login=true&mode=importxml" class="MenuItemLink lock">Import Bookmarks</a></li> <li><a href="Bookmarks.html?login=true&amp;mode=importxml" class="MenuItemLink lock">Import Bookmarks</a></li>
<li><a href="xml/bookmarks/xbel/xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li> <li><a href="xml/bookmarks/xbel/xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li>
<li><a href="xml/bookmarks/posts/all.xml" class="MenuItemLink lock">Bookmarks (XML)</a></li> <li><a href="xml/bookmarks/posts/all.xml" class="MenuItemLink lock">Bookmarks (XML)</a></li>
<li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li> <li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li>
</ul> </ul>
<p/> <p/>
@ -49,8 +51,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<ul class="SubMenu"> <ul class="SubMenu">
<li><a href="Bookmarks.html?mode=add" class="MenuItemLink lock">Add Bookmark</a></li> <li><a href="Bookmarks.html?mode=add" class="MenuItemLink lock">Add Bookmark</a></li>
<li><a href="Bookmarks.html?mode=importxml" class="MenuItemLink lock">Import Bookmarks</a></li> <li><a href="Bookmarks.html?mode=importxml" class="MenuItemLink lock">Import Bookmarks</a></li>
<li><a href="xml/bookmarks/xbel/xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li> <li><a href="xml/bookmarks/xbel/xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li>
<li><a href="xml/bookmarks/posts/all.xml" class="MenuItemLink lock">Bookmarks (XML)</a></li> <li><a href="xml/bookmarks/posts/all.xml" class="MenuItemLink lock">Bookmarks (XML)</a></li>
<li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li> <li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li>
</ul> </ul>
<p/> <p/>
@ -169,8 +171,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</form> </form>
:: ::
<!-- (mode=4) --> <!-- (mode=4) -->
#(/mode)# #(/mode)#
</div> </div>
#(display)# #(display)#
<!-- show Folders --> <!-- show Folders -->
<div class="TagList"> <div class="TagList">
@ -191,16 +193,14 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<fieldset> <fieldset>
<legend>Tags</legend> <legend>Tags</legend>
<p> <form action="Bookmarks.html" id="choosetag" method="get" accept-charset="UTF-8"><div>
<form action="Bookmarks.html" name="choosetag" method="get" accept-charset="UTF-8"> <select size="1" name="tag" onchange="document.choosetag.submit();">
<select size="1" name="tag" onChange="document.choosetag.submit();"> <option value=""#[selected]#>All (#[num-bookmarks]#)</option>
<option value=""#[selected]#>All (#[num-bookmarks]#)</option> #{optlist}#<option value="#[name]#"#[selected]#>#[name]# (#[num]#)</option>
#{optlist}#<option value="#[name]#"#[selected]#>#[name]# (#[num]#)</option> #{/optlist}#
#{/optlist}# </select>
</select> <input type="submit" value=" ... " />
<input type="submit" value=" ... "> </div></form>
</form>
</p>
<p> <p>
#{taglist}#<span style="font-size:#[size]#em"><a href="Bookmarks.html?tag=#[name]#">#[name]#</a></span> #{taglist}#<span style="font-size:#[size]#em"><a href="Bookmarks.html?tag=#[name]#">#[name]#</a></span>
#{/taglist}# #{/taglist}#
@ -225,8 +225,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<p class="bookmarkActions"> <p class="bookmarkActions">
<a href="Bookmarks.html?edit=#[hash]#" class="bookmarkAction">Edit</a> <a href="Bookmarks.html?edit=#[hash]#" class="bookmarkAction">Edit</a>
/ /
<a href="Bookmarks.html?delete=#[hash]#" class="bookmarkAction" onclick="return confirm('Confirm deletion')">Delete</a> <a href="Bookmarks.html?delete=#[hash]#" class="bookmarkAction" onclick="return confirm('Confirm deletion')">Delete</a>
/ /
<a href="/api/util/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a> <a href="/api/util/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a>
</p> </p>
</div> </div>
@ -246,8 +246,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<a href="Bookmarks.html?tag=#[tag]#&amp;start=#[start]#&amp;num=100">100</a> <a href="Bookmarks.html?tag=#[tag]#&amp;start=#[start]#&amp;num=100">100</a>
Bookmarks per page. Bookmarks per page.
</p> </p>
</div> </div>
:: ::
#(/display)# #(/display)#
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>

@ -15,7 +15,7 @@
<!-- crawl profile list --> <!-- crawl profile list -->
<fieldset><legend>Crawl Profile List</legend> <fieldset><legend>Crawl Profile List</legend>
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1" summary="A list of crawl profiles and their current settings.">
<colgroup> <colgroup>
<col width="120" /> <col width="120" />
<col /> <col />
@ -62,26 +62,26 @@
<td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td> <td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td>
<td>#(terminateButton)#:: <td>#(terminateButton)#::
<div style="text-decoration:blink">Running</div> <div style="text-decoration:blink">Running</div>
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"> <form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"><div>
<input type="hidden" name="handle" value="#[handle]#" /> <input type="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="terminate" value="Terminate" /> <input type="submit" name="terminate" value="Terminate" />
</form> </div></form>
#(/terminateButton)# #(/terminateButton)#
#(deleteButton)#:: #(deleteButton)#::
Finished Finished
<form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"> <form action="CrawlProfileEditor_p.html" method="get" enctype="multipart/form-data"><div>
<input type="hidden" name="handle" value="#[handle]#" /> <input type="hidden" name="handle" value="#[handle]#" />
<input type="submit" name="delete" value="Delete" /> <input type="submit" name="delete" value="Delete" />
</form> </div></form>
#(/deleteButton)# #(/deleteButton)#
</td> </td>
</tr> </tr>
#{/crawlProfiles}# #{/crawlProfiles}#
</table> </table>
#(existPassiveCrawls)#:: #(existPassiveCrawls)#::
<form action="CrawlProfileEditor_p.html" method="post" enctype="multipart/form-data"> <form action="CrawlProfileEditor_p.html" method="post" enctype="multipart/form-data"><div>
<input type="submit" name="deleteTerminatedProfiles" value="Delete finished crawls" /> <input type="submit" name="deleteTerminatedProfiles" value="Delete finished crawls" />
</form> </div></form>
#(/existPassiveCrawls)# #(/existPassiveCrawls)#
</fieldset> </fieldset>

@ -76,7 +76,7 @@
#(table)# #(table)#
<p><em>The stack is empty.</em></p> <p><em>The stack is empty.</em></p>
:: ::
<p><em>Statistics about #[domains]# domains in this stack:</em> <p><em>Statistics about #[domains]# domains in this stack:</em></p>
<table cellpadding="2" cellspacing="1" > <table cellpadding="2" cellspacing="1" >
<tr class="TableHeader"> <tr class="TableHeader">
<td align="center"></td> <td align="center"></td>
@ -95,11 +95,11 @@
</div> </div>
</form> </form>
</td> </td>
<td><a href="http://#[domain]#/" target="_">#[domain]#</a></td> <td><a href="http://#[domain]#/">#[domain]#</a></td>
<td>#[count]#</td> <td>#[count]#</td>
</tr> </tr>
#{/domains}# #{/domains}#
</table><br> </table><br />
<p><em> <p><em>
#(size)# #(size)#

@ -10,6 +10,11 @@
document.getElementById(key).checked = 'checked'; document.getElementById(key).checked = 'checked';
} }
</script> </script>
<style type="text/css">
.nobr {
white-space: nowrap;
}
</style>
</head> </head>
<body id="IndexCreate"> <body id="IndexCreate">
#%env/templates/header.template%# #%env/templates/header.template%#
@ -21,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". 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> </p>
<form name="WatchCrawler" id="WatchCrawler" action="WatchCrawler_p.html" method="post" enctype="multipart/form-data"> <form id="WatchCrawler" action="WatchCrawler_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="5" cellspacing="1"> <table border="0" cellpadding="5" cellspacing="1">
<tr class="TableHeader"> <tr class="TableHeader">
<td><strong>Attribut</strong></td> <td><strong>Attribut</strong></td>
@ -33,21 +38,21 @@
<td> <td>
<table cellpadding="0" cellspacing="0"> <table cellpadding="0" cellspacing="0">
<tr> <tr>
<td><label for="url"><nobr>From URL</nobr></label>:</td> <td><label for="url"><span class="nobr">From URL</span></label>:</td>
<td><input type="radio" name="crawlingMode" id="url" value="url" checked="checked" /></td> <td><input type="radio" name="crawlingMode" id="url" value="url" checked="checked" /></td>
<td> <td>
<input name="crawlingURL" type="text" size="41" maxlength="256" value="#[starturl]#" onkeypress="changed()" onfocus="check('url')" /> <input name="crawlingURL" type="text" size="41" maxlength="256" value="#[starturl]#" onkeypress="changed()" onfocus="check('url')" />
</td> </td>
</tr> </tr>
<tr> <tr>
<td><label for="url"><nobr>From Sitemap</nobr></label>:</td> <td><label for="url"><span class="nobr">From Sitemap</span></label>:</td>
<td><input type="radio" name="crawlingMode" id="sitemap" value="sitemap" disabled="disabled"/></td> <td><input type="radio" name="crawlingMode" id="sitemap" value="sitemap" disabled="disabled"/></td>
<td> <td>
<input name="sitemapURL" type="text" size="41" maxlength="256" value="" readonly="readonly"/> <input name="sitemapURL" type="text" size="41" maxlength="256" value="" readonly="readonly"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><label for="file"><nobr>From File</nobr></label>:</td> <td><label for="file"><span class="nobr">From File</span></label>:</td>
<td><input type="radio" name="crawlingMode" id="file" value="file" /></td> <td><input type="radio" name="crawlingMode" id="file" value="file" /></td>
<td><input type="file" name="crawlingFile" size="28" onfocus="check('file')" /></td> <td><input type="file" name="crawlingFile" size="28" onfocus="check('file')" /></td>
</tr> </tr>
@ -55,7 +60,7 @@
<td colspan="3" class="commit"> <td colspan="3" class="commit">
<span id="robotsOK"></span> <span id="robotsOK"></span>
<span id="title"><br/></span> <span id="title"><br/></span>
<img src="/env/grafics/empty.gif" name="ajax" alt="empty" /> <img src="/env/grafics/empty.gif" id="ajax" alt="empty" />
</td> </td>
</tr> </tr>
</table> </table>

@ -4,7 +4,7 @@
<title>YaCy '#[clientname]#': YaCy Network</title> <title>YaCy '#[clientname]#': YaCy Network</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<style type="text/css"> <style type="text/css">
#left { .left {
float: left; float: left;
} }
</style> </style>
@ -13,9 +13,11 @@
<div id="api"> <div id="api">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"Network.xml?" + window.location.search.substring(1) + "\"\>") document.write("\<a href=\"Network.xml?" + window.location.search.substring(1) + "\"\>")
//]]>
</script> </script>
<img src="env/grafics/api.png"></a> <img src="env/grafics/api.png" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML <span>The information that is presented on this page can also be retrieved as XML
Click the API icon to see the XML. Click the API icon to see the XML.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span> To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
@ -62,14 +64,14 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<tr class="TableHeader" valign="bottom"> <tr class="TableHeader" valign="bottom">
<td>send&nbsp;<strong>M</strong>essage/<br />show&nbsp;<strong>P</strong>rofile/<br />edit&nbsp;<strong>W</strong>iki<br />&nbsp;</td> <td>send&nbsp;<strong>M</strong>essage/<br />show&nbsp;<strong>P</strong>rofile/<br />edit&nbsp;<strong>W</strong>iki<br />&nbsp;</td>
<td><strong>Name</strong><br />&nbsp;</td> <td><strong>Name</strong><br />&nbsp;</td>
<td width="44"><strong>Info</strong><br />&nbsp;</td> <td style="width:44px;"><strong>Info</strong><br />&nbsp;</td>
<td><strong>Release/<br />SVN</strong><br />&nbsp;</td> <td><strong>Release/<br />SVN</strong><br />&nbsp;</td>
<td><strong>PPM</strong><br />&nbsp;</td> <td><strong>PPM</strong><br />&nbsp;</td>
<td><strong>QPH</strong><br />&nbsp;</td> <td><strong>QPH</strong><br />&nbsp;</td>
<td><strong>Last<br />Seen</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LastSeen&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LastSeen&amp;order=down">&gt;</a></td> <td><strong>Last<br />Seen</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LastSeen&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LastSeen&amp;order=down">&gt;</a></td>
<td><strong>UTC</strong><br />Offset<br />&nbsp;</td> <td><strong>UTC</strong><br />Offset<br />&nbsp;</td>
<td><strong>Location</strong><br /><br />&nbsp;</td> <td><strong>Location</strong><br /><br />&nbsp;</td>
<td width="70"><strong>Uptime</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=Uptime&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=Uptime&amp;order=down">&gt;</a></td> <td style="width:70px;"><strong>Uptime</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=Uptime&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=Uptime&amp;order=down">&gt;</a></td>
<td><strong>Links</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LCount&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LCount&amp;order=down">&gt;</a></td> <td><strong>Links</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LCount&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=LCount&amp;order=down">&gt;</a></td>
<td><strong>RWIs</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=ICount&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=ICount&amp;order=down">&gt;</a></td> <td><strong>RWIs</strong><br />&nbsp;&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=ICount&amp;order=up">&lt;</a>&nbsp;<a href="/Network.html?page=#[page]#&amp;sort=ICount&amp;order=down">&gt;</a></td>
<td><strong>URLs for<br />Remote<br />Crawl</strong><br />&nbsp;</td> <td><strong>URLs for<br />Remote<br />Crawl</strong><br />&nbsp;</td>
@ -134,7 +136,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<em>runtime: #[rt]# ms</em> <em>runtime: #[rt]# ms</em>
</p> </p>
:: ::
<div id="left"> <div class="left">
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader"> <tr class="TableHeader">
<td>Branch</td> <td>Branch</td>
@ -168,20 +170,20 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</tr> </tr>
</table> </table>
</div> </div>
<div id="left"> <div class="left">
<ul> <ul>
<li>Indexing Speed: #[gppm]# Pages Per Minute (PPM)</li> <li>Indexing Speed: #[gppm]# Pages Per Minute (PPM)</li>
<li>Query Frequency: #[gqph]# Queries Per Hour (QPH)</li> <li>Query Frequency: #[gqph]# Queries Per Hour (QPH)</li>
</ul> </ul>
</div> </div>
<div id="left"> <div class="left">
</div> </div>
<div id="left"> <div class="left">
<a href="NetworkPicture.png?width=768&amp;height=576&amp;bgcolor=FFFFFF"><img src="NetworkPicture.png?width=768&amp;height=576&amp;bgcolor=FFFFFF" alt="The yacy Network" /></a> <a href="NetworkPicture.png?width=768&amp;height=576&amp;bgcolor=FFFFFF"><img src="NetworkPicture.png?width=768&amp;height=576&amp;bgcolor=FFFFFF" alt="The yacy Network" /></a>
</div> </div>
<div id="left"> <div class="left">
<table border="0"> <table border="0">
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
@ -215,7 +217,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</tr> </tr>
</table> </table>
</div> </div>
<div id="left"> <div class="left">
<p>Your Peer:</p> <p>Your Peer:</p>
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader"> <tr class="TableHeader">

@ -38,7 +38,7 @@
<img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> <img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" />
<img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> <img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" />
:: ::
<a href="/Surftips.html?votePositive=#[urlhash]#&amp;refid=#[refid]#&amp;url=#[url]#&amp;title=#[title]#&description=#[description]#&amp;display=#[display]##(showScore)#::&amp;score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> <a href="/Surftips.html?votePositive=#[urlhash]#&amp;refid=#[refid]#&amp;url=#[url]#&amp;title=#[title]#&amp;description=#[description]#&amp;display=#[display]##(showScore)#::&amp;score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a>
<a href="/Surftips.html?voteNegative=#[urlhash]#&amp;refid=#[refid]#&amp;display=#[display]##(showScore)#::&amp;score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> <a href="/Surftips.html?voteNegative=#[urlhash]#&amp;refid=#[refid]#&amp;display=#[display]##(showScore)#::&amp;score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a>
#(/recommend)# #(/recommend)#
</div> </div>
@ -55,9 +55,10 @@
</div> </div>
<!-- supporter page --> <!-- supporter page -->
<p class="aftersurftips"> <p class="aftersurftips">
...provided by YaCy peers using public bookmarks, link votes and crawl start points<br /> ...provided by YaCy peers using public bookmarks, link votes and crawl start points
</p>
<form action="Surftips.html" method="get" class="PeerControl"> <form action="Surftips.html" method="get" class="PeerControl"><div>
<button type="submit" name="publicPage" value="0"> <button type="submit" name="publicPage" value="0">
<img src="/env/grafics/lock.gif" alt="authentication required" /> <img src="/env/grafics/lock.gif" alt="authentication required" />
Hide surftips for users without autorization Hide surftips for users without autorization
@ -66,8 +67,7 @@
<img src="/env/grafics/lock.gif" alt="authentication required" /> <img src="/env/grafics/lock.gif" alt="authentication required" />
Show surftips to everyone Show surftips to everyone
</button> </button>
</form> </div></form>
</p>
<script type="text/javascript"> <script type="text/javascript">
addHover(); addHover();
</script> </script>

@ -12,8 +12,8 @@
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuIndexCreate.template%# #%env/templates/submenuIndexCreate.template%#
<h2>Crawler Queues</h2> <h2>Crawler Queues</h2>
<p> Next update in <input type="text" id="nextUpdate" onfocus="changeInterval()" onblur="newInterval()" size="2" /> seconds. <img src="/env/grafics/empty.gif" name="ajax" alt="empty"/><noscript>(Please enable JavaScript to automatically update this page!)</noscript> <noscript><p>(Please enable JavaScript to automatically update this page!)</p></noscript>
</p> <p> Next update in <input type="text" id="nextUpdate" onfocus="changeInterval()" onblur="newInterval()" size="2" /> seconds. <img src="/env/grafics/empty.gif" id="ajax" alt="empty"/></p>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">
@ -67,8 +67,8 @@
</tbody> </tbody>
</table> </table>
<form action="WatchCrawler_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<form action="WatchCrawler_p.html" method="post" enctype="multipart/form-data">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">
<th colspan="3">Speed</th> <th colspan="3">Speed</th>
@ -79,8 +79,8 @@
<td align="left" #(crawlingSpeedMaxChecked)#::class="TableCellDark"#(/crawlingSpeedMaxChecked)#><input type="submit" name="crawlingPerformance" value="maximum" /></td> <td align="left" #(crawlingSpeedMaxChecked)#::class="TableCellDark"#(/crawlingSpeedMaxChecked)#><input type="submit" name="crawlingPerformance" value="maximum" /></td>
</tr> </tr>
</tbody> </tbody>
</form>
</table> </table>
</form>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody> <tbody>

@ -31,11 +31,11 @@
<a href="Wiki.html">Start Page</a> - <a href="Wiki.html">Start Page</a> -
<a href="Wiki.html?index=Index">Index</a> - <a href="Wiki.html?index=Index">Index</a> -
<a href="Wiki.html?page=#[pagename]#&amp;diff=">Versions</a> - <a href="Wiki.html?page=#[pagename]#&amp;diff=">Versions</a> -
<form method="post" action="Wiki.html">
<label for="access">Grant Write Access to</label>
#(access)#<input type="submit" name="access" value="all" />::<input type="submit" name="access" value="admin" />#(/access)#
</form>
</p> </p>
<form method="post" action="Wiki.html"><div>
<label for="access">Grant Write Access to</label>
#(access)#<input type="submit" id="access" name="access" value="all" />::<input type="submit" id="access" name="access" value="admin" />#(/access)#
</div></form>
:: ::
<!-- 1: edit --> <!-- 1: edit -->
<form action="Wiki.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <form action="Wiki.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">

@ -29,7 +29,7 @@
#{/searchengines}# #{/searchengines}#
</select> </select>
&nbsp;&nbsp;Query &nbsp;&nbsp;Query
<input type="text" name="query" value="#[search_query]#" size="60"><input type="submit" value="Compare" /> <input type="text" name="query" value="#[search_query]#" size="60" /><input type="submit" value="Compare" />
<input type="hidden" name="display" value="#[display]#" /> <input type="hidden" name="display" value="#[display]#" />
</p> </p>
</form> </form>
@ -38,8 +38,8 @@
:: ::
<fieldset> <fieldset>
<legend>Search Result</legend> <legend>Search Result</legend>
<iframe src="#[left]##[query]#" width="49%" height="1600"></iframe> <object type="text/html" data="#[left]##[query]#" style="width:49%;height:1600px;overflow:scroll;"></object>
<iframe src="#[right]##[query]#" width="49%" height="1600"></iframe> <object type="text/html" data="#[right]##[query]#" style="width:49%;height:1600px;overflow:scroll;"></object>
</fieldset> </fieldset>
#(/search)# #(/search)#
#%env/templates/footer.template%# #%env/templates/footer.template%#

@ -9,19 +9,20 @@
<link rel="stylesheet" type="text/css" href="/env/terminal.css" /> <link rel="stylesheet" type="text/css" href="/env/terminal.css" />
<script type="text/javascript" src="/js/highslide/highslide.js"></script> <script type="text/javascript" src="/js/highslide/highslide.js"></script>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
var loaderBanner = null; var loaderBanner = null;
var loaderPerformance = null; var loaderPerformance = null;
var loaderNetwork = null; var loaderNetwork = null;
var cnt=0; var cnt=0;
function loadBanner() { function loadBanner() {
document.images[0].src = "/Banner.png?textcolor=ffffff&bgcolor=000000&bordercolor=aaaaaa&cnt=" + cnt++; document.images[0].src = "/Banner.png?textcolor=ffffff&amp;bgcolor=000000&amp;bordercolor=aaaaaa&amp;cnt=" + cnt++;
} }
function loadPerformance() { function loadPerformance() {
document.images[1].src = "/PerformanceGraph.png?cnt=" + cnt++; document.images[1].src = "/PerformanceGraph.png?cnt=" + cnt++;
} }
function loadNetwork() { function loadNetwork() {
document.images[3].src = "/NetworkPicture.png?width=660&height=360&bgcolor=000000&cnt=" + cnt++; document.images[3].src = "/NetworkPicture.png?width=660&amp;height=360&amp;bgcolor=000000&amp;cnt=" + cnt++;
} }
function init() { function init() {
@ -29,6 +30,7 @@ function init() {
loaderPerformance = window.setInterval("loadPerformance()", 4000); loaderPerformance = window.setInterval("loadPerformance()", 4000);
loaderNetwork = window.setInterval("loadNetwork()", 57000); loaderNetwork = window.setInterval("loadNetwork()", 57000);
} }
//]]>
</script> </script>
</head> </head>
@ -38,7 +40,7 @@ function init() {
<div id="outer"> <div id="outer">
<div id="location"> <div id="location">
<a href="http://yacy.net"><img src="/Banner.png?textcolor=ffffff&bgcolor=000000&bordercolor=aaaaaa" alt="YaCy" width="468" height="60" border="0" align="bottom"></a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://yacy.net"><img src="/Banner.png?textcolor=ffffff&amp;bgcolor=000000&amp;bordercolor=aaaaaa" alt="YaCy" style="width:468px;height:60px;border-width:0px;vertical-align:bottom;" /></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/index.html">&lt;Search Form&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="/index.html">&lt;Search Form&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/CrawlStart_p.html">&lt;Crawl Start&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="/CrawlStart_p.html">&lt;Crawl Start&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/Status.html">&lt;Status Page&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="/Status.html">&lt;Status Page&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
@ -52,17 +54,13 @@ function init() {
<div class="navouter"> <div class="navouter">
<div class="navheader">Event Terminal</div> <div class="navheader">Event Terminal</div>
<div class="navcontent"> <div class="navcontent">
<iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=430px&height=200px&maxlines=22&maxwidth=95&color=fff&background=000" <iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&amp;width=430px&amp;height=200px&amp;maxlines=22&amp;maxwidth=95&amp;color=fff&amp;background=000"
width="430" height="200" scrolling="no" name="newsframe" style="width:430px;height:200px;margin:0;border-width:0;" scrolling="no" name="newsframe"></iframe>
marginheight="0" marginwidth="0" frameborder="0">
</iframe>
</div> </div>
</div> </div>
<h1>Image Terminal</h1> <h1>Image Terminal</h1>
<iframe src="/Collage.html?emb=&width=468&height=460&max=3" <iframe src="/Collage.html?emb=&amp;width=468&amp;height=460&amp;max=3"
width="468" height="460" scrolling="no" name="newsframe" style="width:468px;height:460px;margin:0;border-width:0;" scrolling="no" name="newsframe"></iframe>
marginheight="0" marginwidth="0" frameborder="0">
</iframe>
</div> <!-- end left side --> </div> <!-- end left side -->
@ -80,7 +78,7 @@ function init() {
width="660" height="400" width="660" height="400"
standby="Loading Processing software..." > standby="Loading Processing software..." >
<param name="codebase" value="processing/domaingraph/applet/"> <param name="codebase" value="processing/domaingraph/applet/" />
<param name="archive" value="domaingraph.jar" /> <param name="archive" value="domaingraph.jar" />
<param name="mayscript" value="true" /> <param name="mayscript" value="true" />
@ -99,7 +97,7 @@ function init() {
standby="Loading Processing software..." > standby="Loading Processing software..." >
<param name="code" value="domaingraph" /> <param name="code" value="domaingraph" />
<param name="codebase" value="processing/domaingraph/applet/"> <param name="codebase" value="processing/domaingraph/applet/" />
<param name="archive" value="domaingraph.jar" /> <param name="archive" value="domaingraph.jar" />
<param name="mayscript" value="true" /> <param name="mayscript" value="true" />
@ -129,13 +127,13 @@ function init() {
</div> </div>
<h1>Resource Monitor</h1> <h1>Resource Monitor</h1>
<a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" width="330" height="120" border="0" name="graph" alt="PerformanceGraph"/></a> <a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" style="width:330px;height:120px;border-width:0;" id="graph" alt="PerformanceGraph"/></a>
<a href="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" width="330" height="120" border="0" alt="WebStructurePicture"/></a> <a href="/WebStructurePicture_p.png?host=auto&amp;depth=2&amp;width=660&amp;height=240&amp;nodes=100&amp;time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&amp;depth=2&amp;width=660&amp;height=240&amp;nodes=100&amp;time=1000" style="width:330px;height:120px;border-width:0;" alt="WebStructurePicture"/></a>
<h1>Network Monitor</h1> <h1>Network Monitor</h1>
<div style="text-align:left;margin:0;padding:0;"> <div style="text-align:left;margin:0;padding:0;">
<a href="/NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&height=360&bgcolor=000000" width="330" height="180" border="0" alt="The yacy Network" /></a> <a href="/NetworkPicture.png?width=660&amp;height=360&amp;bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&amp;height=360&amp;bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a>
<embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&map=night&pin=star-orange&link=no" width="330" height="180" /> <embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&amp;map=night&amp;pin=star-orange&amp;link=no" width="330" height="180" />
</div> </div>
</div> <!-- end right side --> </div> <!-- end right side -->

@ -246,8 +246,8 @@
</div> </div>
<!-- Bookmarks Edit Dialog --> <!-- Bookmarks Edit Dialog -->
<div id="bmadd" class="bmdialog" title="YaCy Bookmarks"> <div id="bmadd" class="bmdialog" title="YaCy Bookmarks">
<form id="bmaddform" class="small" method="post" accept-charset="UTF-8" action="jQuery"> <form id="bmaddform" class="small" method="post" accept-charset="UTF-8" action="jQuery"><div>
<label for="url">URL:</label> <label for="bm_url">URL:</label>
<br /> <br />
<input type="text" name="bm_url" id="bm_url" class="filter" size="80" /> <input type="text" name="bm_url" id="bm_url" class="filter" size="80" />
<br /> <br />
@ -275,31 +275,31 @@
<option value="public">yes</option> <option value="public">yes</option>
<option value="private">no</option> <option value="private">no</option>
</select> </select>
</form> </div></form>
</div> </div>
<!-- Tag Edit Dialog --> <!-- Tag Edit Dialog -->
<div id="tagedit" class="bmdialog" title="YaCy Bookmark Edit Tags"> <div id="tagedit" class="bmdialog" title="YaCy Bookmark Edit Tags">
<p>This dialog lets you rename (edit) tag names. You can also add a new tag to all bookmarks tagged with old tag. <p>This dialog lets you rename (edit) tag names. You can also add a new tag to all bookmarks tagged with old tag.
</p> </p>
<form id="tageditform" class="small" method="post" accept-charset="UTF-8" action="jQuery"> <form id="tageditform" class="small" method="post" accept-charset="UTF-8" action="jQuery"><div>
<label for="qtag">Old Tag:</label> <label for="tag1">Old Tag:</label>
<br /> <br />
<input type="text" name="tag1" id="tag1" class="filter" size="80" /> <input type="text" name="tag1" id="tag1" class="filter" size="80" />
<br /> <br />
<label for="tag">New Tag:</label> <label for="tag2">New Tag:</label>
<br /> <br />
<input type="text" name="tag2" id="tag2" class="filter" size="80" /> <input type="text" name="tag2" id="tag2" class="filter" size="80" />
<br /> <br />
</form> </div></form>
</div> </div>
<!-- Tag Add Dialog --> <!-- Tag Add Dialog -->
<div id="tagadd" class="bmdialog" title="YaCy Bookmark Add Tags"> <div id="tagadd" class="bmdialog" title="YaCy Bookmark Add Tags">
<p>This dialog lets you add tags or folders to the selected bookmarks.</p> <p>This dialog lets you add tags or folders to the selected bookmarks.</p>
<form id="tagaddform" class="small" method="post" accept-charset="UTF-8" action="jQuery"> <form id="tagaddform" class="small" method="post" accept-charset="UTF-8" action="jQuery"><div>
<label for="qtag">Tag Name:</label> <label for="tag">Tag Name:</label>
<br /> <br />
<input type="text" name="tag" id="tag" class="filter" size="80" /> <input type="text" name="tag" id="tag" class="filter" size="80" />
</form> </div></form>
</div> </div>
</body> </body>
</html> </html>

@ -3,7 +3,8 @@
<head> <head>
<title>YaCy Interactive Search</title> <title>YaCy Interactive Search</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<script language="Javascript"> <script type="text/javascript">
//<![CDATA[
function xmlhttpPost() { function xmlhttpPost() {
var searchform = document.forms['searchform']; var searchform = document.forms['searchform'];
@ -19,7 +20,7 @@ function search(query) {
else if (window.ActiveXObject) { // IE else if (window.ActiveXObject) { // IE
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP"); self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
} }
self.xmlHttpReq.open('GET', "yacysearch.json?verify=false&resource=local&maximumRecords=100&query=" + query, true); self.xmlHttpReq.open('GET', "yacysearch.json?verify=false&amp;resource=local&amp;maximumRecords=100&amp;query=" + query, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() { self.xmlHttpReq.onreadystatechange = function() {
if (self.xmlHttpReq.readyState == 4) { if (self.xmlHttpReq.readyState == 4) {
@ -66,17 +67,20 @@ function updatepage(str) {
} }
document.getElementById("searchresults").innerHTML = html; document.getElementById("searchresults").innerHTML = html;
} }
//]]>
</script> </script>
</head> </head>
<body> <body>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
var q = "#[query]#"; var q = "#[query]#";
if (q != "") search(q); if (q != "") search(q);
//]]>
</script> </script>
#(display)# #(display)#
#%env/templates/simpleheader.template%# #%env/templates/simpleheader.template%#
:: ::
<div id="api"><a href="yacysearch.json?query=yacy"><img src="env/grafics/api.png"></a> <div id="api"><a href="yacysearch.json?query=yacy"><img src="env/grafics/api.png" alt="API" /></a>
<span>This page uses the JSON search API to display search results as you type. <span>This page uses the JSON search API to display search results as you type.
Click the API icon to see an example call to the native API. Click the API icon to see an example call to the native API.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span> To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
@ -86,10 +90,10 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
#%env/templates/embeddedheader.template%# #%env/templates/embeddedheader.template%#
#(/display)# #(/display)#
<form class="search small" name="searchform" onkeyup='xmlhttpPost(); return false;'> <form class="search small" id="searchform" action="get" onkeyup="xmlhttpPost(); return false;">
<h2>#[promoteSearchPageGreeting]#</h2> <h2>#[promoteSearchPageGreeting]#</h2>
<div class="yacylogo"> <div class="yacylogo">
<a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch" align="left"/></a> <a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch" /></a>
</div> </div>
<fieldset class="yacys"><input name="query" type="text" value="#[query]#" size="50" maxlength="80" /></fieldset> <fieldset class="yacys"><input name="query" type="text" value="#[query]#" size="50" maxlength="80" /></fieldset>

@ -19,9 +19,11 @@
:: ::
<div id="api"> <div id="api">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>") document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>")
//]]>
</script> </script>
<img src="env/grafics/api.png"></a> <img src="env/grafics/api.png" alt="API" /></a>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output. <span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output.
The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>. The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>.
Click the API icon to see an example call to the search rss API. Click the API icon to see an example call to the search rss API.
@ -57,7 +59,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
:: ::
<form class="search small" action="yacysearch.html" method="get" accept-charset="UTF-8"> <form class="search small" action="yacysearch.html" method="get" accept-charset="UTF-8">
<h2>#[promoteSearchPageGreeting]#</h2> <h2>#[promoteSearchPageGreeting]#</h2>
<div class="yacylogo"><a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch" align="left"/></a></div> <div class="yacylogo"><a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch" /></a></div>
<fieldset class="yacys"> <fieldset class="yacys">
<input id="search" name="query" type="text" size="50" maxlength="80" value="#[former]#" onclick="document.getElementById('Enter').value = 'Search'" /> <input id="search" name="query" type="text" size="50" maxlength="80" value="#[former]#" onclick="document.getElementById('Enter').value = 'Search'" />
<input id="Enter" type="submit" name="Enter" value="Search" /> <input id="Enter" type="submit" name="Enter" value="Search" />
@ -133,5 +135,6 @@ var progressbar = new Progressbar(#[results]#, document.getElementById("results"
<!-- linklist end --> <!-- linklist end -->
<!-- attach the bottomline --> <!-- attach the bottomline -->
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" --> <!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
</div>
</body> </body>
</html> </html>

@ -1,14 +1,14 @@
#(content)#:: #(content)#::
<div class="searchresults"> <div class="searchresults">
<h4 class="linktitle"> <h4 class="linktitle">
<img src="ViewImage.png?width=16&height=16&code=#[faviconCode]#" id="f#[urlhash]#" class="favicon" width="16" height="16" alt="" /> <img src="ViewImage.png?width=16&amp;height=16&amp;code=#[faviconCode]#" id="f#[urlhash]#" class="favicon" style="width:16px; height:16px;" alt="favicon" />
<a href="#[link]#" target="_parent">#[title]#</a></h4> <a href="#[link]#">#[title]#</a></h4>
#(authorized)#:: #(authorized)#::
<div class="urlactions"> <div class="urlactions">
<a href="/Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="bookmark" class="bookmarkIcon" /></a> <a href="/Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="bookmark" class="bookmarkIcon" /></a>
#(recommend)# #(recommend)#
<img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> <img src="/env/grafics/empty.gif" title="" alt="recommend" class="recommendIcon" />
<img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> <img src="/env/grafics/empty.gif" title="" alt="delete" class="deleteIcon" />
:: ::
<a href="#[recommendlink]#" class="recommendlink" title="recommend"><img src="/env/grafics/empty.gif" title="recommend" alt="recommend" class="recommendIcon" /></a> <a href="#[recommendlink]#" class="recommendlink" title="recommend"><img src="/env/grafics/empty.gif" title="recommend" alt="recommend" class="recommendIcon" /></a>
<a href="#[deletelink]#" title="delete" class="deletelink" ><img src="/env/grafics/empty.gif" title="delete" alt="delete" class="deleteIcon" /></a> <a href="#[deletelink]#" title="delete" class="deletelink" ><img src="/env/grafics/empty.gif" title="delete" alt="delete" class="deleteIcon" /></a>
@ -16,14 +16,14 @@
</div> </div>
#(/authorized)# #(/authorized)#
<p class="snippet"><span class="snippetLoaded" id="h#[urlhash]#">#[description]#</span></p> <p class="snippet"><span class="snippetLoaded" id="h#[urlhash]#">#[description]#</span></p>
<p class="url"><a href="#[link]#" id="url#[urlhash]#" target="_parent">#[urlname]#</a></p> <p class="url"><a href="#[link]#" id="url#[urlhash]#">#[urlname]#</a></p>
<p class="urlinfo">#[date]# | YBR-#[ybr]# | <a href="ViewFile.html?urlHash=#[urlhash]#&amp;words=#[words]#&amp;display=#[display]#">Info</a> | <a href="yacysearch.html?cat=image&amp;url=#[link]#&amp;search=#[former]#&amp;display=#[display]#">Pictures</a></p> <p class="urlinfo">#[date]# | YBR-#[ybr]# | <a href="ViewFile.html?urlHash=#[urlhash]#&amp;words=#[words]#&amp;display=#[display]#">Info</a> | <a href="yacysearch.html?cat=image&amp;url=#[link]#&amp;search=#[former]#&amp;display=#[display]#">Pictures</a></p>
</div> </div>
:: ::
#{items}# #{items}#
<div class="thumbcontainer"> <div class="thumbcontainer">
<a href="#[hrefCache]#" class="thumblink" onclick="return hs.expand(this)"> <a href="#[hrefCache]#" class="thumblink" onclick="return hs.expand(this)">
<img src="/ViewImage.png?maxwidth=96&maxheight=96&code=#[code]#" alt="#[name]#"> <img src="/ViewImage.png?maxwidth=96&amp;maxheight=96&amp;code=#[code]#" alt="#[name]#" />
</a> </a>
<div class="highslide-caption"><a href="#[href]#">#[name]#<br \><a href="#[source]#">#[sourcedom]#</a></a></div> <div class="highslide-caption"><a href="#[href]#">#[name]#<br \><a href="#[source]#">#[sourcedom]#</a></a></div>
<div class="TableCellDark"><a href="#[href]#">#[name]#</a><br \>#[attr]#</div> <div class="TableCellDark"><a href="#[href]#">#[name]#</a><br \>#[attr]#</div>

Loading…
Cancel
Save