mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
YES
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
</div>
|
||||
<div class='bottomthing'>
|
||||
<form action='/search' method='post'>
|
||||
<input type="hidden" value="{{this.search}}">
|
||||
<input type="hidden" name='title' value="{{this.title}}">
|
||||
<ul>
|
||||
{{#each this.pagenums}}
|
||||
<li><input type="submit" value="{{this}}">{{this}}</input></li>
|
||||
<li><input type="submit" name='page' value="{{this}}">{{this}}</input></li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user