mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
f9e6cf6a3d
integrated first version of ssi-using search interface, but the function is currently disabled git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4063 6c8d7289-2bf4-0310-a012-ef5d649a1542
25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<!-- aus http://de.selfhtml.org/servercgi/server/ssi.htm -->
|
|
<html>
|
|
<head>
|
|
<title>Dynamisches HTML mit Server Side Includes</title>
|
|
</head>
|
|
<body>
|
|
<h1>Dynamisches HTML mit Server Side Includes</h1>
|
|
<!--#include virtual="ssitest.inc" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=1000" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=2000" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=1000" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
<!--#include virtual="ssitestservlet.html?delay=0" -->
|
|
|
|
</body>
|
|
</html> |