diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-04-12 13:24:21 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-04-12 13:24:21 +0000 |
| commit | 82bf9ac1c833d7cafefd92b2f0a55b20015411cd (patch) | |
| tree | 24a842ea0b948372f821d1ef5a0a4c53cc699791 /htroot/Collage.html | |
| parent | 959f448e5f0ab5cd77a506b48dd63c5b2eb0c8ff (diff) | |
- added Collage servlet from datengrab and modified it:
* all images are queued
* private/public is respected
* inserted into switchboard
* added collageQueue class that stores all the queued images
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4683 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Collage.html')
| -rwxr-xr-x | htroot/Collage.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/htroot/Collage.html b/htroot/Collage.html new file mode 100755 index 000000000..5ab3d80b6 --- /dev/null +++ b/htroot/Collage.html @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>YaCy '#[clientname]#': Collage</title> + #%env/templates/metas.template%# + <meta http-equiv="REFRESH" content="5" /> + </head> + <body style="margin:0px;"> + #%env/templates/header.template%# + #(imgurl)# + :: + #{list}# + #[url]# + #{/list}# + #(/imgurl)# + #%env/templates/footer.template%# + </body> +</html>
\ No newline at end of file |
