Ignore:
Timestamp:
Mar 1, 2009, 3:47:27 PM (16 years ago)
Author:
amun
Message:

Stránkování novinek (finální verze)

File:
1 edited

Legend:

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

    r464 r465  
    275275}
    276276if ($offset < $pocet) {
    277     echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'>zpět</a>\n";
     277    echo "<a href='$_SERVER[PHP_SELF]" . ($offset + $limit < $pocet ? "?offset=" . ($offset + $limit) : "") . "'><-- novější</a>\n";
    278278}
    279279if ($offset > $limit) {
    280     echo "<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'>vpřed</a>\n";
     280    echo "<a href='$_SERVER[PHP_SELF]?offset=" . ($offset - $limit) . "'>starší --></a>\n";
    281281}
    282282
Note: See TracChangeset for help on using the changeset viewer.