diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-23 00:06:37 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-23 00:06:37 -0500 |
| commit | 9da44d38f552388680c47ad592edeb2b114d67d4 (patch) | |
| tree | 4700f141f408c9dfa11072df635a89d631032930 /template/frontpage.st | |
| parent | 21ec2e9244ef0787908aede4bf4cb2e94bcf395d (diff) | |
add selector for frontpage
Diffstat (limited to 'template/frontpage.st')
| -rw-r--r-- | template/frontpage.st | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/template/frontpage.st b/template/frontpage.st index 857c019..22c47fe 100644 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -485,14 +485,12 @@ jQuery(window).load(function(){ </div> <div id="pgbuttons"> - $if(prev)$ - <a href="http://$roomkey$dump.fm/log/$prev$"><input class="pgbutton"id="prevbutton" value="<- Prev" readonly="true"type="button"></a> + $if(prev_date)$ + <a class="prev_date" href="$domain$/top/$prev_date$"><- $prev_date$</a> $endif$ - $if(next)$ - <a href="http://$roomkey$dump.fm/log/$next$"> - <input class="pgbutton"id="nextbutton" value="Next ->" readonly="true"type="button"> - </a> + $if(next_date)$ + <a class="next_date" href="$domain$/top/$next_date$">$next_date$ -></a> $endif$ </div> |
