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/Collage.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/Collage.html')
| -rwxr-xr-x | htroot/Collage.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/htroot/Collage.html b/htroot/Collage.html index 61d2b1821..f47cbacef 100755 --- a/htroot/Collage.html +++ b/htroot/Collage.html @@ -18,7 +18,12 @@ form dd { </style> <meta http-equiv="REFRESH" content="#[refresh]#" /> </head> -<body style="margin:0px;"> +<body> +#(emb)# +<script type="text/javascript"> +document.body.style.background = "#000"; +</script> +:: #%env/templates/header.template%# #%env/templates/submenuWebStructure.template%# <h2>Collage</h2> @@ -33,13 +38,15 @@ form dd { </dl> </form> </div> - +#(/emb)# #(imgurl)# :: #{list}# #[url]# #{/list}# #(/imgurl)# +#(emb)#:: #%env/templates/footer.template%# +#(/emb)# </body> </html>
\ No newline at end of file |
