diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-13 11:46:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-13 11:46:20 +0000 |
| commit | db032fb6de659bf635df32d1257273deac0ea28a (patch) | |
| tree | f287fd3c4b06d03f9e8472416278db6eef1f058d /htroot/terminal_p.html | |
| parent | 239cc4428d3b404a33e72063296c48e288907985 (diff) | |
- added RWI transmissions to the event terminal
- fixed bug in Collage
- added 'embedded mode' to collage
- integrated Collage to terminal_p as iframe in embedded mode (Pictures now visible in terminal_p)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4797 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/terminal_p.html')
| -rwxr-xr-x | htroot/terminal_p.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index 716e8b6b3..9781af388 100755 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -46,15 +46,19 @@ function init() { <div id="left"> <!-- begin left side -->
<div class="navouter">
-<div class="navheader">Terminal</div>
+<div class="navheader">Event Terminal</div>
<div class="navcontent">
-<iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING&width=430px&height=200px&maxlines=24&maxwidth=95&color=fff&background=000"
+<iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=430px&height=200px&maxlines=24&maxwidth=95&color=fff&background=000"
width="430" height="220" scrolling="no" name="newsframe"
marginheight="0" marginwidth="0" frameborder="0">
</iframe>
</div>
</div>
-
+<h1>Image Terminal</h1>
+<iframe src="/Collage.html?emb=&width=468&height=460&max=3"
+ width="468" height="460" scrolling="no" name="newsframe"
+ marginheight="0" marginwidth="0" frameborder="0">
+</iframe>
</div> <!-- end left side -->
|
