diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-05-05 23:39:46 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-05-05 23:39:46 +0200 |
| commit | b52844833248ed2c62efd8b2f0e17756922fbd06 (patch) | |
| tree | ded0b2485db4f5fb68acc783ffbf83627d7bf82b /htroot/Network.html | |
| parent | 58d85b5b8094cdb759be402af7e530bd4b561974 (diff) | |
enlarge network graph circle according to image height and reduce the
image height in the Network servlet. Overall, the image is now larger
but takes less space on the web page.
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index fb01d43cc..b71ecace8 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -11,7 +11,7 @@ <script type="text/javascript">
<!--
- imagestub = "NetworkPicture.png?width=1024&height=1024&bgcolor=FFFFFF&ct=9000&coronaangle=";
+ imagestub = "NetworkPicture.png?width=1024&height=720&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, 1024);
+ imagearray[phase] = new Image(1024, 720);
angle = phase * 60;
imagearray[phase].src = imagestub + angle + "&handle=" + handle;
}
@@ -232,7 +232,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=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>
+ <a href="NetworkPicture.png?width=1024&height=720&bgcolor=FFFFFF"><img id="NetworkPicture" src="NetworkPicture.png?width=1024&height=720&bgcolor=FFFFFF&coronaangle=0" alt="The YaCy Network" width="1024" height="720" /></a>
</p>
</div>
<div class="left">
|
