summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/search_files.st5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/search_files.st b/template/search_files.st
index 3eb014c..f726364 100644
--- a/template/search_files.st
+++ b/template/search_files.st
@@ -4,12 +4,12 @@
$head()$
<style>
img { max-width: 400px; max-height: 400px;}
- h1 { width: 40%; display:inline-block; margin: 20px; font-size: 20px;}
+ h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;}
</style>
</head>
<body>
- <center><input type="text" name="search-query" id="search-query" /></center>
+ <center>search dumps: <input type="text" name="search-query" id="search-query" /></center>
<center><div id="message"></div><br><br></center>
<div id="content"></div>
@@ -49,6 +49,7 @@
contentString += '<a href="'+images[i]+'"><img src="'+images[i]+'"></a>'
imageCounter += 1
}
+ contentString += '<br><br>'
if(num > 0)
contentString += '<a href="javascript:renderPage('+(num-1)+')"><h1>previous</h1></a> '
if (images.length > start + imageCounter)