diff options
| author | tim b <timb@camcompu.home> | 2010-06-10 08:08:16 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-10 08:08:16 -0700 |
| commit | 39ec1ea2114ff86e4f318b2994b457716476c4d0 (patch) | |
| tree | 9ffca3255ad791551172493f7f4f1320b1fca79b | |
| parent | 059caaa9c278941629eeb3dd4e87c0bed58f318e (diff) | |
slightly less shit looking
| -rw-r--r-- | template/search_files.st | 5 |
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) |
