Changeset 469 for branches/beta


Ignore:
Timestamp:
Mar 1, 2009, 3:54:19 PM (16 years ago)
Author:
amun
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/inc/html.php

    r468 r469  
    273273            <br />
    274274            ";
    275 
     275}
     276echo"<p align=center>";
    276277if ($offset < $pocet) {
    277     echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'>novější</a>\n";
     278    echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'><-- novější</a>\n &nbsp;";
    278279}
    279280if ($offset > $limit) {
    280     echo "<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'>starší</a>\n";
     281    echo "&nbsp;<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'>starší --></a>\n";
    281282}
    282283
Note: See TracChangeset for help on using the changeset viewer.