diff options
Diffstat (limited to 'templates/search.template')
| -rw-r--r-- | templates/search.template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/search.template b/templates/search.template new file mode 100644 index 0000000..ab04352 --- /dev/null +++ b/templates/search.template @@ -0,0 +1,20 @@ +<html> +<head> + <link rel="stylesheet" href="/platdoc/platter.css"> + <title>distroplat - Search Results</title> + <script language="javascript"> + <!-- + top.document.title = 'Search Results - distroplat'; + //--> + </script> +</head> + +<body bgcolor="#%BGCOLOUR%" background="/platdoc/img/bars.png"> +<script language="javascript"> + if (top.location == document.location) + document.write('<a href="front.plx"><img src="/platdoc/img/logo.gif" hspace=0 border=0 alt="Front Page"></a>'); +</script> +<h3>Search Results</h3> +<p>%COUNT% +%SHORTCUTS% +<p> |
