summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/zkfeed/templates/simple_html
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/src/test/apps/zkfeed/templates/simple_html')
-rw-r--r--configserver/src/test/apps/zkfeed/templates/simple_html/footer.templ4
-rw-r--r--configserver/src/test/apps/zkfeed/templates/simple_html/header.templ21
-rw-r--r--configserver/src/test/apps/zkfeed/templates/simple_html/hit.templ4
3 files changed, 29 insertions, 0 deletions
diff --git a/configserver/src/test/apps/zkfeed/templates/simple_html/footer.templ b/configserver/src/test/apps/zkfeed/templates/simple_html/footer.templ
new file mode 100644
index 00000000000..79b660983a9
--- /dev/null
+++ b/configserver/src/test/apps/zkfeed/templates/simple_html/footer.templ
@@ -0,0 +1,4 @@
+<HR>
+<FONT SIZE=-1>Yahoo! Vespa</FONT>
+</BODY>
+</HTML>
diff --git a/configserver/src/test/apps/zkfeed/templates/simple_html/header.templ b/configserver/src/test/apps/zkfeed/templates/simple_html/header.templ
new file mode 100644
index 00000000000..7e1c6a1df68
--- /dev/null
+++ b/configserver/src/test/apps/zkfeed/templates/simple_html/header.templ
@@ -0,0 +1,21 @@
+<HTML>
+<HEAD>
+<TITLE>Search results</TITLE>
+</HEAD>
+<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
+
+<form action=$result.query.path name="search">
+<input TYPE="text" SIZE="35" NAME="query" VALUE="">
+<input TYPE=submit VALUE="Search">
+</form>
+
+<script>
+<!--
+function setfocus() { document.search.query.focus(); } setfocus();
+// -->
+</script>
+
+<H3>Search for "$result.query.rawQueryHTMLEncoded"</H3>
+$result.totalHitCount hits
+<BR><HR><BR>
+<!--<A HREF="/">Home</A><BR><BR>-->
diff --git a/configserver/src/test/apps/zkfeed/templates/simple_html/hit.templ b/configserver/src/test/apps/zkfeed/templates/simple_html/hit.templ
new file mode 100644
index 00000000000..2ea10c7bc76
--- /dev/null
+++ b/configserver/src/test/apps/zkfeed/templates/simple_html/hit.templ
@@ -0,0 +1,4 @@
+<B>$hitno</B> ($relevancy) <A HREF="$uri"><B>$title</B></A><BR>
+$artist - $title ($year)<BR>
+<FONT SIZE=-1 COLOR=GREEN>($uri)</FONT><BR>
+<BR>