diff options
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 |
