diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-23 19:28:14 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-23 19:28:14 +0000 |
| commit | a8304ad9634487f330f046d84ab4ed94f4488bfe (patch) | |
| tree | ca754d21ad722bd37efbf1fa15a317b857212bdd /htroot/terminal_p.html | |
| parent | f06c046f6c0fc51cba8ef0ed1a1b43e8388f0ab4 (diff) | |
- added illustration grafics to basic configuration
- added navigation links to terminal
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4842 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/terminal_p.html')
| -rwxr-xr-x | htroot/terminal_p.html | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index ad2f681f7..7c0fa3608 100755 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -38,7 +38,11 @@ function init() { <div id="outer">
<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="middle"></a>
+<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>
+<a href="/index.html"><Search Form></a>
+<a href="/CrawlStartExpert_p.html"><Crawl Start></a>
+<a href="/Status.html"><Status Page></a>
+<a href="/Steering.html?shutdown=" onclick="return confirm('Confirm Shutdown')><Shutdown></a>
</div>
<div class="bars"></div>
@@ -66,16 +70,6 @@ function init() { <div id="right"> <!-- start right side -->
-<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="/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>
-
-<h1>Network Monitor</h1>
-<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>
-<embed src="http://maps.amung.us/flash/flashsrv.php?k=qp3j5gox&type=emb.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" />
-</div>
-
<h1>Domain Monitor</h1>
<div style="text-align:left;margin:0;padding:0;">
@@ -134,6 +128,16 @@ function init() { <!--<![endif]-->
</div>
+<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="/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>
+
+<h1>Network Monitor</h1>
+<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>
+<embed src="http://maps.amung.us/flash/flashsrv.php?k=qp3j5gox&type=emb.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" />
+</div>
+
</div> <!-- end right side -->
</div>
|
