source: branches/1.1dev/templates/adm_list_info.ihtml

Last change on this file was 1, checked in by scdev, 19 years ago

Initial import.

File size: 747 bytes
Line 
1<div>
2    <?php if ($page->total_pages > 1) { ?>
3    <span class="nowrap commanditem commandtext" style="float: right;"><?php echo _("Pages:"); ?>&nbsp;<?php $page->printPageNumbers() ?></span>
4    <?php } ?>
5    <span class="nowrap commanditem commandtext">
6        <?php printf(_("Listing <strong>%s-%s</strong> of <strong>%s</strong> results on <strong>%s</strong> pages"), (0==$page->total_items ? 0 : $page->first_item+1), (0==$page->total_items ? 0 : $page->last_item+1), $page->total_items, $page->total_pages) ?>
7        &nbsp;&nbsp; <a href="<?php echo ohref($_SERVER['PHP_SELF'], false); ?>"><?php echo _("List all"); ?></a>
8        &nbsp;&nbsp; <?php echo _("Per page"); ?>:&nbsp;<?php $page->printPerPageLinks() ?>
9    </span>
10</div>
Note: See TracBrowser for help on using the repository browser.