- Timestamp:
- Mar 1, 2009, 3:47:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/inc/html.php
r464 r465 275 275 } 276 276 if ($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"; 278 278 } 279 279 if ($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"; 281 281 } 282 282
Note:
See TracChangeset
for help on using the changeset viewer.