diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-30 20:50:41 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-30 20:50:41 +0000 |
| commit | 35a9e8f307a95c0d172f134f2f90aa661d81df59 (patch) | |
| tree | e8ec724f1a2cd67851f6ec997c073bfb2ae4d00b /htroot/Network.html | |
| parent | 6dad227bdf0bf7973faae7954faea86a26dec7ee (diff) | |
- fixed network graphic
- debuged evaluation tables
- changed cache settings in template engine
- some speed hacks
- changed int angles for peer positions in network graphic to double angles
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8124 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 3890ad6cf..2f428fa5f 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -11,7 +11,7 @@ <script type="text/javascript">
<!--
- imagestub = "NetworkPicture.png?width=1024&height=576&bgcolor=FFFFFF&ct=5000&coronaangle=";
+ imagestub = "NetworkPicture.png?width=1024&height=1024&bgcolor=FFFFFF&ct=9000&coronaangle=";
imageanimindex = 0;
imageloadindex = 0;
imagecycles = 0;
@@ -23,7 +23,7 @@ for (j = 0; j < 6; j++) initanimationphase(j, handle);
}
function initanimationphase(phase, handle) {
- imagearray[phase] = new Image(1024, 576);
+ imagearray[phase] = new Image(1024, 1024);
angle = phase * 60;
imagearray[phase].src = imagestub + angle + "&handle=" + handle;
}
@@ -71,9 +71,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <h3>YaCy Network</h3>
<ul class="SubMenu">
<li><a href="/Network.html" class="MenuItemLink">Network Overview</a></li>
- <li><a href="/Network.html?page=1" class="MenuItemLink">Active Peers</a></li>
- <li><a href="/Network.html?page=2" class="MenuItemLink">Passive Peers</a></li>
- <li><a href="/Network.html?page=3" class="MenuItemLink">Potential Peers</a></li>
+ <li><a href="/Network.html?page=1&maxCount=1000" class="MenuItemLink">Active Peers</a></li>
+ <li><a href="/Network.html?page=2&maxCount=1000" class="MenuItemLink">Passive Peers</a></li>
+ <li><a href="/Network.html?page=3&maxCount=1000" class="MenuItemLink">Potential Peers</a></li>
</ul>
</div>
#(/menu)#
@@ -229,7 +229,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <div class="left">
<p>
- <a href="NetworkPicture.png?width=1024&height=576&bgcolor=FFFFFF"><img id="NetworkPicture" src="NetworkPicture.png?width=1024&height=576&bgcolor=FFFFFF&coronaangle=0" alt="The YaCy Network" width="1024" height="576" /></a>
+ <a href="NetworkPicture.png?width=1024&height=1024&bgcolor=FFFFFF"><img id="NetworkPicture" src="NetworkPicture.png?width=1024&height=1024&bgcolor=FFFFFF&coronaangle=0" alt="The YaCy Network" width="1024" height="1024" /></a>
</p>
</div>
<div class="left">
|
